Ticket #4034: documentation.diff

File documentation.diff, 1.1 KB (added by Simon G. <dev@…>, 17 years ago)
  • docs/documentation.txt

     
    9494
    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 `reStructuredText`_ text
     98installed, then 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
     102
    104103Differences between versions
    105104============================
    106105
Back to Top