From 6542d78048f9333ec654458ac50f27a815d1a488 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 1 Jun 2009 02:58:13 +0000 Subject: Dedupe section names. --- docs/tutorials/bfgwiki2/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/bfgwiki2/installation.rst b/docs/tutorials/bfgwiki2/installation.rst index a503ec7a7..058e003db 100644 --- a/docs/tutorials/bfgwiki2/installation.rst +++ b/docs/tutorials/bfgwiki2/installation.rst @@ -114,7 +114,7 @@ Preparation, Windows c:\bigfntut> Scripts\easy_install -i docutils nose coverage zope.sqlalchemy SQLAlchemy repoze.tm2 -.. _making_a_project: +.. _sql_making_a_project: Making a Project ================ @@ -147,7 +147,7 @@ Installing the Project in "Development Mode" In order to do development on the project easily, you must "register" the project as a development egg in your workspace using the ``setup.py develop`` command. In order to do so, cd to the "tutorial" -directory you created in :ref:`making_a_project`, and run the +directory you created in :ref:`sql_making_a_project`, and run the "setup.py develop" command using virtualenv Python interpreter. On UNIX: @@ -164,7 +164,7 @@ On Windows: C:\bigfntut> cd tutorial C:\bigfntut\tutorial> ..\Scripts\python setup.py develop -.. _running_tests: +.. _sql_running_tests: Running the Tests ================= -- cgit v1.2.3