From 8c56ae41b6f0221d72f1a255ce1a3ac467b98d79 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 22:47:08 +0000 Subject: - Added manual index entries to generated index. --- docs/narr/install.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/narr/install.rst') diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 4fa0ef1d8..667b08a7b 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -3,6 +3,9 @@ Installing :mod:`repoze.bfg` ============================ +.. index:: + pair: install; preparation + Before You Install ------------------ @@ -112,6 +115,9 @@ executable and accept the defaults during the installation process. You may also need to download and install the `Python for Windows extensions `_. +.. index:: + pair: installing; UNIX + Installing :mod:`repoze.bfg` on a UNIX System --------------------------------------------- @@ -165,6 +171,9 @@ the script. To remediate this, you may need to do: $ sudo python ez_setup.py +.. index:: + pair: installing; virtualenv + Installing the ``virtualenv`` Package ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -185,6 +194,9 @@ to install it as your system's administrative user. For example: $ sudo easy_install virtualenv +.. index:: + pair: creating; virtualenv + Creating the Virtual Python Environment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -228,6 +240,9 @@ virtualenv (``bfgenv``) directory: This command will take longer than the previous ones to complete, as it downloads and installs a number of dependencies. +.. index:: + pair: installing; Windows + Installing :mod:`repoze.bfg` on a Windows System ------------------------------------------------- @@ -277,6 +292,9 @@ Installing :mod:`repoze.bfg` on a Windows System c:\bfgenv> Scripts\easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg +.. index:: + pair: installing; Google App Engine + Installing :mod:`repoze.bfg` on Google App Engine ------------------------------------------------- -- cgit v1.2.3