Changeset 5138
- Timestamp:
- 05/02/07 15:27:37 (2 years ago)
- Files:
-
- django/trunk/docs/documentation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/documentation.txt
r4960 r5138 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 the `reStructuredText`_ 98 library installed, 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 104 102 Differences between versions
