Author: adrian Date: 2007-05-02 15:27:37 -0500 (Wed, 02 May 2007) New Revision: 5138
Modified: django/trunk/docs/documentation.txt Log: Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py Modified: django/trunk/docs/documentation.txt =================================================================== --- django/trunk/docs/documentation.txt 2007-05-02 20:24:36 UTC (rev 5137) +++ django/trunk/docs/documentation.txt 2007-05-02 20:27:37 UTC (rev 5138) @@ -94,12 +94,10 @@ The text documentation is written in ReST (ReStructured Text) format. That means it's easy to read but is also formatted in a way that makes it easy to -convert into other formats, such as HTML. If you're interested, the script that -converts the ReST text docs into djangoproject.com's HTML lives at -`djangoproject.com/django_website/apps/docs/parts/build_documentation.py`_ in -the Django Subversion repository. +convert into other formats, such as HTML. If you have the `reStructuredText`_ +library installed, you can use ``rst2html`` to generate your own HTML files. -.. _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 +.. _reStructuredText: http://docutils.sourceforge.net/rst.html Differences between versions ============================ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
