Author: russellm Date: 2010-10-28 07:15:27 -0500 (Thu, 28 Oct 2010) New Revision: 14382
Modified: django/branches/releases/1.2.X/docs/internals/documentation.txt Log: [1.2.X] Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thanks, kurtmckee Backport of r13991 from trunk. Modified: django/branches/releases/1.2.X/docs/internals/documentation.txt =================================================================== --- django/branches/releases/1.2.X/docs/internals/documentation.txt 2010-10-28 12:15:05 UTC (rev 14381) +++ django/branches/releases/1.2.X/docs/internals/documentation.txt 2010-10-28 12:15:27 UTC (rev 14382) @@ -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.
