Menu

Code Commit Log


Commit Date  
[r1463] by edloper

- Added a new module for colorizing python values. This abstracts away
from the code that's currently in the html writer, and should make it
easier to use the same colorization code for other docwriters. The
new code should do a better job of pretty-printing values than the
current html writer code. I also fixed a couple minor bugs in the
regexp colorizer along the way.

Note, though, that this code hasn't been plugged into epydoc in any
way yet. I.e., docwriter/html.py still needs to be modified to actually
*use* this new code.

2007-02-12 05:26:28 Tree
[r1462] by edloper

- Added options to control return value::

--fail-on-error
--fail-on-warning
--fail-on-docstring-warning

All three options cause epydoc to exit with status 1 if a message of
the indicated level or higher is generated. This can be useful for
e.g., incorperation into makefiles. (See sf bug 1558792)

2007-02-11 16:53:49 Tree
[r1461] by edloper

- Added --simple-term option, which tells epydoc not to use any color
or cursor control, even if the terminal appears to support it.

2007-02-11 16:02:10 Tree
[r1460] by edloper

- Fixed SF bug 1562530, which causes nested literal braces to not
get parsed correctly.

2007-02-11 06:07:27 Tree
[r1459] by edloper

- Explicitly specify that the stylesheet should be linked (not
embedded).

2007-02-11 05:52:55 Tree
[r1458] by edloper

- Replaced implementation of doctest-html target with a more makefile-like
one (the old one use a shell script; and in the comments for SF bug
#1655963, someone indicated that it wasn't working for them.)

2007-02-11 05:52:27 Tree
[r1457] by edloper

- Fixed minor markup error

2007-02-11 05:46:59 Tree
[r1456] by edloper

- Moved various test functions from doctest files (eg, runbuilder,
runparser, etc) to a single epydoc.test.util module, so they can
be shared between different doctest files. (E.g., the
restructuredtext.doctest file needed to make use of the
runbuilder function defined in docbuilder.doctest).
- Moved all tests that depend on docutils to restructuredtext.doctest
- Marked restructuredtext.doctest as requiring the docutils module

2007-02-11 05:28:16 Tree
[r1455] by edloper

- Added support for adding ':RequireModule:' fields to doctest test
files, which assert that the tests shouldn't be run unless that
module is available. Used by restructuredtext.doctest to prevent
the tests from being run if the docutils module is not installed.

2007-02-11 05:25:21 Tree
[r1454] by edloper

- Moved various test functions from doctest files (eg, runbuilder,
runparser, etc) to a single epydoc.test.util module, so they can
be shared between different doctest files. (E.g., the
restructuredtext.doctest file needed to make use of the
runbuilder function defined in docbuilder.doctest).

2007-02-11 05:22:31 Tree
Older >