diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-08-23 05:25:41 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-08-23 05:25:41 +0000 |
commit | 856a9363bf28da036c6102fc77ea7fcdba5e777a (patch) | |
tree | 4e8892ac8bb083ae4fce84c6cf6f13ec7de4ef9e /doc/numpy.scipy.org | |
parent | 515736d717116e466fd26be8529253ea60885ee8 (diff) | |
download | numpy-856a9363bf28da036c6102fc77ea7fcdba5e777a.tar.gz |
DOC: clean up numpy.scipy.org
- Change numpy.scipy.org title to 'Numpy' instead of 'numpy.scipy.org'
- Join old_array_packages in the toctree
Diffstat (limited to 'doc/numpy.scipy.org')
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 2 | ||||
-rw-r--r-- | doc/numpy.scipy.org/source/index.rst | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py index 8a4506095..16bd69f83 100644 --- a/doc/numpy.scipy.org/source/conf.py +++ b/doc/numpy.scipy.org/source/conf.py @@ -103,7 +103,7 @@ html_theme_path = ["../theme"] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -html_title = "numpy.scipy.org" +html_title = "Numpy" # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/doc/numpy.scipy.org/source/index.rst b/doc/numpy.scipy.org/source/index.rst index 60fa49e46..ee2ac48fd 100644 --- a/doc/numpy.scipy.org/source/index.rst +++ b/doc/numpy.scipy.org/source/index.rst @@ -25,3 +25,8 @@ More Information - `SciPy Home Page <http://www.scipy.org/>`_ - `Interfacing with compiled code <http://www.scipy.org/Topical_Software#head-7153b42ac4ea517c7d99ec4f4453555b2302a1f8>`_ - :doc:`Older python array packages </old_array_packages>` + +.. toctree:: + :hidden: + + old_array_packages |