Menu

Code Commit Log


Commit Date  
[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
[r1539] by dvarrazzo

- Added customized css (a more generic version of the one used by doctests)
- Docutils base CSS updated.

2007-02-20 09:41:31 Tree
[r1538] by dvarrazzo

- A pair of typo fixed.

2007-02-20 09:39:50 Tree
[r1537] by dvarrazzo

- Generated HTML pages description updated.

2007-02-20 01:38:37 Tree
[r1536] by dvarrazzo

- Fixed docstrings so they correctly link to the Epydoc API.
Currently it is required to use `register_canonical_role()` instead of
`register_local_role()` in `xlink.create_api_role()`

2007-02-19 22:59:58 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.