summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/docs/howto_build_docs.rst2
-rw-r--r--doc/source/docs/howto_document.rst17
2 files changed, 6 insertions, 13 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst
index d448660d3..4ae5e4869 100644
--- a/doc/source/docs/howto_build_docs.rst
+++ b/doc/source/docs/howto_build_docs.rst
@@ -40,7 +40,7 @@ Note that you can eg. install NumPy to a temporary location and set
the PYTHONPATH environment variable appropriately.
After NumPy is installed, install scipy since some of the plots in the random
-module require `scipy.scpecial` to display properly. Now you are ready to
+module require `scipy.special` to display properly. Now you are ready to
generate the docs, so write::
make html
diff --git a/doc/source/docs/howto_document.rst b/doc/source/docs/howto_document.rst
index c44f4d364..7b316546b 100644
--- a/doc/source/docs/howto_document.rst
+++ b/doc/source/docs/howto_document.rst
@@ -31,8 +31,7 @@ A Guide to NumPy/SciPy Documentation
Details of how to use it can be found `here
<https://github.com/numpy/numpydoc/blob/master/README.rst>`__ and
- `here
- <https://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.rst.txt>`__
+ here :ref:`howto_build_docs`
Overview
--------
@@ -644,16 +643,10 @@ followed.
Conclusion
----------
-`An example <http://github.com/numpy/numpy/blob/master/doc/example.py>`_ of the
-format shown here is available. Refer to `How to Build API/Reference
-Documentation
-<http://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.rst.txt>`_
-on how to use Sphinx_ to build the manual.
-
-This document itself was written in ReStructuredText, and may be converted to
-HTML using::
-
- $ rst2html HOWTO_DOCUMENT.txt HOWTO_DOCUMENT.html
+`An example <http://github.com/numpy/numpy/blob/master/doc/example.py>` of the
+format shown here is available. Refer to
+:ref:`howto-build-docs` on how to use Sphinx_ to build
+the manual.
.. _SciPy: http://www.scipy.org
.. _numpy-discussion list: http://scipy.org/scipylib/mailing-lists.html