Path to this page:
Subject: CVS commit: pkgsrc/devel/py-doctor
From: Thomas Klausner
Date: 2013-09-30 19:23:04
Message id: 20130930172304.B9E8296@cvs.netbsd.org
Log Message:
Import py27-doctor-0.4 as devel/py-doctor.
This is 'pydoctor', an API documentation generator that works by
static analysis.
It was written primarily to replace epydoc for the purposes of the
Twisted project as epydoc has difficulties with zope.interface. If it
happens to work for your code too, that's a nice bonus at this stage :)
pydoctor puts a fair bit of effort into resolving imports and
computing inheritance hierarchies and, as it aims at documenting
Twisted, knows about zope.interface's declaration API and can present
information about which classes implement which interface, and vice
versa.
Files: