Menu

Code Commit Log


Commit Date  
[r1573] by dvarrazzo

- Branch merged into the trunk.

2007-03-07 01:26:50 Tree
[r1572] by dvarrazzo

- 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).

2007-03-07 01:23:18 Tree
[r1571] by dvarrazzo

- Actually, it is not really required to add a new token: PARA and TEXT are
almost always treated the same way. Using an attribute is enough.

2007-03-06 19:24:12 Tree
[r1570] by dvarrazzo

- Fixed unrequired encoding.
- Tests updated with the newly generated HTML (there are always <p> tags).

2007-03-05 02:18:17 Tree
[r1569] by dvarrazzo

- Added Token.TEXT to represent an inline chunk of text.
- Some tests updated. Not all tests pass yet anyway.
- Removed double <br/>'s from HTML output.

2007-03-05 01:52:05 Tree
[r1568] by dvarrazzo

- This branch aims to solve the html problem raised in SF bug #1671711.

Currently epytext html output creates excessive <p> tags (e.g. in lists and
fields). There is an hack that postprocesses the first html rendering
removing some of those tags, but it probably exagerates and some paragraph
is rendered without <p> at all.

This leads to the need to add many <br/>'s in the HTML output, different
spacing w.r.t. other markups, surprising behaviour of the page when the
CSS is to be customized.

The proposed solution is to add a new type of epytext node: 'text'
representing inline text inside other elements, such list items.

2007-03-05 01:39:41 Tree
[r1567] by dvarrazzo

- Fixed docstring (it appeared a definition list).

2007-03-05 00:53:10 Tree
[r1566] by dvarrazzo

- Fixed margin for nested lists in fields.

2007-03-05 00:40:54 Tree
[r1565] by dvarrazzo

- Some HTML cleanup.

2007-03-01 23:40:03 Tree
[r1564] by edloper

- Fixed svn properties

2007-03-01 04:03:01 Tree
Older >
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.