diff options
| author | Tim Graham <timograham@gmail.com> | 2018-03-29 13:37:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-03-30 14:29:23 -0400 |
| commit | 73cb62a33197652a3c8261dbf052d7eb75e26139 (patch) | |
| tree | f828b66a654bcf23207f9f3adaebdf30398cae43 /docs | |
| parent | 874977d388decdd59022bf6b7f4d50caf2052155 (diff) | |
Fixed links to Sphinx docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 771792c3de..a71a9126a4 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -58,9 +58,7 @@ Then from the ``docs`` directory, build the HTML: $ make html To get started contributing, you'll want to read the :ref:`reStructuredText -Primer <sphinx:rst-primer>`. After that, you'll want to read about the -:ref:`Sphinx-specific markup <sphinx:sphinxmarkup>` that's used to manage -metadata, indexing, and cross-references. +reference <sphinx:rst-index>`. Your locally-built documentation will be themed differently than the documentation at `docs.djangoproject.com <https://docs.djangoproject.com>`_. @@ -231,8 +229,8 @@ documentation: Django-specific markup ====================== -Besides the :ref:`Sphinx built-in markup <sphinx:sphinxmarkup>`, Django's -docs defines some extra description units: +Besides :ref:`Sphinx's built-in markup <sphinx:rst-index>`, Django's docs +define some extra description units: * Settings:: |
