summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/dev/gitwash/git_resources.rst6
-rw-r--r--doc/source/docs/howto_build_docs.rst5
-rw-r--r--doc/source/docs/howto_document.rst2
3 files changed, 8 insertions, 5 deletions
diff --git a/doc/source/dev/gitwash/git_resources.rst b/doc/source/dev/gitwash/git_resources.rst
index 5f0c1d020..c41af762c 100644
--- a/doc/source/dev/gitwash/git_resources.rst
+++ b/doc/source/dev/gitwash/git_resources.rst
@@ -1,8 +1,8 @@
.. _git-resources:
-================
- git_ resources
-================
+=========================
+Additional Git_ Resources
+=========================
Tutorials and summaries
=======================
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst
index 5ce226ad4..0d403f91a 100644
--- a/doc/source/docs/howto_build_docs.rst
+++ b/doc/source/docs/howto_build_docs.rst
@@ -1,3 +1,5 @@
+.. _howto-build-docs:
+
=========================================
Building the NumPy API and reference docs
=========================================
@@ -26,8 +28,7 @@ additional parts required for building the documentation::
In addition, building the documentation requires the Sphinx extension
`plot_directive`, which is shipped with Matplotlib_. This Sphinx extension can
-be installed with or without completely installing Matplotlib: see the
-Matplotlib documentation for more information.
+be installed by installing Matplotlib. You will also need python3.6.
Since large parts of the main documentation are stored in
docstrings, you will need to first build NumPy, and install it so
diff --git a/doc/source/docs/howto_document.rst b/doc/source/docs/howto_document.rst
index 813626ea0..0b8799798 100644
--- a/doc/source/docs/howto_document.rst
+++ b/doc/source/docs/howto_document.rst
@@ -1,3 +1,5 @@
+.. _howto-document:
+
====================================
A Guide to NumPy/SciPy Documentation
====================================