summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-28 21:16:07 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-28 21:16:07 +0000
commitf2086c23b03717ead05ca3a512091e302534c002 (patch)
treea63e0bb1d29d8129fee4b3746c31d715e70f9574 /docs/narr
parent125e9746a5da925243dabf67b2609b556bb9215a (diff)
downloadpyramid-f2086c23b03717ead05ca3a512091e302534c002.tar.gz
pyramid-f2086c23b03717ead05ca3a512091e302534c002.tar.bz2
pyramid-f2086c23b03717ead05ca3a512091e302534c002.zip
LaTeX rendering fixes.
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/install.rst10
-rw-r--r--docs/narr/scanning.rst2
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 667b08a7b..8f09ff13f 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -235,7 +235,8 @@ virtualenv (``bfgenv``) directory:
.. code-block:: text
- $ bin/easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg
+ $ bin/easy_install -i http://dist.repoze.org/bfg/current/simple \
+ repoze.bfg
This command will take longer than the previous ones to complete, as it
downloads and installs a number of dependencies.
@@ -285,12 +286,13 @@ Installing :mod:`repoze.bfg` on a Windows System
#. (Optional) Consider using ``bin\activate.bat`` to make your shell
environment wired to use the virtualenv.
-#. Use ``easy_install`` and point to the BFG "1.1" index to get BFG
- and its direct dependencies installed:
+#. Use ``easy_install`` and point to the :mod:`repoze.bfg` "current"
+ index to get BFG and its direct dependencies installed:
.. code-block:: text
- c:\bfgenv> Scripts\easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg
+ c:\bfgenv> Scripts\easy_install -i \
+ http://dist.repoze.org/bfg/current/simple repoze.bfg
.. index::
pair: installing; Google App Engine
diff --git a/docs/narr/scanning.rst b/docs/narr/scanning.rst
index 4aceb926b..83908540e 100644
--- a/docs/narr/scanning.rst
+++ b/docs/narr/scanning.rst
@@ -74,7 +74,7 @@ found by the scanner, a set of calls are made to a
:term:`Configurator` on behalf of the developer: these calls represent
the intent of the configuration decoration. In the example above,
this is best represented as the scanner translating the arguments to
-:class:`repoze.bfg.view..bfg_view` into a call to the
+:class:`repoze.bfg.view.bfg_view` into a call to the
:meth:`repoze.bfg.configuration.Configurator.add_view` method,
effectively: