Skip to content

Commit

Permalink
get z3c.table hooked up to sphinxdoc recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcardune committed May 3, 2008
1 parent dd95416 commit 44f7c35
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
9 changes: 7 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -24,3 +24,8 @@ recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coverage=coverage-report
arguments = ('coverage', 'coverage/report')


[docs]
recipe = z3c.recipe.sphinxdoc
eggs = z3c.table [docs]
20 changes: 20 additions & 0 deletions index.txt
Original file line number Diff line number Diff line change
@@ -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`

3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def read(*rnames):
'zope.security',
'zope.testing',
],
docs = [
'Sphinx',
],
),
install_requires = [
'setuptools',
Expand Down

0 comments on commit 44f7c35

Please sign in to comment.