Re: [tool] Autodoc (a script to grap and generate django documentation at html format)

2006-10-14 Thread Nicolas Steinmetz
Jyrki Pulliainen wrote: > Own trivial projects are the best way to learn things. Have fun diving > in to that world =) Done in a cleaner way (with use of pysvn and docutils lib). Nicolas --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: [tool] Autodoc (a script to grap and generate django documentation at html format)

2006-10-13 Thread Jyrki Pulliainen
On 10/13/06, Nicolas Steinmetz <[EMAIL PROTECTED]> wrote: > > Jyrki Pulliainen wrote: > > > Script seems to work. However: Python-docutils package (at least on my > > Ubuntu Dapper) ships with buildhtml.py-script, which can be found in > > /usr/share/python-docutils/ directory. That recurses throu

Re: [tool] Autodoc (a script to grap and generate django documentation at html format)

2006-10-13 Thread Nicolas Steinmetz
Jyrki Pulliainen wrote: > Script seems to work. However: Python-docutils package (at least on my > Ubuntu Dapper) ships with buildhtml.py-script, which can be found in > /usr/share/python-docutils/ directory. That recurses through > directories converting all .txt files to .html. Recursive conver

Re: [tool] Autodoc (a script to grap and generate django documentation at html format)

2006-10-13 Thread Jyrki Pulliainen
On 10/13/06, Nicolas Steinmetz <[EMAIL PROTECTED]> wrote: > New to django/python, and as I work often in the train, I was interested in > reading the djando doc offline. > > So I wrote my first python script that : > * grap last version of the doc on the svn > * generate html version of all files

[tool] Autodoc (a script to grap and generate django documentation at html format)

2006-10-13 Thread Nicolas Steinmetz
Hi, New to django/python, and as I work often in the train, I was interested in reading the djando doc offline. So I wrote my first python script that : * grap last version of the doc on the svn * generate html version of all files (via rst2html). autodoc is available here :