summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Move the function signature to the .rst file per discussion.dry-classhandler-docsJason Madden2018-03-221-0/+3
| | | | Also rename decorator to _decorator per discussion.
* The sphinx docs for z.e.classhandler use `.. automodule`.Jason Madden2018-03-222-40/+10
| | | | | | | For two reasons: 1) DRY 2) Ability to cross-reference :mod:`zope.event.classhandler`.
* Reference zope.component docs on configuring eventsdocsJason Madden2017-06-234-40/+84
| | | | | | | | | I'm working backwards from zopefoundation/zope.lifecycleevent#7 building up a chain of references :) Also reorganize the main "usage" documentation for more narrative readability. Make it the landing target for zope.event module references.
* Fix breakage.Tres Seaver2015-10-181-1/+1
|
* Added a simple class-based handler implementation.classhandlerJim Fulton2015-10-171-0/+42
|
* Added a simple class-based handler implementation.Jim Fulton2015-10-171-0/+1
|
* Tighten up tox description.Tres Seaver2015-02-161-3/+3
|
* Normalize example path.Tres Seaver2015-02-051-1/+1
|
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Remove SVN fossilTres Seaver2015-01-211-1/+1
|
* Edit myself out in favor of J. Random Hacker.Tres Seaver2015-01-204-2/+8
| | | | [ci skip]
* Remove no-longer true mention of building docs in buildout.Tres Seaver2015-01-191-35/+0
|
* Modernize 'Hacking' docs.Tres Seaver2015-01-101-46/+56
| | | | [ci skip]
* Document running tests / building docs w/ tox.Tres Seaver2012-06-291-0/+82
|
* typoGodefroid Chapelle2010-08-021-1/+1
|
* Don't rely on collective.recipe.sphinxbuilder: just install Sphinx.Tres Seaver2010-05-011-2/+3
|
* Start on documenting theory of operation.Tres Seaver2010-04-202-0/+24
|
* Split usage out of top-level docs.Tres Seaver2010-04-202-75/+79
|
* Tie docs versions to setup.py verion.Tres Seaver2010-04-201-3/+4
|
* Exemplar for proposed new style of documenting / testing ZTK packagesTres Seaver2010-04-176-0/+783
- Add Sphinx documentation. - Add Sphinx builder recipe. - Keep the (empty) docs/_build in the checkout. - Move narrative docs to 'docs', remove from unit tests. The snippets in the docs get tested as part of building the HTML docs via the 'make-docs' script. - Move full docs out of the --long-description. We want to be able to make full use of Sphinx markup, which confuses the PyPI interface. Instead, the README.txt now points to the docs. - Let 2to3 know about the new location of the docs. - Add docs for hacking on the package. This page is actully pretty generic. Assuming that we make it true for any ZTK package, it might be better off in the top-level ZTK docs.