[Checkins] SVN: bluebream/website/docs/v1.0/ reference labels

Baiju M baiju.m.mail at gmail.com
Tue Jul 27 02:04:24 EDT 2010


Log message for revision 115114:
  reference labels
  

Changed:
  U   bluebream/website/docs/v1.0/faq.rst
  U   bluebream/website/docs/v1.0/manual/componentarchitecture.rst
  U   bluebream/website/docs/v1.0/manual/configuration.rst
  U   bluebream/website/docs/v1.0/manual/form.rst
  U   bluebream/website/docs/v1.0/manual/functionaltesting.rst
  U   bluebream/website/docs/v1.0/manual/interface.rst
  U   bluebream/website/docs/v1.0/manual/schema.rst
  U   bluebream/website/docs/v1.0/manual/skinning.rst
  U   bluebream/website/docs/v1.0/manual/unittesting.rst

-=-
Modified: bluebream/website/docs/v1.0/faq.rst
===================================================================
--- bluebream/website/docs/v1.0/faq.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/faq.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -449,7 +449,7 @@
 
   <browser:defaultSkin name="skinname" />
 
-For more details about skinning, read the :ref:`man-browser-skinning`
+For more details about skinning, read the :ref:`man-skinning`
 documentation.
 
 How can I register a content provider without using viewlet managers ?

Modified: bluebream/website/docs/v1.0/manual/componentarchitecture.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/componentarchitecture.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/componentarchitecture.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -1,3 +1,5 @@
+.. _man-zca:
+
 Zope Component Architecture
 ===========================
 

Modified: bluebream/website/docs/v1.0/manual/configuration.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/configuration.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/configuration.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -1,3 +1,5 @@
+.. _man-configuration:
+
 Configuration
 *************
 

Modified: bluebream/website/docs/v1.0/manual/form.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/form.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/form.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -1,3 +1,5 @@
+.. _man-form:
+
 Forms
 =====
 

Modified: bluebream/website/docs/v1.0/manual/functionaltesting.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/functionaltesting.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/functionaltesting.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -1,3 +1,5 @@
+.. _man-functional-testing:
+
 Functional Testing
 ==================
 

Modified: bluebream/website/docs/v1.0/manual/interface.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/interface.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/interface.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -62,6 +62,8 @@
 programming languages do not necessarily use all three of these
 notions.  In fact, often only the first one is used.
 
+.. _man-interface-defining:
+
 Defining Interfaces
 -------------------
 
@@ -79,6 +81,8 @@
 Python.  Thus, interfaces are merely using an existing Python
 pattern.
 
+.. _man-interface-example:
+
 An example
 ----------
 
@@ -121,6 +125,8 @@
 interface.  The I prefix for the interface name is a useful
 convention.
 
+.. _man-interface-declaring:
+
 Declaring interfaces
 --------------------
 
@@ -186,6 +192,8 @@
     "factories".  Since functions are callable objects, a function
     can be an implementer of an interface.
 
+.. _man-interface-implementing:
+
 Implementing interfaces
 -----------------------
 
@@ -224,6 +232,8 @@
   >>> from zope.interface import classImplements
   >>> classImplements(Host, IHost)
 
+.. _man-interface-marker:
+
 Marker interfaces
 -----------------
 

Modified: bluebream/website/docs/v1.0/manual/schema.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/schema.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/schema.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -1,3 +1,5 @@
+.. _man-schema:
+
 Schemas and Widgets
 ===================
 

Modified: bluebream/website/docs/v1.0/manual/skinning.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/skinning.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/skinning.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -1,4 +1,4 @@
-.. _man-browser-skinning:
+.. _man-skinning:
 
 Skinning
 ========

Modified: bluebream/website/docs/v1.0/manual/unittesting.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/unittesting.rst	2010-07-27 05:27:27 UTC (rev 115113)
+++ bluebream/website/docs/v1.0/manual/unittesting.rst	2010-07-27 06:04:23 UTC (rev 115114)
@@ -1,3 +1,5 @@
+.. _man-unittesting:
+
 Unit Testing
 ============
 



More information about the checkins mailing list