diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-09-28 15:55:23 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-09-28 15:55:23 -0400 |
commit | 47c32b959ae71eb2c65c3b9b06796614105f5964 (patch) | |
tree | 9e699192d7aee61da79f38e3c79f7e0b47c0f200 /doc/source/user | |
parent | 34d7d395d79f880dc9e156ff83af0cf5844867bf (diff) | |
download | numpy-47c32b959ae71eb2c65c3b9b06796614105f5964.tar.gz |
DOC: Replace "About NumPy" with "Document conventions"
Eliminates the unhelpful "About NumPy" title. All contents
of the original appear more prominently elsewhere,
except for the information about document conventions,
which is now the title and subject.
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/index.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 3a79f0f2e..11a019b48 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -26,7 +26,10 @@ classes contained in the package, see the :ref:`reference`. howtos_index -.. These are stuck here to avoid the "WARNING: document isn't included in any +.. Links to these files are placed directly in the top-level html + (doc/source/_templates/indexcontent.html, which appears for the URLs + numpy.org/devdocs and numpy.org/doc/XX) and are not in any toctree, so + we include them here to avoid a "WARNING: document isn't included in any toctree" message .. toctree:: @@ -39,5 +42,5 @@ classes contained in the package, see the :ref:`reference`. ../docs/index ../bugs ../release - ../about + ../doc_conventions ../license |