Author: adrian Date: 2010-10-06 12:32:25 -0500 (Wed, 06 Oct 2010) New Revision: 13991
Modified: django/trunk/docs/internals/documentation.txt Log: Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thanks, kurtmckee Modified: django/trunk/docs/internals/documentation.txt =================================================================== --- django/trunk/docs/internals/documentation.txt 2010-10-06 17:30:37 UTC (rev 13990) +++ django/trunk/docs/internals/documentation.txt 2010-10-06 17:32:25 UTC (rev 13991) @@ -15,10 +15,10 @@ .. note:: - Generation of the Django documentation will work with Sphinx version 0.6 - or newer, but we recommend going straigh to Sphinx 1.0.2 or newer. + The Django documentation can be generated with Sphinx version 0.6 or + newer, but we recommend using Sphinx 1.0.2 or newer. -Then, building the html is easy; just ``make html`` from the ``docs`` directory. +Then, building the HTML is easy; just ``make html`` from the ``docs`` directory. To get started contributing, you'll want to read the `ReStructuredText Primer`__. After that, you'll want to read about the `Sphinx-specific markup`__ -- 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.
