Manuel lets you build tested documentation.
Project description
Documentation, a full list of included plug-ins, and examples are available at http://packages.python.org/manuel/.
Source code is available from from svn://svn.zope.org/repos/main/manuel/trunk and can be viewed at http://svn.zope.org/manuel/.
CHANGES
1.1.0 (2010-05-18)
fix a SyntaxError when running the tests under Python 2.5
improved error message for improperly indented capture directive
Manuel no longer uses the now depricated zope.testing.doctest (requires zope.testing 3.9.1 or newer)
1.0.5 (2010-01-29)
fix a bug that caused Manuel to choke on empty documents (patch submitted by Bjorn Tillenius)
add a pointer to Manuel’s Subversion repo on the PyPI page
add an optional parameter that allows a custom TestCase class to be passed to TestSuite() (patch submitted by Bjorn Tillenius)
1.0.4 (2010-01-06)
use newer setuptools (one compatible with Subversion 1.6) so built distributions include all files
1.0.3 (2010-01-06)
fix a small doc thinko
fix the code-block hanlder to allow :linenos:
open files in universal newlines mode
1.0.2 (2009-12-07)
fix a bug that caused instances of zope.testin.doctest.Example (and instances of subclasses of the same) to be silently ignored
1.0.1 (2009-08-31)
fix line number reporting for test failures
1.0.0 (2009-08-09)
Python 2.4 compatability fix
1.0.0b2 (2009-07-10)
add the ability to identify and run subsets of documents (using the -t switch of zope.testing’s testrunner for example)
1.0.0b1 (2009-06-24)
major docs improvements
added several new plug-ins
1.0.0a8 (2009-05-01)
add a larger example of using Manuel (table-example.txt)
make the test suite factory function try harder to find the calling module
fix a bug in the order regions are evaluated
add a Manuel object that can evaluate Python code in “.. code-block:: python” regions of a reST document
1.0.0a4 (2009-05-01)
make the global state (“globs”) shared between all evaluators, not just doctest
1.0.0a3 (2009-05-01)
make zope.testing’s testrunner recognized the enhanced, doctest-style errors generated by Manuel
rework the evaluaters to work region-by-region instead of on the entire document
switch to using regular Python classes for Manuel objects instead of previous prototype-y style
1.0.0a2 (2008-10-17)
first release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.