Opened 17 years ago
Closed 17 years ago
#16 closed task (fixed)
add epydoc-generating target for API docs
Reported by: | Brian Warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.1.6 |
Component: | documentation | Version: | 0.1.5 |
Keywords: | Cc: |
Description
The lore-generated documentation makes reference to API docs which are not being built right now, resulting in broken links like 'foolscap.schema.ListOf?' and 'foolscap.Violation'.
Add a Makefile target to generate these docs. Also arrange for the Buildbot to copy them to the website on each build, or manually copy the most recent release's version to there.
Change History (3)
comment:1 Changed 17 years ago by
Milestone: | undecided → 0.1.6 |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'm going to put off the buildbot auto-update part for later. I think it's clearer to have the website contain the docs for the most recent release, rather than code from the current HEAD which hasn't been released yet.
Note: See
TracTickets for help on using
tickets.
Added Makefile targets in [0c9c4c4315944ee6295c08538291e867a889eea9].