summaryrefslogtreecommitdiff
path: root/doc/HOWTO_DOCUMENT.rst.txt
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2012-06-06 19:51:10 +0100
committerNathaniel J. Smith <njs@pobox.com>2012-06-06 19:51:10 +0100
commit85b682893f1d38cbb3b31f827889e1d54edbc95e (patch)
treea2998716efa9293a9b3ce4f2be4a7d9715adcd8f /doc/HOWTO_DOCUMENT.rst.txt
parent51616c9265155f75e536ba19c32f9f91337243af (diff)
parentde8c536813472be29a6292721df83d73dbf7016e (diff)
downloadnumpy-85b682893f1d38cbb3b31f827889e1d54edbc95e.tar.gz
Merge branch 'master' into clean-up-diagonal
Diffstat (limited to 'doc/HOWTO_DOCUMENT.rst.txt')
-rw-r--r--doc/HOWTO_DOCUMENT.rst.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt
index 8186c472d..5081955a8 100644
--- a/doc/HOWTO_DOCUMENT.rst.txt
+++ b/doc/HOWTO_DOCUMENT.rst.txt
@@ -9,7 +9,7 @@ A Guide to NumPy/SciPy Documentation
For an accompanying example, see `example.py
<http://github.com/numpy/numpy/blob/master/doc/example.py>`_.
- When using `Sphinx <http://sphinx.pocoo.org/>`_ in combination with the
+ When using `Sphinx <http://sphinx.pocoo.org/>`__ in combination with the
numpy conventions, you should use the ``numpydoc`` extension so that your
docstrings will be handled correctly. For example, Sphinx will extract the
``Parameters`` section from your docstring and convert it into a field
@@ -25,9 +25,9 @@ A Guide to NumPy/SciPy Documentation
<https://github.com/numpy/numpy/blob/master/doc/sphinxext/numpydoc.py>`_
Details of how to use it can be found `here
- <https://github.com/numpy/numpy/blob/master/doc/sphinxext/README.txt>`_ and
+ <https://github.com/numpy/numpy/blob/master/doc/sphinxext/README.txt>`__ and
`here
- <https://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.rst.txt>`_
+ <https://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.rst.txt>`__
Overview
--------