pydoctor-0.5b1+bzr603/LICENSE.txt0000644000000000000000000000151711051720742014442 0ustar 00000000000000 Copyright 2006-2008 Michael Hudson mwh@python.net All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. THE AUTHOR MICHAEL HUDSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. pydoctor-0.5b1+bzr603/MANIFEST.in0000644000000000000000000000021211333156232014344 0ustar 00000000000000include setup.cfg graft pydoctor/templates/ graft doc include *.txt *.tac include MANIFEST.in include *.cfg graft www graft pydoctor/test pydoctor-0.5b1+bzr603/README.txt0000644000000000000000000000121312151272773014316 0ustar 00000000000000This 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 :) 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. The default HTML generator requires Twisted. There are some more notes in the doc/ subdirectory. pydoctor-0.5b1+bzr603/apilinks_sphinxext.py0000644000000000000000000000257211537556076017137 0ustar 00000000000000''' Sphinx/docutils extension to create links to pyDoctor documentation using a RestructuredText interpreted text role that looks like this: :api:`python_object_to_link_to