Skip to content

Commit

Permalink
change to work with latest revision of sphinxdoc buildout recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcardune committed May 4, 2008
1 parent d85f6d1 commit 43a507b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -59,6 +59,7 @@ def read(*rnames):
],
docs = [
'Sphinx',
'z3c.recipe.sphinxdoc',
],
),
install_requires = [
Expand Down
5 changes: 2 additions & 3 deletions index.txt → src/index.txt
Expand Up @@ -6,9 +6,8 @@ Contents:
.. toctree::
:maxdepth: 2

src/z3c/table/README
src/z3c/table/column
CHANGES
z3c/table/README
z3c/table/column


Indices and tables
Expand Down
4 changes: 3 additions & 1 deletion src/z3c/table/README.txt
Expand Up @@ -142,7 +142,9 @@ subclasses of ``Column``.
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,
Expand Down

0 comments on commit 43a507b

Please sign in to comment.