summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-10-07 23:51:52 -0700
committerSteve Piercy <web@stevepiercy.com>2015-10-07 23:51:52 -0700
commit6ce54f44141811c20869a6850a0d68997093b281 (patch)
tree15f0bff04c45229ed7e677b545b95a6355cc6548 /docs
parent51673b5ea6a95c7675aced929e1d51aed70b1788 (diff)
downloadpyramid-6ce54f44141811c20869a6850a0d68997093b281.tar.gz
pyramid-6ce54f44141811c20869a6850a0d68997093b281.tar.bz2
pyramid-6ce54f44141811c20869a6850a0d68997093b281.zip
Heading rst syntax, casing
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 0f114a9c7..3cd7b5a14 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -1,7 +1,7 @@
.. _installing_chapter:
Installing :app:`Pyramid`
-============================
+=========================
.. index::
single: install preparation
@@ -52,7 +52,7 @@ Alternatively, you can use the `homebrew <http://brew.sh/>`_ package manager.
If you use an installer for your Python, then you can skip to the section
:ref:`installing_unix`.
-If You Don't Yet Have A Python Interpreter (UNIX)
+If You Don't Yet Have a Python Interpreter (UNIX)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If your system doesn't have a Python interpreter, and you're on UNIX, you can
@@ -128,7 +128,7 @@ Once these steps are performed, the Python interpreter will be invokable via
.. index::
pair: install; Python (from package, Windows)
-If You Don't Yet Have A Python Interpreter (Windows)
+If You Don't Yet Have a Python Interpreter (Windows)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If your Windows system doesn't have a Python interpreter, you'll need to
@@ -153,7 +153,7 @@ also need to download and install the Python for Windows extensions.
.. _installing_unix:
Installing :app:`Pyramid` on a UNIX System
----------------------------------------------
+------------------------------------------
It is best practice to install :app:`Pyramid` into a "virtual" Python
environment in order to obtain isolation from any "system" packages you've got
@@ -285,8 +285,8 @@ it's an absolute path.
acceptable (and desirable) to create a virtualenv as a normal user.
-Installing :app:`Pyramid` Into the Virtual Python Environment
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Installing :app:`Pyramid` into the Virtual Python Environment
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
After you've got your virtualenv installed, you may install :app:`Pyramid`
itself using the following commands:
@@ -311,7 +311,7 @@ complete, as it downloads and installs a number of dependencies.
.. _installing_windows:
Installing :app:`Pyramid` on a Windows System
--------------------------------------------------
+---------------------------------------------
You can use Pyramid on Windows under Python 2 or 3.