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/source/conf.py | |
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/source/conf.py')
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 2 |
1 files changed, 1 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 |