summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-24 21:58:52 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-24 21:58:52 +0000
commitb4e2b6d6ff3a1dc7f96ac54e067bfe52b2a6d67f (patch)
tree82924a41ecdd0bd2176cf66f797a124edd730aef /docs
parentd4f9cdc1385b9c44aa5f3cff8f5feac191a89894 (diff)
downloadpyramid-b4e2b6d6ff3a1dc7f96ac54e067bfe52b2a6d67f.tar.gz
pyramid-b4e2b6d6ff3a1dc7f96ac54e067bfe52b2a6d67f.tar.bz2
pyramid-b4e2b6d6ff3a1dc7f96ac54e067bfe52b2a6d67f.zip
Cleanup.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst6
-rw-r--r--docs/narr/install.rst24
2 files changed, 15 insertions, 15 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1048c95f9..a51a75636 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,8 +1,8 @@
.. _index:
-==========================
- repoze.bfg Documentation
-==========================
+===========
+repoze.bfg
+===========
``repoze.bfg`` is a web application framework based on graph
traversal. It is inspired by Zope's publisher, though less ambitious
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index a6f5d91e2..bec8217f8 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -5,9 +5,10 @@ How To Install
--------------
You will need `Python <http://python.org>`_ version 2.4 or better to
-run :mod:`repoze.bfg`. Development of :mod:`repoze.bfg` is done under
-Python 2.4, so is recommended. :mod:`repoze.bfg` does *not* run under
-any version of Python before 2.4, and does *not* run under Python 3.X.
+run :mod:`repoze.bfg`. Development of :mod:`repoze.bfg` is done
+primarily under Python 2.4, so that version is recommended.
+:mod:`repoze.bfg` does *not* run under any version of Python before
+2.4, and does *not* run under Python 3.X.
You may install :mod:`repoze.bfg` into your Python environment using
the following command::
@@ -17,12 +18,11 @@ the following command::
You will need :term:`setuptools` installed on within your Python
system in order to run the ``easy_install`` command.
-It is advisable to install :mod:`repoze.bfg` into a `virtualenv
-<http://pypi.python.org/pypi/virtualenv>`_ in order to obtain
-isolation from any "system" packages you've got installed in your
-Python version (and likewise, to prevent :mod:`repoze.bfg` from
-globally installing versions of packages that are not compatible with
-your system Python).
+It is advisable to install :mod:`repoze.bfg` into a :term:`virtualenv`
+in order to obtain isolation from any "system" packages you've got
+installed in your Python version (and likewise, to prevent
+:mod:`repoze.bfg` from globally installing versions of packages that
+are not compatible with your system Python).
What Gets Installed
-------------------
@@ -31,6 +31,6 @@ When you ``easy_install`` repoze.bfg, various Zope libraries, WebOb,
PasteScript, PasteDeploy, PasteScript, and FormEncode libraries are
installed.
-Additionally, as shown in the next section, Paster templates will ge
-registered with your site packages. These templates make starting a
-new :mod:`repoze.bfg` project a breeze.
+Additionally, as shown in the next section, PasteScript (aka *paster*)
+templates will be registered that make it easy to start a new
+:mod:`repoze.bfg` project.