Django

Code

Changeset 5138

Show
Ignore:
Timestamp:
05/02/07 15:27:37 (2 years ago)
Author:
adrian
Message:

Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/documentation.txt

    r4960 r5138  
    9595The text documentation is written in ReST (ReStructured Text) format. That 
    9696means 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. 
     97convert into other formats, such as HTML. If you have the `reStructuredText`_ 
     98library installed, you can use ``rst2html`` to generate your own HTML files. 
    10199 
    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.py 
     100.. _reStructuredText: http://docutils.sourceforge.net/rst.html 
    103101 
    104102Differences between versions