diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2011-12-27 12:38:02 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-01-09 11:09:36 -0700 |
commit | 6bc4374ff68718a02f254e599bbf34e104b58fbe (patch) | |
tree | 150408194cf66ae78e5ed3b7fb1dd5093b21a251 /doc/source/reference/routines.polynomials.chebyshev.rst | |
parent | 2e6ef3517c49b0dbd3a9d92d13852b34730ff516 (diff) | |
download | numpy-6bc4374ff68718a02f254e599bbf34e104b58fbe.tar.gz |
BUG: Fix up links to classes.
The Sphinx markup was incorrect the documentation to the polynomial
convenience classes wasn't being generated.
Diffstat (limited to 'doc/source/reference/routines.polynomials.chebyshev.rst')
-rw-r--r-- | doc/source/reference/routines.polynomials.chebyshev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.polynomials.chebyshev.rst b/doc/source/reference/routines.polynomials.chebyshev.rst index dae74ce6b..e5d4842e7 100644 --- a/doc/source/reference/routines.polynomials.chebyshev.rst +++ b/doc/source/reference/routines.polynomials.chebyshev.rst @@ -11,10 +11,10 @@ docstring for its "parent" sub-package, `numpy.polynomial`). Chebyshev Class --------------- + .. autosummary:: :toctree: generated/ - .. _chebyshev-class: Chebyshev Basics |