diff options
| -rw-r--r-- | doc/source/reference/routines.emath.rst | 4 | ||||
| -rw-r--r-- | doc/source/reference/routines.lib.scimath.rst | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/source/reference/routines.emath.rst b/doc/source/reference/routines.emath.rst index c0c5b61fc..fc7de5fc6 100644 --- a/doc/source/reference/routines.emath.rst +++ b/doc/source/reference/routines.emath.rst @@ -1,4 +1,4 @@ -Mathematical functions with automatic domain (:mod:`numpy.emath`) +Mathematical functions with automatic domain *********************************************************************** .. currentmodule:: numpy @@ -6,4 +6,4 @@ Mathematical functions with automatic domain (:mod:`numpy.emath`) .. note:: :mod:`numpy.emath` is a preferred alias for :mod:`numpy.lib.scimath`, available after :mod:`numpy` is imported. -.. automodule:: numpy.lib.scimath +.. automodule:: numpy.emath diff --git a/doc/source/reference/routines.lib.scimath.rst b/doc/source/reference/routines.lib.scimath.rst new file mode 100644 index 000000000..43eea087e --- /dev/null +++ b/doc/source/reference/routines.lib.scimath.rst @@ -0,0 +1,9 @@ +Mathematical functions with automatic domain (:mod:`numpy.emath`) +*********************************************************************** + +.. currentmodule:: numpy + +.. note:: :mod:`numpy.emath` is a preferred alias for :mod:`numpy.lib.scimath`, + available after :mod:`numpy` is imported. + +.. automodule:: numpy.lib.scimath
\ No newline at end of file |
