summaryrefslogtreecommitdiff
path: root/doc/source/docs/howto_document.rst
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-09-16 16:15:03 +0300
committermattip <matti.picus@gmail.com>2020-09-16 16:15:03 +0300
commit11d67d46931887f4f4e05da080cf99414bff329d (patch)
treee1e712ade7804365760ee63905bbba64d06abe62 /doc/source/docs/howto_document.rst
parenta182f32c77e557cadb0cd70f788e17c14671d171 (diff)
downloadnumpy-11d67d46931887f4f4e05da080cf99414bff329d.tar.gz
DOC, BLD: update doc build dependencies, remove as numpydoc submodule
Diffstat (limited to 'doc/source/docs/howto_document.rst')
-rw-r--r--doc/source/docs/howto_document.rst26
1 files changed, 2 insertions, 24 deletions
diff --git a/doc/source/docs/howto_document.rst b/doc/source/docs/howto_document.rst
index cf86b7e99..9f9068ab3 100644
--- a/doc/source/docs/howto_document.rst
+++ b/doc/source/docs/howto_document.rst
@@ -40,29 +40,7 @@ after which you may use it::
np.fft.fft2(...)
-.. rubric::
- **For convenience the** `formatting standard`_ **is included below with an
- example**
-
-.. include:: ../../sphinxext/doc/format.rst
-
-.. _example:
-
-Example Source
-==============
-
-.. literalinclude:: ../../sphinxext/doc/example.py
-
-
-
-Example Rendered
-================
-
-.. ifconfig:: python_version_major < '3'
-
- The example is rendered only when sphinx is run with python3 and above
-
-.. automodule:: doc.example
- :members:
+Please use the numpydoc `formatting standard`_ as shown in their example_
.. _`formatting standard`: https://numpydoc.readthedocs.io/en/latest/format.html
+.. _example: https://numpydoc.readthedocs.io/en/latest/example.html