diff options
| author | Reed OBrien <reed@koansys.com> | 2010-05-19 19:56:53 +0000 |
|---|---|---|
| committer | Reed OBrien <reed@koansys.com> | 2010-05-19 19:56:53 +0000 |
| commit | 4419efc09edd7d395a84dd5fff35966675d573e5 (patch) | |
| tree | 72f76405bc06c78755c70c67344c5209b1fdbd8f /docs | |
| parent | c88b30c9b3d98a7c76c2fbd92bdeea4ab0e604e9 (diff) | |
| download | pyramid-4419efc09edd7d395a84dd5fff35966675d573e5.tar.gz pyramid-4419efc09edd7d395a84dd5fff35966675d573e5.tar.bz2 pyramid-4419efc09edd7d395a84dd5fff35966675d573e5.zip | |
blue penciling per jpenny's irc notes:
<http://irclogs.rulim.de/%23repoze.2010-05-19.log.html#t2010-05-19T17:04:50>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 2 | ||||
| -rw-r--r-- | docs/narr/project.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 9d6d2740a..014a11d7e 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -358,6 +358,6 @@ When you ``easy_install`` :mod:`repoze.bfg`, various Zope libraries, various Chameleon libraries, WebOb, Paste, PasteScript, and PasteDeploy libraries are installed. -Additionally, as shown in a following chapter, PasteScript (aka +Additionally, as chronicled in :ref:`project_narr`, PasteScript (aka *paster*) templates will be registered that make it easy to start a new :mod:`repoze.bfg` project. diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 97df8a28c..acd55ea55 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -70,7 +70,7 @@ live within a package. Creating the Project -------------------- -In in :ref:`installing_chapter`, you created a virtual Python +In :ref:`installing_chapter`, you created a virtual Python environment via the ``virtualenv`` command. To start a :mod:`repoze.bfg` :term:`project`, use the ``paster`` facility installed within the virtualenv. In :ref:`installing_chapter` we |
