[Checkins] SVN: z3c.table/branches/pcardune-documentation/ change to work with latest revision of sphinxdoc buildout recipe.

Paul Carduner paulcarduner at gmail.com
Sat May 3 22:51:21 EDT 2008


Log message for revision 86316:
  change to work with latest revision of sphinxdoc buildout recipe.

Changed:
  D   z3c.table/branches/pcardune-documentation/index.txt
  U   z3c.table/branches/pcardune-documentation/setup.py
  A   z3c.table/branches/pcardune-documentation/src/index.txt
  U   z3c.table/branches/pcardune-documentation/src/z3c/table/README.txt

-=-
Deleted: z3c.table/branches/pcardune-documentation/index.txt
===================================================================
--- z3c.table/branches/pcardune-documentation/index.txt	2008-05-04 02:41:48 UTC (rev 86315)
+++ z3c.table/branches/pcardune-documentation/index.txt	2008-05-04 02:51:21 UTC (rev 86316)
@@ -1,20 +0,0 @@
-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`
-

Modified: z3c.table/branches/pcardune-documentation/setup.py
===================================================================
--- z3c.table/branches/pcardune-documentation/setup.py	2008-05-04 02:41:48 UTC (rev 86315)
+++ z3c.table/branches/pcardune-documentation/setup.py	2008-05-04 02:51:21 UTC (rev 86316)
@@ -59,6 +59,7 @@
             ],
         docs = [
             'Sphinx',
+            'z3c.recipe.sphinxdoc',
             ],
         ),
     install_requires = [

Copied: z3c.table/branches/pcardune-documentation/src/index.txt (from rev 86315, z3c.table/branches/pcardune-documentation/index.txt)
===================================================================
--- z3c.table/branches/pcardune-documentation/src/index.txt	                        (rev 0)
+++ z3c.table/branches/pcardune-documentation/src/index.txt	2008-05-04 02:51:21 UTC (rev 86316)
@@ -0,0 +1,19 @@
+Welcome to z3c.table's documentation!
+=====================================
+
+Contents:
+
+.. toctree::
+   :maxdepth: 2
+
+   z3c/table/README
+   z3c/table/column
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+

Modified: z3c.table/branches/pcardune-documentation/src/z3c/table/README.txt
===================================================================
--- z3c.table/branches/pcardune-documentation/src/z3c/table/README.txt	2008-05-04 02:41:48 UTC (rev 86315)
+++ z3c.table/branches/pcardune-documentation/src/z3c/table/README.txt	2008-05-04 02:51:21 UTC (rev 86316)
@@ -142,7 +142,9 @@
 Adding a Column to a Table Using Adapters
 -----------------------------------------
 
-Now we can register our column adapter.
+One way we can add a column to a table is using an adapter.  Although
+this may seem like overkill at first, it makes tables easily
+pluggable.  Let's register our column as an adapter.
 
   >>> import zope.component
   >>> zope.component.provideAdapter(TitleColumn,



More information about the Checkins mailing list