[Checkins] SVN: z3c.form/branches/pcardune-sphinx/ changes to make latest buildout recipe work. Primarily involved moving index.txt into the actual src, where i think it should be.

Paul Carduner paulcarduner at gmail.com
Sat May 3 22:41:49 EDT 2008


Log message for revision 86315:
  changes to make latest buildout recipe work.  Primarily involved moving index.txt into the actual src, where i think it should be.

Changed:
  U   z3c.form/branches/pcardune-sphinx/buildout.cfg
  D   z3c.form/branches/pcardune-sphinx/index.txt
  U   z3c.form/branches/pcardune-sphinx/setup.py
  A   z3c.form/branches/pcardune-sphinx/src/index.txt

-=-
Modified: z3c.form/branches/pcardune-sphinx/buildout.cfg
===================================================================
--- z3c.form/branches/pcardune-sphinx/buildout.cfg	2008-05-04 02:40:15 UTC (rev 86314)
+++ z3c.form/branches/pcardune-sphinx/buildout.cfg	2008-05-04 02:41:48 UTC (rev 86315)
@@ -13,4 +13,4 @@
 
 [docs]
 recipe = z3c.recipe.sphinxdoc
-eggs = z3c.form
+eggs = z3c.form [docs]

Deleted: z3c.form/branches/pcardune-sphinx/index.txt
===================================================================
--- z3c.form/branches/pcardune-sphinx/index.txt	2008-05-04 02:40:15 UTC (rev 86314)
+++ z3c.form/branches/pcardune-sphinx/index.txt	2008-05-04 02:41:48 UTC (rev 86315)
@@ -1,40 +0,0 @@
-.. z3c.form documentation master file, created by sphinx-quickstart on Wed Apr 23 23:01:11 2008.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
-
-Welcome to z3c.form's documentation!
-====================================
-
-Contents:
-
-.. toctree::
-   :maxdepth: 2
-
-   src/z3c/form/README
-   src/z3c/form/form
-   src/z3c/form/group
-   src/z3c/form/subform
-   src/z3c/form/field
-   src/z3c/form/button
-   src/z3c/form/zcml
-   src/z3c/form/validator
-   src/z3c/form/widget
-   src/z3c/form/action
-   src/z3c/form/datamanager
-   src/z3c/form/converter
-   src/z3c/form/term
-   src/z3c/form/util
-   src/z3c/form/adding
-   src/z3c/form/value
-   src/z3c/form/error
-   src/z3c/form/browser/README
-   CHANGES
-   
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-

Modified: z3c.form/branches/pcardune-sphinx/setup.py
===================================================================
--- z3c.form/branches/pcardune-sphinx/setup.py	2008-05-04 02:40:15 UTC (rev 86314)
+++ z3c.form/branches/pcardune-sphinx/setup.py	2008-05-04 02:41:48 UTC (rev 86315)
@@ -82,6 +82,8 @@
             'z3c.template',
             'zope.app.i18n',
             ],
+        docs = ['Sphinx',
+                'z3c.recipe.sphinxdoc'],
         adding = ['zope.app.container'],
         ),
     install_requires = [

Copied: z3c.form/branches/pcardune-sphinx/src/index.txt (from rev 86307, z3c.form/branches/pcardune-sphinx/index.txt)
===================================================================
--- z3c.form/branches/pcardune-sphinx/src/index.txt	                        (rev 0)
+++ z3c.form/branches/pcardune-sphinx/src/index.txt	2008-05-04 02:41:48 UTC (rev 86315)
@@ -0,0 +1,40 @@
+.. z3c.form documentation master file, created by sphinx-quickstart on Wed Apr 23 23:01:11 2008.
+   You can adapt this file completely to your liking, but it should at least
+   contain the root `toctree` directive.
+
+Welcome to z3c.form's documentation!
+====================================
+
+Contents:
+
+.. toctree::
+   :maxdepth: 2
+
+   src/z3c/form/README
+   src/z3c/form/form
+   src/z3c/form/group
+   src/z3c/form/subform
+   src/z3c/form/field
+   src/z3c/form/button
+   src/z3c/form/zcml
+   src/z3c/form/validator
+   src/z3c/form/widget
+   src/z3c/form/action
+   src/z3c/form/datamanager
+   src/z3c/form/converter
+   src/z3c/form/term
+   src/z3c/form/util
+   src/z3c/form/adding
+   src/z3c/form/value
+   src/z3c/form/error
+   src/z3c/form/browser/README
+   CHANGES
+   
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+



More information about the Checkins mailing list