I'm using EpyDoc (with reStructuredText) to document my Python project and produce HTML output.
EpyDoc automatically truncates long lists of attributes in UML diagrams (generated with the --graph=umlclasstree
option), helpfully placing a clickable ...
marker that doesn't link to anything or seem to trigger any JavaScript events.
For example, not the ...
in the APIDoc
block in this example: http://epydoc.sourceforge.net/api/epydoc.apidoc.VariableDoc-class.html
(This appears to also affect the display of baked class attributes, e.g. dict with 10 keys)
How can I prevent this auto-truncation?