summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-05 14:04:13 -0600
committerGitHub <noreply@github.com>2020-10-05 14:04:13 -0600
commit923e77abdbc22c0ee5816086a334617bf7935f1c (patch)
treef3d65feb1ebf38c3d00dc63934c4ece97992523c /doc/source/user
parent225c3360721ba515de88a1e191ede58e8b95593d (diff)
parent47c32b959ae71eb2c65c3b9b06796614105f5964 (diff)
downloadnumpy-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.rst7
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