Skip to content

Commit

Permalink
BUG: Fix up links to classes.
Browse files Browse the repository at this point in the history
The Sphinx markup was incorrect the documentation to the polynomial
convenience classes wasn't being generated.
  • Loading branch information
charris committed Jan 9, 2012
1 parent 2e6ef35 commit 6bc4374
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion doc/source/reference/routines.polynomials.chebyshev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ docstring for its "parent" sub-package, `numpy.polynomial`).

Chebyshev Class
---------------

.. autosummary::
:toctree: generated/

.. _chebyshev-class:
Chebyshev

Basics
Expand Down
4 changes: 2 additions & 2 deletions doc/source/reference/routines.polynomials.hermite.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hermite Module (:mod:`numpy.polynomial.hermite`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
================================================

.. currentmodule:: numpy.polynomial.hermite

Expand All @@ -11,10 +11,10 @@ docstring for its "parent" sub-package, `numpy.polynomial`).

Hermite Class
-------------

.. autosummary::
:toctree: generated/

.. _hermite-class:
Hermite

Basics
Expand Down
5 changes: 2 additions & 3 deletions doc/source/reference/routines.polynomials.hermite_e.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HermiteE Module (:mod:`numpy.polynomial.hermite_e`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
===================================================

.. currentmodule:: numpy.polynomial.hermite_e

Expand All @@ -9,10 +9,9 @@ encapsulates the usual arithmetic operations. (General information
on how this module represents and works with such polynomials is in the
docstring for its "parent" sub-package, `numpy.polynomial`).

.. _hermite_e:

HermiteE Class
--------------

.. autosummary::
:toctree: generated/

Expand Down
4 changes: 2 additions & 2 deletions doc/source/reference/routines.polynomials.laguerre.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Laguerre Module (:mod:`numpy.polynomial.laguerre`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==================================================

.. currentmodule:: numpy.polynomial.laguerre

Expand All @@ -11,10 +11,10 @@ docstring for its "parent" sub-package, `numpy.polynomial`).

Laguerre Class
--------------

.. autosummary::
:toctree: generated/

.. _laguerre-class:
Laguerre

Basics
Expand Down
4 changes: 2 additions & 2 deletions doc/source/reference/routines.polynomials.legendre.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Legendre Module (:mod:`numpy.polynomial.legendre`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==================================================

.. currentmodule:: numpy.polynomial.legendre

Expand All @@ -11,10 +11,10 @@ docstring for its "parent" sub-package, `numpy.polynomial`).

Legendre Class
--------------

.. autosummary::
:toctree: generated/

.. _legendre-class:
Legendre

Basics
Expand Down
4 changes: 2 additions & 2 deletions doc/source/reference/routines.polynomials.polynomial.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Polynomial Module (:mod:`numpy.polynomial.polynomial`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
======================================================

.. currentmodule:: numpy.polynomial.polynomial

Expand All @@ -11,10 +11,10 @@ docstring for its "parent" sub-package, `numpy.polynomial`).

Polynomial Class
----------------

.. autosummary::
:toctree: generated/

.. _polynomial-class:
Polynomial

Basics
Expand Down

0 comments on commit 6bc4374

Please sign in to comment.