diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-10-06 17:32:25 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-10-06 17:32:25 +0000 |
| commit | d405ec9b4d609550007b3c9d7b2abbdb702dff7b (patch) | |
| tree | 8d56f7d1f0e6f486362bd8b92c6e139c33ea14cf /docs | |
| parent | 43cee77fb4be6f76a120f2d97ec5a73e17381df4 (diff) | |
Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thanks, kurtmckee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/documentation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/documentation.txt b/docs/internals/documentation.txt index 63f248d3a9..50eb25b79e 100644 --- a/docs/internals/documentation.txt +++ b/docs/internals/documentation.txt @@ -15,10 +15,10 @@ Sphinx -- ``easy_install Sphinx`` should do the trick. .. 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`__ |
