Skip to content

Commit

Permalink
Merge pull request numpy#12687 from larsoner/links
Browse files Browse the repository at this point in the history
ENH: Better links in documentation
  • Loading branch information
charris authored Jan 7, 2019
2 parents 10bf4c6 + d488c7e commit e891814
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/maskedarray.generic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.. _maskedarray.generic:


.. module:: numpy.ma

The :mod:`numpy.ma` module
==========================
Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.ctypeslib.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. module:: numpy.ctypeslib

***********************************************************
C-Types Foreign Function Interface (:mod:`numpy.ctypeslib`)
***********************************************************
Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.linalg.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. _routines.linalg:

.. module:: numpy.linalg

Linear algebra (:mod:`numpy.linalg`)
************************************

Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.matlib.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. module:: numpy.matlib

Matrix library (:mod:`numpy.matlib`)
************************************

Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.polynomials.package.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. module:: numpy.polynomial

Polynomial Package
==================

Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.polynomials.polynomial.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. module:: numpy.polynomial.polynomial

Polynomial Module (:mod:`numpy.polynomial.polynomial`)
======================================================

Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.random.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. _routines.random:

.. module:: numpy.random

Random sampling (:mod:`numpy.random`)
*************************************

Expand Down
2 changes: 2 additions & 0 deletions doc/source/reference/routines.testing.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. _numpy-testing:

.. module:: numpy.testing

Test Support (:mod:`numpy.testing`)
===================================

Expand Down

0 comments on commit e891814

Please sign in to comment.