diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-06-19 12:09:38 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-06-19 12:09:38 +0000 |
commit | a5f0cf12e71fc65b7f4dab84df05ff7c4b7b2a3d (patch) | |
tree | 3816218ed28f657d8d208e418c349a7e7728d963 | |
parent | ab3df7fc073fe57d493fbb07929365dd232a7643 (diff) | |
download | numpy-a5f0cf12e71fc65b7f4dab84df05ff7c4b7b2a3d.tar.gz |
Use a colon instead of a semi-colon to separate index levels.
-rw-r--r-- | numpy/doc/HOWTO_DOCUMENT.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/HOWTO_DOCUMENT.txt b/numpy/doc/HOWTO_DOCUMENT.txt index da342afee..03c35283d 100644 --- a/numpy/doc/HOWTO_DOCUMENT.txt +++ b/numpy/doc/HOWTO_DOCUMENT.txt @@ -329,11 +329,11 @@ The sections of the docstring are: :refguide: ufunc, trigonometry To index a function as a sub-category of a class, separate index - entries by a semi-colon, e.g. + entries by a colon, e.g. :: - :refguide: ufunc, numpy;reshape, other + :refguide: ufunc, numpy:reshape, other A `list of available categories <http://www.scipy.org/Developer_Zone/ReferenceGuide>`_ is |