Skip to content

Commit 6e59fd0

Browse files
committed
Wrap to 80 characters
1 parent 7cf9f9c commit 6e59fd0

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

docs/install.rst

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. _installing-read-the-docs:
22

33
Installation
4-
=============
4+
============
55

6-
Here is a step by step plan on how to install Read the Docs.
7-
It will get you to a point of having a local running instance.
6+
Here is a step by step plan on how to install Read the Docs. It will get you to
7+
a point of having a local running instance.
88

99
.. warning::
1010

@@ -13,11 +13,11 @@ It will get you to a point of having a local running instance.
1313
steps are performed using Python 2.7.
1414

1515

16-
First, obtain `Python 2.7`_ and virtualenv_ if you do not already have them. Using a
17-
virtual environment will make the installation easier, and will help to avoid
18-
clutter in your system-wide libraries. You will also need Git_ in order to
19-
clone the repository. If you plan to import Python 3 project to your RTD then you'll
20-
need to install Python 3 with virtualenv in your system as well.
16+
First, obtain `Python 2.7`_ and virtualenv_ if you do not already have them.
17+
Using a virtual environment will make the installation easier, and will help to
18+
avoid clutter in your system-wide libraries. You will also need Git_ in order
19+
to clone the repository. If you plan to import Python 3 project to your RTD
20+
then you'll need to install Python 3 with virtualenv in your system as well.
2121

2222

2323
.. _Python 2.7: http://www.python.org/
@@ -78,7 +78,8 @@ need to install Python 3 with virtualenv in your system as well.
7878
sudo apt-get install redis-server
7979

8080

81-
You will need to verify that your pip version is higher than 1.5 you can do this as such::
81+
You will need to verify that your pip version is higher than 1.5 you can do
82+
this as such::
8283

8384
pip --version
8485

@@ -140,11 +141,11 @@ you're serving on (i.e. ``runserver 0.0.0.0:8080``) match the port defined
140141
in ``PRODUCTION_DOMAIN``. You can utilize ``local_settings.py`` to modify this.
141142
(By default, it's ``localhost:8000``)
142143

143-
While the webserver is running, you can build documentation for the latest version of
144-
a project called 'pip' with the ``update_repos`` command. You can replace 'pip'
145-
with the name of any added project::
144+
While the webserver is running, you can build documentation for the latest
145+
version of a project called 'pip' with the ``update_repos`` command. You can
146+
replace 'pip' with the name of any added project::
146147

147-
python manage.py update_repos pip
148+
python manage.py update_repos pip
148149

149150
What's available
150151
----------------

0 commit comments

Comments
 (0)