summaryrefslogtreecommitdiff
path: root/doc/source/docs
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-04-10 21:43:12 +0300
committermattip <matti.picus@gmail.com>2018-04-10 21:43:12 +0300
commitbc875f568611e775a88d7c5d7ec4ab0b3f585a5b (patch)
treee67db31d50891a73a09c88ba72e5bf4040e4d026 /doc/source/docs
parentc4996684e79ab8bbbd312ea4803286d226e95fd8 (diff)
downloadnumpy-bc875f568611e775a88d7c5d7ec4ab0b3f585a5b.tar.gz
maybe controversial - scipy.special required by mtrand.pyx docstrings
Diffstat (limited to 'doc/source/docs')
-rw-r--r--doc/source/docs/howto_build_docs.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst
index 0d403f91a..d448660d3 100644
--- a/doc/source/docs/howto_build_docs.rst
+++ b/doc/source/docs/howto_build_docs.rst
@@ -39,7 +39,9 @@ that the correct version is imported by
Note that you can eg. install NumPy to a temporary location and set
the PYTHONPATH environment variable appropriately.
-After NumPy is installed, write::
+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
+generate the docs, so write::
make html