diff options
| author | Matti Picus <matti.picus@gmail.com> | 2022-04-23 22:32:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-23 22:32:14 +0300 |
| commit | 4633dcf0725e050b014637704191f7dbb5017766 (patch) | |
| tree | 144f3f6582c5de1ced13f64fc17c772b13b4cf6b | |
| parent | 79a5000a72f6e4432c0a76efa6cf8e3f12ecef9e (diff) | |
| parent | 13e418073c567632a7ab9cff05fb767f784211c3 (diff) | |
| download | numpy-4633dcf0725e050b014637704191f7dbb5017766.tar.gz | |
Merge pull request #21382 from Carreau/misc-doc
DOC: non-orphan page, and casing.
| -rw-r--r-- | doc/source/user/index.rst | 2 | ||||
| -rw-r--r-- | numpy/core/_add_newdocs.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index e5c51351e..3ce6bd804 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -1,5 +1,3 @@ -:orphan: - .. _user: ################ diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index bea8432ed..dc0285a11 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -1778,7 +1778,7 @@ add_newdoc('numpy.core.multiarray', 'set_numeric_ops', Notes ----- - .. WARNING:: + .. warning:: Use with care! Incorrect usage may lead to memory errors. A function replacing an operator cannot make use of that operator. |
