summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-06-13 16:08:23 -0700
committermattip <matti.picus@gmail.com>2018-06-15 10:52:11 -0700
commitd416eda11014a689bb88c96fac33374b91251d11 (patch)
tree3b313fac07a623f6771aa7cc52ab2a77476d6571
parent40f17c11bac5d8c9f04c04bf89173d58053bda0e (diff)
downloadnumpy-d416eda11014a689bb88c96fac33374b91251d11.tar.gz
DOC: quiet warnings about "document not in any toctree"
-rw-r--r--doc/source/about.rst7
-rw-r--r--doc/source/contents.rst1
-rw-r--r--doc/source/reference/routines.numarray.rst2
-rw-r--r--doc/source/reference/routines.oldnumeric.rst2
4 files changed, 9 insertions, 3 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst
index 776488ea4..cbddf9f33 100644
--- a/doc/source/about.rst
+++ b/doc/source/about.rst
@@ -18,9 +18,10 @@ data types can be defined. This allows *NumPy* to seamlessly and
speedily integrate with a wide variety of databases.
NumPy is a successor for two earlier scientific Python libraries:
-NumPy derives from the old *Numeric* code base and can be used
-as a replacement for *Numeric*. It also adds the features introduced
-by *Numarray* and can also be used to replace *Numarray*.
+NumPy derives from the :doc:`old Numerice <reference/routines.oldnumeric>` code
+base and can be used as a replacement for *Numeric*. It also adds the features
+introduced by :doc:`Numarray <reference/routines.numarray>` and can also be
+used to replace *Numarray*.
NumPy community
---------------
diff --git a/doc/source/contents.rst b/doc/source/contents.rst
index fad9be76e..019dcc71d 100644
--- a/doc/source/contents.rst
+++ b/doc/source/contents.rst
@@ -8,6 +8,7 @@ NumPy manual contents
reference/index
f2py/index
dev/index
+ docs/index
release
about
bugs
diff --git a/doc/source/reference/routines.numarray.rst b/doc/source/reference/routines.numarray.rst
index 9e84f49b9..97251d293 100644
--- a/doc/source/reference/routines.numarray.rst
+++ b/doc/source/reference/routines.numarray.rst
@@ -1,3 +1,5 @@
+:orphan:
+
**********************
Numarray compatibility
**********************
diff --git a/doc/source/reference/routines.oldnumeric.rst b/doc/source/reference/routines.oldnumeric.rst
index 2120fc69e..1a6218aac 100644
--- a/doc/source/reference/routines.oldnumeric.rst
+++ b/doc/source/reference/routines.oldnumeric.rst
@@ -1,3 +1,5 @@
+:orphan:
+
*************************
Old Numeric compatibility
*************************