Menu

Commit [r1572]  Maximize  Restore  History

- All "free" Epydoc paragraphs are rendered in HTML into ``<p>``\ 's:

removed the "HTML postprocessing" required to fix excessive spacing.

- Added an ``inline`` attribute to `Ticket` and `Element`. Inline elements
are similar tho HTMl ``<span>``; they are rendered in HTML without ``<p>``.
Inline elements are, for instance:

- list items (fields too);
- docstring summaries;

- HTML code simplified: no more ``<br><br>`` to accomodate for the lack of
``<p>``. This layout is more CSS-friendly.

- Paragraphs vertical margins tweaked.

- H3 top margin value set for cross browser consistency (IE and FF have
different defaults).

dvarrazzo 2007-03-07

changed /trunk/epydoc/src/epydoc/docstringparser.py
changed /trunk/epydoc/src/epydoc/docwriter/html.py
changed /trunk/epydoc/src/epydoc/docwriter/html_css.py
changed /trunk/epydoc/src/epydoc/markup/epytext.py
changed /trunk/epydoc/src/epydoc/test/encoding.doctest
changed /trunk/epydoc/src/epydoc/test/epytext.doctest
/trunk/epydoc/src/epydoc/docstringparser.py Diff Switch to side-by-side view
Loading...
/trunk/epydoc/src/epydoc/docwriter/html.py Diff Switch to side-by-side view
Loading...
/trunk/epydoc/src/epydoc/docwriter/html_css.py Diff Switch to side-by-side view
Loading...
/trunk/epydoc/src/epydoc/markup/epytext.py Diff Switch to side-by-side view
Loading...
/trunk/epydoc/src/epydoc/test/encoding.doctest Diff Switch to side-by-side view
Loading...
/trunk/epydoc/src/epydoc/test/epytext.doctest Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.