[Checkins] SVN: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/ fixed sphinx issue

Jim Fulton jim at zope.com
Tue May 26 13:43:23 EDT 2009


Log message for revision 100430:
  fixed sphinx issue

Changed:
  U   bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py
  U   bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt
  U   bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt

-=-
Modified: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py
===================================================================
--- bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py	2009-05-26 17:41:18 UTC (rev 100429)
+++ bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/conf.py	2009-05-26 17:43:23 UTC (rev 100430)
@@ -1,4 +1,7 @@
 # -*- coding: utf-8 -*-
+
+version = '0.2'
+
 #
 # bobo documentation build configuration file, created by
 # sphinx-quickstart on Sun Apr 19 07:39:53 2009.
@@ -44,10 +47,8 @@
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
-# The short X.Y version.
-version = '0'
 # The full version, including alpha/beta/rc tags.
-release = '0'
+release = version
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt
===================================================================
--- bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt	2009-05-26 17:41:18 UTC (rev 100429)
+++ bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt	2009-05-26 17:43:23 UTC (rev 100430)
@@ -731,7 +731,7 @@
 .. [#order] More precisely, the resource with the lowest :term:`order`
    will be used.  By default, a resources order is determined by the
    order of definition.  You can override the order by passing an
-   ``order`` keyword argument to a decorator. See :ref:`order`.
+   ``order`` keyword argument to a decorator. See :ref:`orderl`.
 
 .. [#globalexpr] The name can be any Python expression that doesn't
    contain spaces. It will be evaluated using the module globals.

Modified: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt
===================================================================
--- bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt	2009-05-26 17:41:18 UTC (rev 100429)
+++ bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/more.txt	2009-05-26 17:43:23 UTC (rev 100430)
@@ -750,7 +750,7 @@
     >>> app.get('/bad.html', status=500).body
     'Dang! bad() takes exactly 2 arguments (1 given)'
 
-.. _order:
+.. _orderl:
 
 Ordering Resources
 ------------------



More information about the Checkins mailing list