Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heading rst syntax, casing #1939

Merged
merged 1 commit into from Oct 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/narr/install.rst
@@ -1,7 +1,7 @@
.. _installing_chapter:

Installing :app:`Pyramid`
============================
=========================

.. index::
single: install preparation
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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.

Expand Down