Menu

Code Commit Log


Commit Date  
[r1471] by dvarrazzo

- The parse representation is preferred if repr() returns a stock result,
i.e. something like '<ClassName instance at 0x12345678>'.
- Using LaTeX package fancyhdr instead of the deprecated fancyheadings.
- Added missing escaping of LaTeX parameter default.
- Dropped parse_repr/pyval_repr check in HTML parameters default.

2007-02-13 14:27:23 Tree
[r1470] by dvarrazzo

- Docstring fixed.

2007-02-13 14:16:22 Tree
[r1469] by edloper

- Fixed docstring typo

2007-02-13 08:22:43 Tree
[r1468] by edloper

- Warn if @type is used in a bad context.

2007-02-13 08:22:28 Tree
[r1467] by edloper

- Removed unnecessary <code class="pyval">...</pyval> wrapping element
from the output of the PyvalColorizer.

2007-02-13 08:21:20 Tree
[r1466] by edloper

- Modified pyval_repr.py so now it generates a ParsedEpydocDocstring
as its output. This should make it possible to change
APIDoc.pyval_repr to return a ParsedDocstring instead of a str.
This ParsedDocstring would be the result of colorization via
pyval_repr, with the parsed repr as a fallback.

2007-02-13 08:17:33 Tree
[r1465] by edloper

- Added preliminary repr tests

2007-02-12 06:54:25 Tree
[r1464] by edloper

- Refactored some test functions

2007-02-12 06:53:50 Tree
[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
Older >