Ticket #4034: documentation.diff
File documentation.diff, 1.1 KB (added by , 18 years ago) |
---|
-
docs/documentation.txt
94 94 95 95 The text documentation is written in ReST (ReStructured Text) format. That 96 96 means it's easy to read but is also formatted in a way that makes it easy to 97 convert into other formats, such as HTML. If you're interested, the script that 98 converts the ReST text docs into djangoproject.com's HTML lives at 99 `djangoproject.com/django_website/apps/docs/parts/build_documentation.py`_ in 100 the Django Subversion repository. 97 convert into other formats, such as HTML. If you have `reStructuredText`_ text 98 installed, then you can use ``rst2html`` to generate your own HTML files. 101 99 102 .. _ djangoproject.com/django_website/apps/docs/parts/build_documentation.py: http://code.djangoproject.com/browser/djangoproject.com/django_website/apps/docs/parts/build_documentation.py100 .. _reStructuredText: http://docutils.sourceforge.net/rst.html 103 101 102 104 103 Differences between versions 105 104 ============================ 106 105