[Checkins] SVN: bluebream/trunk/docs/source/ few more reference pointers

Baiju M baiju.m.mail at gmail.com
Tue Jan 12 21:59:43 EST 2010


Log message for revision 108091:
  few more reference pointers
  

Changed:
  U   bluebream/trunk/docs/source/faq.rst
  U   bluebream/trunk/docs/source/tutorial.rst

-=-
Modified: bluebream/trunk/docs/source/faq.rst
===================================================================
--- bluebream/trunk/docs/source/faq.rst	2010-01-13 02:49:44 UTC (rev 108090)
+++ bluebream/trunk/docs/source/faq.rst	2010-01-13 02:59:43 UTC (rev 108091)
@@ -1,3 +1,5 @@
+.. _faq-faq:
+
 FAQ
 ===
 
@@ -3,4 +5,6 @@
 .. contents::
 
+.. _faq-general:
+
 General
 -------
@@ -147,6 +151,8 @@
 Please start with `Getting Started <gettingstarted.html>`_
 documentation.
 
+.. _faq-concepts:
+
 Concepts
 --------
 
@@ -198,6 +204,8 @@
 These two are not deprecated, but ``contains`` and ``containers``
 functions are recommended.
 
+.. _faq-security:
+
 Security
 --------
 
@@ -341,6 +349,8 @@
 
    <include package="zope.login" />
 
+.. _faq-ui:
+
 User Interface
 --------------
 
@@ -501,6 +511,8 @@
 
 See this blog entry by Marius Gedminas : http://mg.pov.lt/blog/zope3-custom-traversal.html
 
+.. _faq-programming:
+
 Programming
 -----------
 
@@ -899,6 +911,7 @@
 and force the deletion order yourself.  This is one of the
 problems with events, ie: their order is not well defined.
 
+.. _faq-configuration:
 
 Configuration and Setup
 -----------------------
@@ -1085,6 +1098,8 @@
         config_context = getConfigContext()
         return config_context.hasFeature('devmode')
 
+.. _faq-misc:
+
 Miscellaneous
 -------------
 

Modified: bluebream/trunk/docs/source/tutorial.rst
===================================================================
--- bluebream/trunk/docs/source/tutorial.rst	2010-01-13 02:49:44 UTC (rev 108090)
+++ bluebream/trunk/docs/source/tutorial.rst	2010-01-13 02:59:43 UTC (rev 108091)
@@ -1,6 +1,9 @@
+.. _tut-tutorial:
+
 Tutorial
 ========
 
+.. _tut-introduction:
 
 Introduction
 ------------
@@ -23,6 +26,7 @@
 
  4. Additional comments can be added to tickets.
 
+.. _tut-new-project:
 
 Starting new project
 --------------------
@@ -222,6 +226,8 @@
 
 - The ``test`` command can be used to run the test runner.
 
+.. _tut-app-object:
+
 Creating the application object
 -------------------------------
 
@@ -253,10 +259,13 @@
 
       implements(ICollector)
 
+.. _tut-main-page:
 
 Creating the main page
 ----------------------
 
+.. _tut-conclusion:
+
 Conclusion
 ----------
 



More information about the checkins mailing list