Menu

Code Commit Log


Commit Date  
[r1725] by edloper

- refactored class_tree_graph & uml_class_tree_graph -- now they share
most of their code.
- added truncation when class graphs get too big: max_subclass_depth
truncates subclasses that are too far down in the tree, and
max_subclasses limits the number of subclasses that are shown for
any given class.
- undocumented base classes are now drawn with a grey background
- uml graph options:
- Changed default values for max_attributes & max_operations
- Added options to control whether parameter defaults are shown;
and to truncate signatures that are too long
- set minimum width for uml nodes to 100
- Fixed bug in DotGraphNode -- subclasses should share the same
_next_id var, not use their own.
- If dot fails & epydoc.DEBUG is true, then print the broken dotfile
to a temp file.

2008-02-16 04:49:21 Tree
[r1724] by edloper

- Always write the subclass list, even if the class tree is drawn.
I plan to truncate large class diagrams, so the list will be
useful in those cases.

2008-02-16 02:02:58 Tree
[r1723] by edloper

- If a class's metaclass is known, then show that class instead of
'Class' on its class html page
- When displaying class description tables, don't bother with the
'type' column -- it's always empty anyway.
- If a property's fget/fset/fdel function has the name '??', then
don't bother to list it.

2008-02-15 01:16:54 Tree
[r1722] by edloper

- Added 'metaclass' var to ClassDoc, to record the metaclass (when
defined)

2008-02-15 01:11:18 Tree
[r1721] by edloper

- Minor changes to TerminalController class

2008-02-15 01:02:30 Tree
[r1720] by edloper

- Added support for the syntax `name <target>` in rst interpreted
text roles.

2008-02-15 01:01:08 Tree
[r1719] by edloper

- Added support for the syntax `name <target>` in xlink.

2008-02-15 01:00:39 Tree
[r1718] by edloper

- If the source file is not encoded correctly, then issue an error
(rather than crashing) and give up on parsing.

2008-02-14 22:25:14 Tree
[r1717] by edloper

- Minor css fix for subclass list

2008-02-14 22:21:41 Tree
[r1716] by edloper

- If the source file is not encoded correctly, then recover as well
as we can, and issue a warning.

2008-02-14 22:21:23 Tree
Older >