diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-06-27 19:10:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 19:10:30 -0700 |
commit | 26b2a5c0b05ddd9add6b412f967a968c65f13bb7 (patch) | |
tree | 2a6d30e83ff7c980d86caef1d8c58cb48a21fd15 /numpy/add_newdocs.py | |
parent | 2804c03bdc135b70cbcc24755d450123274b4850 (diff) | |
parent | 6d601e51cdce8420b4bea383ee4a17ae8ff2969c (diff) | |
download | numpy-26b2a5c0b05ddd9add6b412f967a968c65f13bb7.tar.gz |
Merge pull request #11347 from mattip/less-sphinx-warnings
DOC: Silence many sphinx warnings
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 792607cbe..09cae54b1 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -605,6 +605,7 @@ add_newdoc('numpy.core', 'broadcast', Examples -------- + Manually adding two vectors, using broadcasting: >>> x = np.array([[1], [2], [3]]) @@ -7223,8 +7224,8 @@ add_newdoc('numpy.core.multiarray', 'datetime_data', Get information about the step size of a date or time type. - The returned tuple can be passed as the second argument of `datetime64` and - `timedelta64`. + The returned tuple can be passed as the second argument of `numpy.datetime64` and + `numpy.timedelta64`. Parameters ---------- |