Where are the source files for the Python FAQs?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Kuhlman

    #1

    Where are the source files for the Python FAQs?

    I've recently implemented an output writer for Docutils that
    produces .odt/ODF files for oowriter from reST (restructured text).

    I'd like to feed the Python FAQs through my odtwriter, to find out
    how well it does at formatting. But, I can't find the source.

    Can someone tell me the location of the reST source files for the
    Python FAQs. I have not been able to find them.

    By the way, for anyone interested, my odtwriter is in the Docutils
    sandbox under dkuhlman/OpenDocument.

    Dave

    --

  • Eriol

    #2
    Re: Where are the source files for the Python FAQs?

    Dave Kuhlman wrote:
    Can someone tell me the location of the reST source files for the
    Python FAQs.  I have not been able to find them.


    --
    Eriol - *p = NULL; - EIBTI
    GPG Key ID 297BE0CA

    Comment

    • A.M. Kuchling

      #3
      Re: Where are the source files for the Python FAQs?

      On Thu, 07 Sep 2006 04:43:38 GMT,
      Eriol <eriol@huine.or gwrote:
      Dave Kuhlman wrote:
      >
      >Can someone tell me the location of the reST source files for the
      >Python FAQs.  I have not been able to find them.
      >
      https://svn.python.org/www/trunk/pydotorg/doc/faq/
      Caution: I intend to switch to generating the FAQs from Fredrik
      Lundh's wiki at pyfaq.infogami. com ; it's just a matter of when I find
      the time to deploy the necessary scripts on python.org. At that point
      the master source for the FAQs would be available in XML format, not
      reST.

      --amk

      Comment

      Working...