summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-01 02:58:13 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-01 02:58:13 +0000
commit6542d78048f9333ec654458ac50f27a815d1a488 (patch)
tree4b4fc2487f821a1a5a97e1959bbd14afee13b3e9 /docs/tutorials
parent6638cf8071a63545bd570eb42e8e190caf3dae0b (diff)
downloadpyramid-6542d78048f9333ec654458ac50f27a815d1a488.tar.gz
pyramid-6542d78048f9333ec654458ac50f27a815d1a488.tar.bz2
pyramid-6542d78048f9333ec654458ac50f27a815d1a488.zip
Dedupe section names.
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/bfgwiki2/installation.rst6
1 files changed, 3 insertions, 3 deletions
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
=================