Turn Django Documentation Into HTML
Want to generate HTML from the Django docs? Do this:
- Download docutils (link docutils-0.5.tgz at the bottom of the page)
- tar -zxvf docutils-0.5.tgz
- python docutils/tools/rst2html.py <name>.txt <name>.html
where <name> is the document file such as model-api.txt
0 Comments