[Checkins] SVN: bluebream/website/docs/v1.0/tutorial1.rst reference pointers

Baiju M baiju.m.mail at gmail.com
Mon Jul 26 23:05:11 EDT 2010


Log message for revision 115110:
  reference pointers
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-07-27 02:57:26 UTC (rev 115109)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-07-27 03:05:11 UTC (rev 115110)
@@ -312,6 +312,8 @@
 Now we have a project structure which will allow us to continue
 developing our application.
 
+.. _tut1-pastedeploy-configuration:
+
 PasteDeploy configuration
 -----------------------------
 
@@ -455,8 +457,10 @@
 (``etc/zope-debug.conf``) is different from the deployment
 configuration.
 
+.. _tut1-zope-configuration:
+
 Zope configuration
-----------------------
+------------------
 
 Similar to PasteDeploy configuration, there are two Zope
 configuration files: ``etc/zope.conf`` and ``etc/zope-debug.conf``.
@@ -504,6 +508,8 @@
 loaded (site definition).  All paths are specified as relative to the
 top-level directory where the PasteDeploy configuration file resides.
 
+.. _tut1-site-definition:
+
 The site definition
 -------------------
 
@@ -626,7 +632,7 @@
 .. _tut1-package-meta-data:
 
 Package meta-data
----------------------
+-----------------
 
 BlueBream uses :term:`Setuptools` to distribute the application
 package.  However, you could easily replace it with
@@ -705,6 +711,8 @@
 find the WSGI application factory.  The second entry point registers
 a sub-command for ``paster`` script named ``shell``.
 
+.. _tut1-running-tests:
+
 Running Tests
 -------------
 



More information about the checkins mailing list