Menu

Code Commit Log


Commit Date  
[r1549] by dvarrazzo

- Fixed a couple of bugs in config file parsing
- Fixed config example for fail-on option

2007-02-24 16:23:49 Tree
[r1548] by dvarrazzo

- Some manual fixes
- Manual on the homepage.

2007-02-22 00:25:40 Tree
[r1547] by dvarrazzo

- The manual can be created both as a single document and many pages.
The single chapters may be linked from the homepage.

2007-02-21 17:34:54 Tree
[r1546] by dvarrazzo

- Added reST and javadoc markups to documentation
- Confug file example updated

2007-02-20 23:51:34 Tree
[r1545] by edloper

- Check that duplicate item names are not given to build_doc_index;
if they are, then issue a warning and discard dups.
- Check that we don't generate 2 doc items with the same canonical name
from different items. This can happen, e.g., if you run
"epydoc a/x.py b/x.py" where neither a nor b are package directories,
so both modules will have canonical name "x". In this case, issue an
error message, and discard the docs from the second item.
(Otherwise, there would be 2 problems: first, we'd try to merge the
docs of these two modules; and second, we wouldn't have unique names
for them, so we'd end up overwriting the doc files of one with the
doc files of the other.)

2007-02-20 19:34:01 Tree
[r1544] by dvarrazzo

- Dropped old stylesheets.

2007-02-20 09:54:15 Tree
[r1543] by dvarrazzo

- Typo fixed

2007-02-20 09:52:09 Tree
[r1542] by dvarrazzo

- Added HTML manual generation

2007-02-20 09:50:38 Tree
[r1541] by dvarrazzo

- Adding user manual.
A chapter on reST and Javadoc is required. To be done soon.

2007-02-20 09:49:56 Tree
[r1540] by dvarrazzo

- rst2html to be used to produce other web pages other than the doctest.
- added support for '.. python::' directive
- added support for epydoc api directive
- the stylesheet is linked with the path properly mangled.

2007-02-20 09:44:38 Tree
Older >