summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Korostelev <nadako@gmail.com>2009-03-02 16:09:01 +0000
committerDan Korostelev <nadako@gmail.com>2009-03-02 16:09:01 +0000
commitf0a4fad75faefe5522c751ff095347c0c05a1715 (patch)
tree22a9ca83a1bd67d530254806f50a23147ea7a680 /src
parentbba63ea04167827e91c74b5a6d059655a3b4542b (diff)
downloadzope-component-f0a4fad75faefe5522c751ff095347c0c05a1715.tar.gz
Add sphinx-based documentation building.
Diffstat (limited to 'src')
-rw-r--r--src/zope/component/index.txt22
-rw-r--r--src/zope/component/zcml.txt2
2 files changed, 24 insertions, 0 deletions
diff --git a/src/zope/component/index.txt b/src/zope/component/index.txt
new file mode 100644
index 0000000..5528b93
--- /dev/null
+++ b/src/zope/component/index.txt
@@ -0,0 +1,22 @@
+Welcome to zope.component's documentation!
+==========================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ README
+ socketexample
+ event
+ factory
+ registry
+ persistentregistry
+ zcml
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
diff --git a/src/zope/component/zcml.txt b/src/zope/component/zcml.txt
index a5aa2d3..f54e30c 100644
--- a/src/zope/component/zcml.txt
+++ b/src/zope/component/zcml.txt
@@ -917,6 +917,8 @@ We can repeat the same drill for utility factories:
Protected utilities
~~~~~~~~~~~~~~~~~~~
+TODO::
+
def testProtectedUtility(self):
"""Test that we can protect a utility.