summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2012-05-30 00:32:30 -0700
committerStefan van der Walt <stefan@sun.ac.za>2012-05-30 00:33:57 -0700
commitc6b67ff101291aaa99d49893f4bb3e653f43b3c9 (patch)
treee07c95da138e0d3534d1b7a984f9855af10f016c /doc
parent470c8572022ad2cecb21224bfeb8108524fd510a (diff)
downloadnumpy-c6b67ff101291aaa99d49893f4bb3e653f43b3c9.tar.gz
DOC: Remove duplicate unique links in HOWTO_DOCUMENT.
Diffstat (limited to 'doc')
-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
--------