[Checkins] SVN: z3c.table/branches/pcardune-documentation/ get z3c.table hooked up to sphinxdoc recipe.

Paul Carduner paulcarduner at gmail.com
Sat May 3 18:41:28 EDT 2008


Log message for revision 86309:
  get z3c.table hooked up to sphinxdoc recipe.

Changed:
  _U  z3c.table/branches/pcardune-documentation/
  U   z3c.table/branches/pcardune-documentation/buildout.cfg
  A   z3c.table/branches/pcardune-documentation/index.txt
  U   z3c.table/branches/pcardune-documentation/setup.py

-=-

Property changes on: z3c.table/branches/pcardune-documentation
___________________________________________________________________
Name: svn:externals
   + Sphinx http://svn.python.org/projects/doctools/trunk/
z3c.recipe.sphinxdoc svn://svn.zope.org/repos/main/Sandbox/pcardune/z3c.recipe.sphinxdoc


Modified: z3c.table/branches/pcardune-documentation/buildout.cfg
===================================================================
--- z3c.table/branches/pcardune-documentation/buildout.cfg	2008-05-03 22:15:46 UTC (rev 86308)
+++ z3c.table/branches/pcardune-documentation/buildout.cfg	2008-05-03 22:41:27 UTC (rev 86309)
@@ -1,6 +1,6 @@
 [buildout]
-develop = .
-parts = test checker coverage-test coverage-report
+develop = . Sphinx z3c.recipe.sphinxdoc
+parts = test checker coverage-test coverage-report docs
 
 
 [test]
@@ -24,3 +24,8 @@
 eggs = z3c.coverage
 scripts = coverage=coverage-report
 arguments = ('coverage', 'coverage/report')
+
+
+[docs]
+recipe = z3c.recipe.sphinxdoc
+eggs = z3c.table [docs]
\ No newline at end of file

Added: z3c.table/branches/pcardune-documentation/index.txt
===================================================================
--- z3c.table/branches/pcardune-documentation/index.txt	                        (rev 0)
+++ z3c.table/branches/pcardune-documentation/index.txt	2008-05-03 22:41:27 UTC (rev 86309)
@@ -0,0 +1,20 @@
+Welcome to z3c.table's documentation!
+=====================================
+
+Contents:
+
+.. toctree::
+   :maxdepth: 2
+
+   src/z3c/table/README
+   src/z3c/table/column
+   CHANGES
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+


Property changes on: z3c.table/branches/pcardune-documentation/index.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.table/branches/pcardune-documentation/setup.py
===================================================================
--- z3c.table/branches/pcardune-documentation/setup.py	2008-05-03 22:15:46 UTC (rev 86308)
+++ z3c.table/branches/pcardune-documentation/setup.py	2008-05-03 22:41:27 UTC (rev 86309)
@@ -57,6 +57,9 @@
             'zope.security',
             'zope.testing',
             ],
+        docs = [
+            'Sphinx',
+            ],
         ),
     install_requires = [
         'setuptools',



More information about the Checkins mailing list