diff options
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/install.rst | 10 | ||||
| -rw-r--r-- | docs/narr/scanning.rst | 2 |
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: |
