diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-22 10:54:36 -0700 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-22 10:54:36 -0700 |
| commit | 5a64f9bcbd922a5b7024e621b375f025ae30d2a1 (patch) | |
| tree | 1ced553087adb40976413f0749e6df19a09bc6a5 /docs/internals | |
| parent | ce0c5c38ea77a32e5d6d24082d3a8119ad8714cd (diff) | |
| parent | 1b4b710355057b279c1e7d10b6b0d846ee98444e (diff) | |
Merge pull request #1658 from yokomizor/updated_sphinx_url
Fixed #21141 -- Updated Sphinx URL.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 52ad7b7599..e565b4d54f 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -42,7 +42,7 @@ Django's documentation uses the Sphinx__ documentation system, which in turn is based on docutils__. The basic idea is that lightly-formatted plain-text documentation is transformed into HTML, PDF, and any other output format. -__ http://sphinx.pocoo.org/ +__ http://sphinx-doc.org/ __ http://docutils.sourceforge.net/ To actually build the documentation locally, you'll currently need to install @@ -141,7 +141,7 @@ Django-specific markup Besides the `Sphinx built-in markup`__, Django's docs defines some extra description units: -__ http://sphinx.pocoo.org/markup/desc.html +__ http://sphinx-doc.org/markup/desc.html * Settings:: @@ -305,7 +305,7 @@ look better: * Add `info field lists`__ where appropriate. - __ http://sphinx.pocoo.org/markup/desc.html#info-field-lists + __ http://sphinx-doc.org/markup/desc.html#info-field-lists * Whenever possible, use links. So, use ``:setting:`ADMIN_FOR``` instead of ````ADMIN_FOR````. |
