Menu

Code Commit Log


Commit Date  
[r1473] by edloper

- Changed ValueDoc.pyval_repr and summary_pval_repr to return
ParsedDocstring's instead of string. These ParsedDocstrings are
generated by epydoc.markup.pyval_repr. Instead of returning a
separate value to indicate whether there's left-over (for
GenericValueDoc.is_detailed), add an 'is_complete' attribute to
the parsed docstring.
- Defer importing of dotgraph from epydoc.markup.epytext to avoid
a circular dependency.

2007-02-13 19:46:05 Tree
[r1472] by dvarrazzo

- All tests pass again.

2007-02-13 15:27:45 Tree
[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
Older >