summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorMarsBarLee <mlee@quansight.com>2021-06-08 18:28:18 +0000
committerMarsBarLee <mlee@quansight.com>2021-06-08 18:33:38 +0000
commit9964bf877277f31fb5f0092a36b51bf6782366ce (patch)
treec8ad443b234c7103db0c2145e6e9ba191f780555 /doc/source
parentefaed1950223b5906dd751b04104b4b9191a929b (diff)
downloadnumpy-9964bf877277f31fb5f0092a36b51bf6782366ce.tar.gz
DOC: Change line breaks
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/docs/howto_build_docs.rst20
-rw-r--r--doc/source/user/building.rst15
2 files changed, 28 insertions, 7 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst
index 8e6d7fe4f..737f69877 100644
--- a/doc/source/docs/howto_build_docs.rst
+++ b/doc/source/docs/howto_build_docs.rst
@@ -18,19 +18,31 @@ in several different formats.
To build the documentation, you must first build NumPy.
-There are two options for building NumPy and its documentation- building with Gitpod or locally from source. Your choice depends on your operating system and familiarity with the command line.
+There are two options for building NumPy and its documentation- building with
+Gitpod or locally from source. Your choice depends on your operating system and
+familiarity with the command line.
Gitpod
------------
-Gitpod is an open-source platform that automatically creates the correct development environment right in your browser, reducing the need to install local development environments and deal with incompatible dependencies.
-If you are a Windows user, unfamiliar with using the command line or building NumPy's documentation for the first time, it is often faster to build with Gitpod. Here are the in-depth instructions for building NumPy with `building NumPy with Gitpod`_.
+Gitpod is an open-source platform that automatically creates
+the correct development environment right in your browser, reducing the need to
+install local development environments and deal with incompatible dependencies.
+
+If you are a Windows user, unfamiliar with using the command line or building
+NumPy's documentation for the first time, it is often faster to build with
+Gitpod. Here are the in-depth instructions for building NumPy with `building
+NumPy with Gitpod`_.
.. _building NumPy with Gitpod: https://numpy.org/devdocs/dev/development_gitpod.html
Building locally
------------------
-Building locally on your machine gives you more granular control. If you are a MacOS or Linux user familiar with using the command line, you can continue with building NumPy locally by following the instructions below.
+
+Building locally on your machine gives you more granular control. If you are a
+MacOS or Linux user familiar with using the command line, you can continue with
+building NumPy locally by following the instructions below.
+
Instructions
------------
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index 9a3a81613..cbc71fa7c 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -7,15 +7,24 @@ There are two options for building NumPy- building with Gitpod or locally from s
Gitpod
------------
-Gitpod is an open-source platform that automatically creates the correct development environment right in your browser, reducing the need to install local development environments and deal with incompatible dependencies.
-If you are a Windows user, unfamiliar with using the command line or building NumPy for the first time, it is often faster to build with Gitpod. Here are the in-depth instructions for building NumPy with `building NumPy with Gitpod`_.
+Gitpod is an open-source platform that automatically creates
+the correct development environment right in your browser, reducing the need to
+install local development environments and deal with incompatible dependencies.
+
+If you are a Windows user, unfamiliar with using the command line or building
+NumPy for the first time, it is often faster to build with Gitpod. Here are the
+in-depth instructions for building NumPy with `building NumPy with Gitpod`_.
.. _building NumPy with Gitpod: https://numpy.org/devdocs/dev/development_gitpod.html
Building locally
------------------
-Building locally on your machine gives you more granular control. If you are a MacOS or Linux user familiar with using the command line, you can continue with building NumPy locally by following the instructions below.
+
+Building locally on your machine gives you
+more granular control. If you are a MacOS or Linux user familiar with using the
+command line, you can continue with building NumPy locally by following the
+instructions below.
..
This page is referenced from numpy/numpy/__init__.py. Please keep its