diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-10-05 14:04:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 14:04:13 -0600 |
commit | 923e77abdbc22c0ee5816086a334617bf7935f1c (patch) | |
tree | f3d65feb1ebf38c3d00dc63934c4ece97992523c /doc/source/user | |
parent | 225c3360721ba515de88a1e191ede58e8b95593d (diff) | |
parent | 47c32b959ae71eb2c65c3b9b06796614105f5964 (diff) | |
download | numpy-923e77abdbc22c0ee5816086a334617bf7935f1c.tar.gz |
Merge pull request #17391 from bjnath/doc-conventions
DOC: Replace "About NumPy" with "Document conventions"
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 |