From 069c89daf878e61a40b8cd3746111056cc7be8dd Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 11 Apr 2018 22:06:31 +0300 Subject: fix typos from review --- doc/source/docs/howto_build_docs.rst | 2 +- doc/source/docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source') diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst index 4ae5e4869..383bed96d 100644 --- a/doc/source/docs/howto_build_docs.rst +++ b/doc/source/docs/howto_build_docs.rst @@ -39,7 +39,7 @@ 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, install scipy since some of the plots in the random +After NumPy is installed, install SciPy since some of the plots in the random module require `scipy.special` to display properly. Now you are ready to generate the docs, so write:: diff --git a/doc/source/docs/index.rst b/doc/source/docs/index.rst index 9890823c3..7d8b1bcb4 100644 --- a/doc/source/docs/index.rst +++ b/doc/source/docs/index.rst @@ -1,6 +1,6 @@ .. _documentation: -Numpy's Documentation +NumPy's Documentation ===================== .. toctree:: -- cgit v1.2.1