diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-07-26 14:58:52 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2015-07-26 14:58:52 +0200 |
commit | de81da90cecee7ceaf01ffd2283983500a1fb4fb (patch) | |
tree | edfa3a432861f35ba8d2de6b255916f7f02024a5 | |
parent | e81b9eee676102fbd1c1c2916764e6ce71bac793 (diff) | |
download | numpy-de81da90cecee7ceaf01ffd2283983500a1fb4fb.tar.gz |
MAINT: fix broken and outdated link in HOWTO_DOCUMENT. Closes gh-6107.
[ci skip]
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt index de0190084..ac58c7ade 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -620,10 +620,6 @@ Other points to keep in mind and are not often necessary. One situation in which a warning can be useful is for marking a known bug that is not yet fixed. -* Questions and Answers : For general questions on how to write docstrings - that are not answered in this document, refer to - `<http://docs.scipy.org/numpy/Questions+Answers/>`_. - * array_like : For functions that take arguments which can have not only a type `ndarray`, but also types that can be converted to an ndarray (i.e. scalar types, sequence types), those arguments can be documented |