Locate interface documentation via zope.interface.moduleProvides
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Twisted Buildbot Configuration |
Undecided
|
Unassigned | ||
| pydoctor |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In https:/
We currently insert @see: L{twisted.
It would be nicer if pydoctor could find and insert the interface documentation - just like it does when it encounters an @implementer decorator.
See:
* https:/
Related branches
- Michael Hudson-Doyle: Approve on 2013-03-05
-
Diff: 113 lines (+57/-3)2 files modifiedpydoctor/test/test_zopeinterface.py (+17/-1)
pydoctor/zopeinterface.py (+40/-2)
Richard Wall (richardw) wrote : | #2 |
I've submitted a branch for code review.
Also linked this ticket to https:/
As discussed in https:/
Changed in pydoctor: | |
status: | Triaged → Fix Committed |
Changed in pydoctor: | |
status: | Fix Committed → Fix Released |
Makes sense. Not sure when I'm likely to get to it tbh.