diff options
-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 |