diff options
| author | Stefan van der Walt <stefan@sun.ac.za> | 2008-05-19 15:26:37 +0000 |
|---|---|---|
| committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-05-19 15:26:37 +0000 |
| commit | b4e7ec337dadcea8e3fe69bd2364d44877761707 (patch) | |
| tree | 77649467ad3e0e63bf2dba564732fe57ad6bfce1 /numpy/doc | |
| parent | 40505ed9548af6a49f052abad9cd8ed36ba102dd (diff) | |
| download | numpy-b4e7ec337dadcea8e3fe69bd2364d44877761707.tar.gz | |
Fix typo in indexing tag.
Diffstat (limited to 'numpy/doc')
| -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 48c1cc12a..ba066ee7b 100644 --- a/numpy/doc/HOWTO_DOCUMENT.txt +++ b/numpy/doc/HOWTO_DOCUMENT.txt @@ -283,14 +283,14 @@ The sections of the docstring are: the ``index`` directive:: .. index:: - :refguide: ufunc, trigonometry + refguide: ufunc, trigonometry To index a function as a sub-category of a class, separate index entries by a semi-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 |
