pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/epydoc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul 23 20:10:02 UTC 2017

Modified Files:
        pkgsrc/devel/epydoc: Makefile PLIST distinfo

Log Message:
Changes 3.0.1:
Support for Parsing & Introspection
Docstrings for variables
Graphs & Diagrams
Syntax Highlighted Source Code
Improved Output
Improved Documentation Extraction


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/epydoc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/epydoc/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/epydoc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/epydoc/Makefile
diff -u pkgsrc/devel/epydoc/Makefile:1.22 pkgsrc/devel/epydoc/Makefile:1.23
--- pkgsrc/devel/epydoc/Makefile:1.22   Sun Jan  1 14:43:30 2017
+++ pkgsrc/devel/epydoc/Makefile        Sun Jul 23 20:10:02 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:30 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/07/23 20:10:02 adam Exp $
 
-DISTNAME=      epydoc-2.1
-PKGREVISION=   7
-CATEGORIES=    devel
+DISTNAME=      epydoc-3.0.1
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=epydoc/}
 
 MAINTAINER=    darcy%NetBSD.org@localhost
@@ -10,20 +9,20 @@ HOMEPAGE=    http://epydoc.sourceforge.net/
 COMMENT=       Python documentation framework
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 
 USE_LANGUAGES= #none
 USE_TOOLS+=    pax
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.1
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 3.0.1
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1 share/doc/epydoc
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/man/epydoc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_MAN} ${WRKSRC}/man/epydocgui.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-       cd ${WRKSRC}/doc && \
-           pax -rw -pp -pm . ${DESTDIR}${PREFIX}/share/doc/epydoc
+       cd ${WRKSRC}/doc && pax -rw -pp -pm . ${DESTDIR}${PREFIX}/share/doc/epydoc
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/epydoc/PLIST
diff -u pkgsrc/devel/epydoc/PLIST:1.6 pkgsrc/devel/epydoc/PLIST:1.7
--- pkgsrc/devel/epydoc/PLIST:1.6       Sun Apr  8 20:21:44 2012
+++ pkgsrc/devel/epydoc/PLIST   Sun Jul 23 20:10:02 2017
@@ -1,46 +1,74 @@
-@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/07/23 20:10:02 adam Exp $
+bin/apirst2html.py
 bin/epydoc
 bin/epydocgui
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/epydoc/__init__.py
 ${PYSITELIB}/epydoc/__init__.pyc
 ${PYSITELIB}/epydoc/__init__.pyo
+${PYSITELIB}/epydoc/apidoc.py
+${PYSITELIB}/epydoc/apidoc.pyc
+${PYSITELIB}/epydoc/apidoc.pyo
 ${PYSITELIB}/epydoc/checker.py
 ${PYSITELIB}/epydoc/checker.pyc
 ${PYSITELIB}/epydoc/checker.pyo
 ${PYSITELIB}/epydoc/cli.py
 ${PYSITELIB}/epydoc/cli.pyc
 ${PYSITELIB}/epydoc/cli.pyo
-${PYSITELIB}/epydoc/colorize.py
-${PYSITELIB}/epydoc/colorize.pyc
-${PYSITELIB}/epydoc/colorize.pyo
-${PYSITELIB}/epydoc/css.py
-${PYSITELIB}/epydoc/css.pyc
-${PYSITELIB}/epydoc/css.pyo
-${PYSITELIB}/epydoc/foog.py
-${PYSITELIB}/epydoc/foog.pyc
-${PYSITELIB}/epydoc/foog.pyo
+${PYSITELIB}/epydoc/compat.py
+${PYSITELIB}/epydoc/compat.pyc
+${PYSITELIB}/epydoc/compat.pyo
+${PYSITELIB}/epydoc/docbuilder.py
+${PYSITELIB}/epydoc/docbuilder.pyc
+${PYSITELIB}/epydoc/docbuilder.pyo
+${PYSITELIB}/epydoc/docintrospecter.py
+${PYSITELIB}/epydoc/docintrospecter.pyc
+${PYSITELIB}/epydoc/docintrospecter.pyo
+${PYSITELIB}/epydoc/docparser.py
+${PYSITELIB}/epydoc/docparser.pyc
+${PYSITELIB}/epydoc/docparser.pyo
+${PYSITELIB}/epydoc/docstringparser.py
+${PYSITELIB}/epydoc/docstringparser.pyc
+${PYSITELIB}/epydoc/docstringparser.pyo
+${PYSITELIB}/epydoc/docwriter/__init__.py
+${PYSITELIB}/epydoc/docwriter/__init__.pyc
+${PYSITELIB}/epydoc/docwriter/__init__.pyo
+${PYSITELIB}/epydoc/docwriter/dotgraph.py
+${PYSITELIB}/epydoc/docwriter/dotgraph.pyc
+${PYSITELIB}/epydoc/docwriter/dotgraph.pyo
+${PYSITELIB}/epydoc/docwriter/html.py
+${PYSITELIB}/epydoc/docwriter/html.pyc
+${PYSITELIB}/epydoc/docwriter/html.pyo
+${PYSITELIB}/epydoc/docwriter/html_colorize.py
+${PYSITELIB}/epydoc/docwriter/html_colorize.pyc
+${PYSITELIB}/epydoc/docwriter/html_colorize.pyo
+${PYSITELIB}/epydoc/docwriter/html_css.py
+${PYSITELIB}/epydoc/docwriter/html_css.pyc
+${PYSITELIB}/epydoc/docwriter/html_css.pyo
+${PYSITELIB}/epydoc/docwriter/html_help.py
+${PYSITELIB}/epydoc/docwriter/html_help.pyc
+${PYSITELIB}/epydoc/docwriter/html_help.pyo
+${PYSITELIB}/epydoc/docwriter/latex.py
+${PYSITELIB}/epydoc/docwriter/latex.pyc
+${PYSITELIB}/epydoc/docwriter/latex.pyo
+${PYSITELIB}/epydoc/docwriter/plaintext.py
+${PYSITELIB}/epydoc/docwriter/plaintext.pyc
+${PYSITELIB}/epydoc/docwriter/plaintext.pyo
+${PYSITELIB}/epydoc/docwriter/xlink.py
+${PYSITELIB}/epydoc/docwriter/xlink.pyc
+${PYSITELIB}/epydoc/docwriter/xlink.pyo
 ${PYSITELIB}/epydoc/gui.py
 ${PYSITELIB}/epydoc/gui.pyc
 ${PYSITELIB}/epydoc/gui.pyo
-${PYSITELIB}/epydoc/help.py
-${PYSITELIB}/epydoc/help.pyc
-${PYSITELIB}/epydoc/help.pyo
-${PYSITELIB}/epydoc/html.py
-${PYSITELIB}/epydoc/html.pyc
-${PYSITELIB}/epydoc/html.pyo
-${PYSITELIB}/epydoc/imports.py
-${PYSITELIB}/epydoc/imports.pyc
-${PYSITELIB}/epydoc/imports.pyo
-${PYSITELIB}/epydoc/latex.py
-${PYSITELIB}/epydoc/latex.pyc
-${PYSITELIB}/epydoc/latex.pyo
-${PYSITELIB}/epydoc/man.py
-${PYSITELIB}/epydoc/man.pyc
-${PYSITELIB}/epydoc/man.pyo
+${PYSITELIB}/epydoc/log.py
+${PYSITELIB}/epydoc/log.pyc
+${PYSITELIB}/epydoc/log.pyo
 ${PYSITELIB}/epydoc/markup/__init__.py
 ${PYSITELIB}/epydoc/markup/__init__.pyc
 ${PYSITELIB}/epydoc/markup/__init__.pyo
+${PYSITELIB}/epydoc/markup/doctest.py
+${PYSITELIB}/epydoc/markup/doctest.pyc
+${PYSITELIB}/epydoc/markup/doctest.pyo
 ${PYSITELIB}/epydoc/markup/epytext.py
 ${PYSITELIB}/epydoc/markup/epytext.pyc
 ${PYSITELIB}/epydoc/markup/epytext.pyo
@@ -50,252 +78,246 @@ ${PYSITELIB}/epydoc/markup/javadoc.pyo
 ${PYSITELIB}/epydoc/markup/plaintext.py
 ${PYSITELIB}/epydoc/markup/plaintext.pyc
 ${PYSITELIB}/epydoc/markup/plaintext.pyo
+${PYSITELIB}/epydoc/markup/pyval_repr.py
+${PYSITELIB}/epydoc/markup/pyval_repr.pyc
+${PYSITELIB}/epydoc/markup/pyval_repr.pyo
 ${PYSITELIB}/epydoc/markup/restructuredtext.py
 ${PYSITELIB}/epydoc/markup/restructuredtext.pyc
 ${PYSITELIB}/epydoc/markup/restructuredtext.pyo
-${PYSITELIB}/epydoc/objdoc.py
-${PYSITELIB}/epydoc/objdoc.pyc
-${PYSITELIB}/epydoc/objdoc.pyo
 ${PYSITELIB}/epydoc/test/__init__.py
 ${PYSITELIB}/epydoc/test/__init__.pyc
 ${PYSITELIB}/epydoc/test/__init__.pyo
-${PYSITELIB}/epydoc/test/epytext.py
-${PYSITELIB}/epydoc/test/epytext.pyc
-${PYSITELIB}/epydoc/test/epytext.pyo
-${PYSITELIB}/epydoc/uid.py
-${PYSITELIB}/epydoc/uid.pyc
-${PYSITELIB}/epydoc/uid.pyo
+${PYSITELIB}/epydoc/test/util.py
+${PYSITELIB}/epydoc/test/util.pyc
+${PYSITELIB}/epydoc/test/util.pyo
+${PYSITELIB}/epydoc/util.py
+${PYSITELIB}/epydoc/util.pyc
+${PYSITELIB}/epydoc/util.pyo
 man/man1/epydoc.1
 man/man1/epydocgui.1
+share/doc/epydoc/api/bug-index.html
+share/doc/epydoc/api/class-tree.html
+share/doc/epydoc/api/crarr.png
+share/doc/epydoc/api/epydoc-log.html
+share/doc/epydoc/api/epydoc-module.html
+share/doc/epydoc/api/epydoc-pysrc.html
+share/doc/epydoc/api/epydoc.apidoc-module.html
+share/doc/epydoc/api/epydoc.apidoc-pysrc.html
+share/doc/epydoc/api/epydoc.apidoc.APIDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.ClassDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.ClassMethodDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.DocIndex-class.html
+share/doc/epydoc/api/epydoc.apidoc.DottedName-class.html
+share/doc/epydoc/api/epydoc.apidoc.DottedName.InvalidDottedName-class.html
+share/doc/epydoc/api/epydoc.apidoc.GenericValueDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.ModuleDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.NamespaceDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.PropertyDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.RoutineDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.StaticMethodDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.ValueDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc.VariableDoc-class.html
+share/doc/epydoc/api/epydoc.apidoc._Sentinel-class.html
+share/doc/epydoc/api/epydoc.checker-module.html
+share/doc/epydoc/api/epydoc.checker-pysrc.html
+share/doc/epydoc/api/epydoc.checker.DocChecker-class.html
+share/doc/epydoc/api/epydoc.cli-module.html
+share/doc/epydoc/api/epydoc.cli-pysrc.html
+share/doc/epydoc/api/epydoc.cli.ConsoleLogger-class.html
+share/doc/epydoc/api/epydoc.cli.HTMLLogger-class.html
+share/doc/epydoc/api/epydoc.cli.TerminalController-class.html
+share/doc/epydoc/api/epydoc.cli.UnifiedProgressConsoleLogger-class.html
+share/doc/epydoc/api/epydoc.compat-module.html
+share/doc/epydoc/api/epydoc.compat-pysrc.html
 share/doc/epydoc/api/epydoc.css
+share/doc/epydoc/api/epydoc.docbuilder-module.html
+share/doc/epydoc/api/epydoc.docbuilder-pysrc.html
+share/doc/epydoc/api/epydoc.docbuilder.BuildOptions-class.html
+share/doc/epydoc/api/epydoc.docbuilder._ProgressEstimator-class.html
+share/doc/epydoc/api/epydoc.docintrospecter-module.html
+share/doc/epydoc/api/epydoc.docintrospecter-pysrc.html
+share/doc/epydoc/api/epydoc.docintrospecter._DevNull-class.html
+share/doc/epydoc/api/epydoc.docparser-module.html
+share/doc/epydoc/api/epydoc.docparser-pysrc.html
+share/doc/epydoc/api/epydoc.docparser.ParseError-class.html
+share/doc/epydoc/api/epydoc.docstringparser-module.html
+share/doc/epydoc/api/epydoc.docstringparser-pysrc.html
+share/doc/epydoc/api/epydoc.docstringparser.DocstringField-class.html
+share/doc/epydoc/api/epydoc.docwriter-module.html
+share/doc/epydoc/api/epydoc.docwriter-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.dotgraph-module.html
+share/doc/epydoc/api/epydoc.docwriter.dotgraph-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.dotgraph.DotGraph-class.html
+share/doc/epydoc/api/epydoc.docwriter.dotgraph.DotGraphEdge-class.html
+share/doc/epydoc/api/epydoc.docwriter.dotgraph.DotGraphNode-class.html
+share/doc/epydoc/api/epydoc.docwriter.dotgraph.DotGraphUmlClassNode-class.html
+share/doc/epydoc/api/epydoc.docwriter.dotgraph.DotGraphUmlModuleNode-class.html
+share/doc/epydoc/api/epydoc.docwriter.html-module.html
+share/doc/epydoc/api/epydoc.docwriter.html-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.html.HTMLWriter-class.html
+share/doc/epydoc/api/epydoc.docwriter.html._HTMLDocstringLinker-class.html
+share/doc/epydoc/api/epydoc.docwriter.html_colorize-module.html
+share/doc/epydoc/api/epydoc.docwriter.html_colorize-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.html_colorize.PythonSourceColorizer-class.html
+share/doc/epydoc/api/epydoc.docwriter.html_css-module.html
+share/doc/epydoc/api/epydoc.docwriter.html_css-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.html_help-module.html
+share/doc/epydoc/api/epydoc.docwriter.html_help-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.latex-module.html
+share/doc/epydoc/api/epydoc.docwriter.latex-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.latex.LatexWriter-class.html
+share/doc/epydoc/api/epydoc.docwriter.latex.LatexWriter._LatexDocstringLinker-class.html
+share/doc/epydoc/api/epydoc.docwriter.plaintext-module.html
+share/doc/epydoc/api/epydoc.docwriter.plaintext-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.plaintext.PlaintextWriter-class.html
+share/doc/epydoc/api/epydoc.docwriter.xlink-module.html
+share/doc/epydoc/api/epydoc.docwriter.xlink-pysrc.html
+share/doc/epydoc/api/epydoc.docwriter.xlink.ApiLinkReader-class.html
+share/doc/epydoc/api/epydoc.docwriter.xlink.DocUrlGenerator-class.html
+share/doc/epydoc/api/epydoc.docwriter.xlink.UrlGenerator-class.html
+share/doc/epydoc/api/epydoc.docwriter.xlink.UrlGenerator.IndexAmbiguous-class.html
+share/doc/epydoc/api/epydoc.docwriter.xlink.VoidUrlGenerator-class.html
+share/doc/epydoc/api/epydoc.gui-module.html
+share/doc/epydoc/api/epydoc.gui-pysrc.html
+share/doc/epydoc/api/epydoc.gui.EpydocGUI-class.html
+share/doc/epydoc/api/epydoc.gui.GUILogger-class.html
+share/doc/epydoc/api/epydoc.log-module.html
+share/doc/epydoc/api/epydoc.log-pysrc.html
+share/doc/epydoc/api/epydoc.log.Logger-class.html
+share/doc/epydoc/api/epydoc.log.SimpleLogger-class.html
+share/doc/epydoc/api/epydoc.markup-module.html
+share/doc/epydoc/api/epydoc.markup-pysrc.html
+share/doc/epydoc/api/epydoc.markup.ConcatenatedDocstring-class.html
+share/doc/epydoc/api/epydoc.markup.DocstringLinker-class.html
+share/doc/epydoc/api/epydoc.markup.Field-class.html
+share/doc/epydoc/api/epydoc.markup.ParseError-class.html
+share/doc/epydoc/api/epydoc.markup.ParsedDocstring-class.html
+share/doc/epydoc/api/epydoc.markup.doctest-module.html
+share/doc/epydoc/api/epydoc.markup.doctest-pysrc.html
+share/doc/epydoc/api/epydoc.markup.doctest.DoctestColorizer-class.html
+share/doc/epydoc/api/epydoc.markup.doctest.HTMLDoctestColorizer-class.html
+share/doc/epydoc/api/epydoc.markup.doctest.LaTeXDoctestColorizer-class.html
+share/doc/epydoc/api/epydoc.markup.doctest.XMLDoctestColorizer-class.html
+share/doc/epydoc/api/epydoc.markup.epytext-module.html
+share/doc/epydoc/api/epydoc.markup.epytext-pysrc.html
+share/doc/epydoc/api/epydoc.markup.epytext.ColorizingError-class.html
+share/doc/epydoc/api/epydoc.markup.epytext.Element-class.html
+share/doc/epydoc/api/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
+share/doc/epydoc/api/epydoc.markup.epytext.StructuringError-class.html
+share/doc/epydoc/api/epydoc.markup.epytext.Token-class.html
+share/doc/epydoc/api/epydoc.markup.epytext.TokenizationError-class.html
+share/doc/epydoc/api/epydoc.markup.javadoc-module.html
+share/doc/epydoc/api/epydoc.markup.javadoc-pysrc.html
+share/doc/epydoc/api/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
+share/doc/epydoc/api/epydoc.markup.plaintext-module.html
+share/doc/epydoc/api/epydoc.markup.plaintext-pysrc.html
+share/doc/epydoc/api/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
+share/doc/epydoc/api/epydoc.markup.pyval_repr-module.html
+share/doc/epydoc/api/epydoc.markup.pyval_repr-pysrc.html
+share/doc/epydoc/api/epydoc.markup.pyval_repr.ColorizedPyvalRepr-class.html
+share/doc/epydoc/api/epydoc.markup.pyval_repr.PyvalColorizer-class.html
+share/doc/epydoc/api/epydoc.markup.pyval_repr._ColorizerState-class.html
+share/doc/epydoc/api/epydoc.markup.pyval_repr._Linebreak-class.html
+share/doc/epydoc/api/epydoc.markup.pyval_repr._Maxlines-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext-module.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext-pysrc.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext.OptimizedReporter-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext._DocumentPseudoWriter-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext._EpydocHTMLTranslator-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext._EpydocLaTeXTranslator-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext._EpydocReader-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext._SplitFieldsTranslator-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext._SummaryExtractor-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext._TermsExtractor-class.html
+share/doc/epydoc/api/epydoc.markup.restructuredtext.dotgraph-class.html
+share/doc/epydoc/api/epydoc.test-module.html
+share/doc/epydoc/api/epydoc.test-pysrc.html
+share/doc/epydoc/api/epydoc.test.util-module.html
+share/doc/epydoc/api/epydoc.test.util-pysrc.html
+share/doc/epydoc/api/epydoc.util-module.html
+share/doc/epydoc/api/epydoc.util-pysrc.html
+share/doc/epydoc/api/epydoc.util.RunSubprocessError-class.html
+share/doc/epydoc/api/frames.html
+share/doc/epydoc/api/help.html
+share/doc/epydoc/api/identifier-index.html
 share/doc/epydoc/api/index.html
-share/doc/epydoc/api/private/UserDict.UserDict-class.html
-share/doc/epydoc/api/private/docutils.Component-class.html
-share/doc/epydoc/api/private/docutils.SettingsSpec-class.html
-share/doc/epydoc/api/private/docutils.TransformSpec-class.html
-share/doc/epydoc/api/private/docutils.nodes.NodeVisitor-class.html
-share/doc/epydoc/api/private/docutils.readers.Reader-class.html
-share/doc/epydoc/api/private/docutils.readers.standalone.Reader-class.html
-share/doc/epydoc/api/private/docutils.writers.Writer-class.html
-share/doc/epydoc/api/private/docutils.writers.html4css1.HTMLTranslator-class.html
-share/doc/epydoc/api/private/epydoc-module.html
-share/doc/epydoc/api/private/epydoc.checker-module.html
-share/doc/epydoc/api/private/epydoc.checker.DocChecker-class.html
-share/doc/epydoc/api/private/epydoc.cli-module.html
-share/doc/epydoc/api/private/epydoc.cli._Progress-class.html
-share/doc/epydoc/api/private/epydoc.colorize-module.html
-share/doc/epydoc/api/private/epydoc.css
-share/doc/epydoc/api/private/epydoc.css-module.html
-share/doc/epydoc/api/private/epydoc.foog-module.html
-share/doc/epydoc/api/private/epydoc.foog.Foo-class.html
-share/doc/epydoc/api/private/epydoc.gui-module.html
-share/doc/epydoc/api/private/epydoc.gui.EpydocGUI-class.html
-share/doc/epydoc/api/private/epydoc.gui._PipeIO-class.html
-share/doc/epydoc/api/private/epydoc.help-module.html
-share/doc/epydoc/api/private/epydoc.html-module.html
-share/doc/epydoc/api/private/epydoc.html.HTMLFormatter-class.html
-share/doc/epydoc/api/private/epydoc.html._DevNull-class.html
-share/doc/epydoc/api/private/epydoc.html._HTMLDocstringLinker-class.html
-share/doc/epydoc/api/private/epydoc.imports-module.html
-share/doc/epydoc/api/private/epydoc.imports._DevNull-class.html
-share/doc/epydoc/api/private/epydoc.latex-module.html
-share/doc/epydoc/api/private/epydoc.latex.LatexFormatter-class.html
-share/doc/epydoc/api/private/epydoc.latex._LatexDocstringLinker-class.html
-share/doc/epydoc/api/private/epydoc.man-module.html
-share/doc/epydoc/api/private/epydoc.man.ManFormatter-class.html
-share/doc/epydoc/api/private/epydoc.markup-module.html
-share/doc/epydoc/api/private/epydoc.markup.DocstringLinker-class.html
-share/doc/epydoc/api/private/epydoc.markup.Field-class.html
-share/doc/epydoc/api/private/epydoc.markup.ParseError-class.html
-share/doc/epydoc/api/private/epydoc.markup.ParsedDocstring-class.html
-share/doc/epydoc/api/private/epydoc.markup.epytext-module.html
-share/doc/epydoc/api/private/epydoc.markup.epytext.ColorizingError-class.html
-share/doc/epydoc/api/private/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
-share/doc/epydoc/api/private/epydoc.markup.epytext.StructuringError-class.html
-share/doc/epydoc/api/private/epydoc.markup.epytext.Token-class.html
-share/doc/epydoc/api/private/epydoc.markup.epytext.TokenizationError-class.html
-share/doc/epydoc/api/private/epydoc.markup.javadoc-module.html
-share/doc/epydoc/api/private/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
-share/doc/epydoc/api/private/epydoc.markup.plaintext-module.html
-share/doc/epydoc/api/private/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
-share/doc/epydoc/api/private/epydoc.markup.restructuredtext-module.html
-share/doc/epydoc/api/private/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
-share/doc/epydoc/api/private/epydoc.markup.restructuredtext._DocumentPseudoWriter-class.html
-share/doc/epydoc/api/private/epydoc.markup.restructuredtext._EpydocHTMLTranslator-class.html
-share/doc/epydoc/api/private/epydoc.markup.restructuredtext._EpydocReader-class.html
-share/doc/epydoc/api/private/epydoc.markup.restructuredtext._SplitFieldsTranslator-class.html
-share/doc/epydoc/api/private/epydoc.markup.restructuredtext._SummaryExtractor-class.html
-share/doc/epydoc/api/private/epydoc.objdoc-module.html
-share/doc/epydoc/api/private/epydoc.objdoc.ClassDoc-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.DocField-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.DocMap-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.FuncDoc-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.ModuleDoc-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.ObjDoc-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.Param-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.PropertyDoc-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.Raise-class.html
-share/doc/epydoc/api/private/epydoc.objdoc.Var-class.html
-share/doc/epydoc/api/private/epydoc.test-module.html
-share/doc/epydoc/api/private/epydoc.test.epytext-module.html
-share/doc/epydoc/api/private/epydoc.test.epytext.ParseTestCase-class.html
-share/doc/epydoc/api/private/epydoc.uid-module.html
-share/doc/epydoc/api/private/epydoc.uid.ClassMethodUID-class.html
-share/doc/epydoc/api/private/epydoc.uid.Link-class.html
-share/doc/epydoc/api/private/epydoc.uid.ObjectUID-class.html
-share/doc/epydoc/api/private/epydoc.uid.PropertyUID-class.html
-share/doc/epydoc/api/private/epydoc.uid.RelativeUID-class.html
-share/doc/epydoc/api/private/epydoc.uid.StaticMethodUID-class.html
-share/doc/epydoc/api/private/epydoc.uid.UID-class.html
-share/doc/epydoc/api/private/epydoc.uid.VariableUID-class.html
-share/doc/epydoc/api/private/exceptions.AssertionError-class.html
-share/doc/epydoc/api/private/exceptions.Exception-class.html
-share/doc/epydoc/api/private/exceptions.StandardError-class.html
-share/doc/epydoc/api/private/frames.html
-share/doc/epydoc/api/private/help.html
-share/doc/epydoc/api/private/index.html
-share/doc/epydoc/api/private/indices.html
-share/doc/epydoc/api/private/toc-epydoc-module.html
-share/doc/epydoc/api/private/toc-epydoc.checker-module.html
-share/doc/epydoc/api/private/toc-epydoc.cli-module.html
-share/doc/epydoc/api/private/toc-epydoc.colorize-module.html
-share/doc/epydoc/api/private/toc-epydoc.css-module.html
-share/doc/epydoc/api/private/toc-epydoc.foog-module.html
-share/doc/epydoc/api/private/toc-epydoc.gui-module.html
-share/doc/epydoc/api/private/toc-epydoc.help-module.html
-share/doc/epydoc/api/private/toc-epydoc.html-module.html
-share/doc/epydoc/api/private/toc-epydoc.imports-module.html
-share/doc/epydoc/api/private/toc-epydoc.latex-module.html
-share/doc/epydoc/api/private/toc-epydoc.man-module.html
-share/doc/epydoc/api/private/toc-epydoc.markup-module.html
-share/doc/epydoc/api/private/toc-epydoc.markup.epytext-module.html
-share/doc/epydoc/api/private/toc-epydoc.markup.javadoc-module.html
-share/doc/epydoc/api/private/toc-epydoc.markup.plaintext-module.html
-share/doc/epydoc/api/private/toc-epydoc.markup.restructuredtext-module.html
-share/doc/epydoc/api/private/toc-epydoc.objdoc-module.html
-share/doc/epydoc/api/private/toc-epydoc.test-module.html
-share/doc/epydoc/api/private/toc-epydoc.test.epytext-module.html
-share/doc/epydoc/api/private/toc-epydoc.uid-module.html
-share/doc/epydoc/api/private/toc-everything.html
-share/doc/epydoc/api/private/toc.html
-share/doc/epydoc/api/private/trees.html
-share/doc/epydoc/api/private/unittest.TestCase-class.html
-share/doc/epydoc/api/public/UserDict.UserDict-class.html
-share/doc/epydoc/api/public/docutils.Component-class.html
-share/doc/epydoc/api/public/docutils.SettingsSpec-class.html
-share/doc/epydoc/api/public/docutils.TransformSpec-class.html
-share/doc/epydoc/api/public/docutils.nodes.NodeVisitor-class.html
-share/doc/epydoc/api/public/docutils.readers.Reader-class.html
-share/doc/epydoc/api/public/docutils.readers.standalone.Reader-class.html
-share/doc/epydoc/api/public/docutils.writers.Writer-class.html
-share/doc/epydoc/api/public/docutils.writers.html4css1.HTMLTranslator-class.html
-share/doc/epydoc/api/public/epydoc-module.html
-share/doc/epydoc/api/public/epydoc.checker-module.html
-share/doc/epydoc/api/public/epydoc.checker.DocChecker-class.html
-share/doc/epydoc/api/public/epydoc.cli-module.html
-share/doc/epydoc/api/public/epydoc.colorize-module.html
-share/doc/epydoc/api/public/epydoc.css
-share/doc/epydoc/api/public/epydoc.css-module.html
-share/doc/epydoc/api/public/epydoc.foog-module.html
-share/doc/epydoc/api/public/epydoc.foog.Foo-class.html
-share/doc/epydoc/api/public/epydoc.gui-module.html
-share/doc/epydoc/api/public/epydoc.gui.EpydocGUI-class.html
-share/doc/epydoc/api/public/epydoc.help-module.html
-share/doc/epydoc/api/public/epydoc.html-module.html
-share/doc/epydoc/api/public/epydoc.html.HTMLFormatter-class.html
-share/doc/epydoc/api/public/epydoc.imports-module.html
-share/doc/epydoc/api/public/epydoc.latex-module.html
-share/doc/epydoc/api/public/epydoc.latex.LatexFormatter-class.html
-share/doc/epydoc/api/public/epydoc.man-module.html
-share/doc/epydoc/api/public/epydoc.man.ManFormatter-class.html
-share/doc/epydoc/api/public/epydoc.markup-module.html
-share/doc/epydoc/api/public/epydoc.markup.DocstringLinker-class.html
-share/doc/epydoc/api/public/epydoc.markup.Field-class.html
-share/doc/epydoc/api/public/epydoc.markup.ParseError-class.html
-share/doc/epydoc/api/public/epydoc.markup.ParsedDocstring-class.html
-share/doc/epydoc/api/public/epydoc.markup.epytext-module.html
-share/doc/epydoc/api/public/epydoc.markup.epytext.ColorizingError-class.html
-share/doc/epydoc/api/public/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
-share/doc/epydoc/api/public/epydoc.markup.epytext.StructuringError-class.html
-share/doc/epydoc/api/public/epydoc.markup.epytext.Token-class.html
-share/doc/epydoc/api/public/epydoc.markup.epytext.TokenizationError-class.html
-share/doc/epydoc/api/public/epydoc.markup.javadoc-module.html
-share/doc/epydoc/api/public/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
-share/doc/epydoc/api/public/epydoc.markup.plaintext-module.html
-share/doc/epydoc/api/public/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
-share/doc/epydoc/api/public/epydoc.markup.restructuredtext-module.html
-share/doc/epydoc/api/public/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
-share/doc/epydoc/api/public/epydoc.objdoc-module.html
-share/doc/epydoc/api/public/epydoc.objdoc.ClassDoc-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.DocField-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.DocMap-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.FuncDoc-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.ModuleDoc-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.ObjDoc-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.Param-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.PropertyDoc-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.Raise-class.html
-share/doc/epydoc/api/public/epydoc.objdoc.Var-class.html
-share/doc/epydoc/api/public/epydoc.test-module.html
-share/doc/epydoc/api/public/epydoc.test.epytext-module.html
-share/doc/epydoc/api/public/epydoc.test.epytext.ParseTestCase-class.html
-share/doc/epydoc/api/public/epydoc.uid-module.html
-share/doc/epydoc/api/public/epydoc.uid.ClassMethodUID-class.html
-share/doc/epydoc/api/public/epydoc.uid.Link-class.html
-share/doc/epydoc/api/public/epydoc.uid.ObjectUID-class.html
-share/doc/epydoc/api/public/epydoc.uid.PropertyUID-class.html
-share/doc/epydoc/api/public/epydoc.uid.RelativeUID-class.html
-share/doc/epydoc/api/public/epydoc.uid.StaticMethodUID-class.html
-share/doc/epydoc/api/public/epydoc.uid.UID-class.html
-share/doc/epydoc/api/public/epydoc.uid.VariableUID-class.html
-share/doc/epydoc/api/public/exceptions.AssertionError-class.html
-share/doc/epydoc/api/public/exceptions.Exception-class.html
-share/doc/epydoc/api/public/exceptions.StandardError-class.html
-share/doc/epydoc/api/public/frames.html
-share/doc/epydoc/api/public/help.html
-share/doc/epydoc/api/public/index.html
-share/doc/epydoc/api/public/indices.html
-share/doc/epydoc/api/public/toc-epydoc-module.html
-share/doc/epydoc/api/public/toc-epydoc.checker-module.html
-share/doc/epydoc/api/public/toc-epydoc.cli-module.html
-share/doc/epydoc/api/public/toc-epydoc.colorize-module.html
-share/doc/epydoc/api/public/toc-epydoc.css-module.html
-share/doc/epydoc/api/public/toc-epydoc.foog-module.html
-share/doc/epydoc/api/public/toc-epydoc.gui-module.html
-share/doc/epydoc/api/public/toc-epydoc.help-module.html
-share/doc/epydoc/api/public/toc-epydoc.html-module.html
-share/doc/epydoc/api/public/toc-epydoc.imports-module.html
-share/doc/epydoc/api/public/toc-epydoc.latex-module.html
-share/doc/epydoc/api/public/toc-epydoc.man-module.html
-share/doc/epydoc/api/public/toc-epydoc.markup-module.html
-share/doc/epydoc/api/public/toc-epydoc.markup.epytext-module.html
-share/doc/epydoc/api/public/toc-epydoc.markup.javadoc-module.html
-share/doc/epydoc/api/public/toc-epydoc.markup.plaintext-module.html
-share/doc/epydoc/api/public/toc-epydoc.markup.restructuredtext-module.html
-share/doc/epydoc/api/public/toc-epydoc.objdoc-module.html
-share/doc/epydoc/api/public/toc-epydoc.test-module.html
-share/doc/epydoc/api/public/toc-epydoc.test.epytext-module.html
-share/doc/epydoc/api/public/toc-epydoc.uid-module.html
-share/doc/epydoc/api/public/toc-everything.html
-share/doc/epydoc/api/public/toc.html
-share/doc/epydoc/api/public/trees.html
-share/doc/epydoc/api/public/unittest.TestCase-class.html
+share/doc/epydoc/api/module-tree.html
+share/doc/epydoc/api/redirect.html
+share/doc/epydoc/api/term-index.html
+share/doc/epydoc/api/toc-epydoc-module.html
+share/doc/epydoc/api/toc-epydoc.apidoc-module.html
+share/doc/epydoc/api/toc-epydoc.checker-module.html
+share/doc/epydoc/api/toc-epydoc.cli-module.html
+share/doc/epydoc/api/toc-epydoc.compat-module.html
+share/doc/epydoc/api/toc-epydoc.docbuilder-module.html
+share/doc/epydoc/api/toc-epydoc.docintrospecter-module.html
+share/doc/epydoc/api/toc-epydoc.docparser-module.html
+share/doc/epydoc/api/toc-epydoc.docstringparser-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.dotgraph-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.html-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.html_colorize-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.html_css-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.html_help-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.latex-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.plaintext-module.html
+share/doc/epydoc/api/toc-epydoc.docwriter.xlink-module.html
+share/doc/epydoc/api/toc-epydoc.gui-module.html
+share/doc/epydoc/api/toc-epydoc.log-module.html
+share/doc/epydoc/api/toc-epydoc.markup-module.html
+share/doc/epydoc/api/toc-epydoc.markup.doctest-module.html
+share/doc/epydoc/api/toc-epydoc.markup.epytext-module.html
+share/doc/epydoc/api/toc-epydoc.markup.javadoc-module.html
+share/doc/epydoc/api/toc-epydoc.markup.plaintext-module.html
+share/doc/epydoc/api/toc-epydoc.markup.pyval_repr-module.html
+share/doc/epydoc/api/toc-epydoc.markup.restructuredtext-module.html
+share/doc/epydoc/api/toc-epydoc.test-module.html
+share/doc/epydoc/api/toc-epydoc.test.util-module.html
+share/doc/epydoc/api/toc-epydoc.util-module.html
+share/doc/epydoc/api/toc-everything.html
+share/doc/epydoc/api/toc.html
+share/doc/epydoc/api/todo-index.html
+share/doc/epydoc/configfile.html
+share/doc/epydoc/custom.css
 share/doc/epydoc/docstrings.html
+share/doc/epydoc/doctest/apidoc.html
+share/doc/epydoc/doctest/docbuilder.html
+share/doc/epydoc/doctest/docintrospecter.html
+share/doc/epydoc/doctest/docparser.html
+share/doc/epydoc/doctest/encoding.html
+share/doc/epydoc/doctest/epytext.html
+share/doc/epydoc/doctest/index.html
+share/doc/epydoc/doctest/javadoc.html
+share/doc/epydoc/doctest/plaintext.html
+share/doc/epydoc/doctest/pyval_repr.html
+share/doc/epydoc/doctest/restructuredtext.html
+share/doc/epydoc/doctest/zope2.html
+share/doc/epydoc/doctest/zope3.html
+share/doc/epydoc/docutils.css
 share/doc/epydoc/epydoc-man.html
 share/doc/epydoc/epydoc.css
+share/doc/epydoc/epydoc.html
 share/doc/epydoc/epydoc_gui.png
 share/doc/epydoc/epydoc_guiconfig.png
 share/doc/epydoc/epydocgui-man.html
 share/doc/epydoc/epytext.html
 share/doc/epydoc/epytextintro.html
+share/doc/epydoc/examples/class-tree.html
+share/doc/epydoc/examples/crarr.png
 share/doc/epydoc/examples/epydoc.css
+share/doc/epydoc/examples/epytext_example-module.html
+share/doc/epydoc/examples/epytext_example-pysrc.html
 share/doc/epydoc/examples/frames.html
+share/doc/epydoc/examples/grouped/class-tree.html
+share/doc/epydoc/examples/grouped/crarr.png
 share/doc/epydoc/examples/grouped/epydoc.css
 share/doc/epydoc/examples/grouped/frames.html
 share/doc/epydoc/examples/grouped/help.html
+share/doc/epydoc/examples/grouped/identifier-index.html
 share/doc/epydoc/examples/grouped/index.html
-share/doc/epydoc/examples/grouped/indices.html
 share/doc/epydoc/examples/grouped/inh_example-module.html
+share/doc/epydoc/examples/grouped/inh_example-pysrc.html
 share/doc/epydoc/examples/grouped/inh_example.Animal-class.html
 share/doc/epydoc/examples/grouped/inh_example.Bird-class.html
 share/doc/epydoc/examples/grouped/inh_example.Bug-class.html
@@ -304,17 +326,22 @@ share/doc/epydoc/examples/grouped/inh_ex
 share/doc/epydoc/examples/grouped/inh_example.Mammal-class.html
 share/doc/epydoc/examples/grouped/inh_example.Primate-class.html
 share/doc/epydoc/examples/grouped/inh_example.Programmer-class.html
+share/doc/epydoc/examples/grouped/module-tree.html
+share/doc/epydoc/examples/grouped/redirect.html
 share/doc/epydoc/examples/grouped/toc-everything.html
 share/doc/epydoc/examples/grouped/toc-inh_example-module.html
 share/doc/epydoc/examples/grouped/toc.html
-share/doc/epydoc/examples/grouped/trees.html
 share/doc/epydoc/examples/help.html
+share/doc/epydoc/examples/identifier-index.html
+share/doc/epydoc/examples/included/class-tree.html
+share/doc/epydoc/examples/included/crarr.png
 share/doc/epydoc/examples/included/epydoc.css
 share/doc/epydoc/examples/included/frames.html
 share/doc/epydoc/examples/included/help.html
+share/doc/epydoc/examples/included/identifier-index.html
 share/doc/epydoc/examples/included/index.html
-share/doc/epydoc/examples/included/indices.html
 share/doc/epydoc/examples/included/inh_example-module.html
+share/doc/epydoc/examples/included/inh_example-pysrc.html
 share/doc/epydoc/examples/included/inh_example.Animal-class.html
 share/doc/epydoc/examples/included/inh_example.Bird-class.html
 share/doc/epydoc/examples/included/inh_example.Bug-class.html
@@ -323,18 +350,21 @@ share/doc/epydoc/examples/included/inh_e
 share/doc/epydoc/examples/included/inh_example.Mammal-class.html
 share/doc/epydoc/examples/included/inh_example.Primate-class.html
 share/doc/epydoc/examples/included/inh_example.Programmer-class.html
+share/doc/epydoc/examples/included/module-tree.html
+share/doc/epydoc/examples/included/redirect.html
 share/doc/epydoc/examples/included/toc-everything.html
 share/doc/epydoc/examples/included/toc-inh_example-module.html
 share/doc/epydoc/examples/included/toc.html
-share/doc/epydoc/examples/included/trees.html
 share/doc/epydoc/examples/index.html
-share/doc/epydoc/examples/indices.html
+share/doc/epydoc/examples/listed/class-tree.html
+share/doc/epydoc/examples/listed/crarr.png
 share/doc/epydoc/examples/listed/epydoc.css
 share/doc/epydoc/examples/listed/frames.html
 share/doc/epydoc/examples/listed/help.html
+share/doc/epydoc/examples/listed/identifier-index.html
 share/doc/epydoc/examples/listed/index.html
-share/doc/epydoc/examples/listed/indices.html
 share/doc/epydoc/examples/listed/inh_example-module.html
+share/doc/epydoc/examples/listed/inh_example-pysrc.html
 share/doc/epydoc/examples/listed/inh_example.Animal-class.html
 share/doc/epydoc/examples/listed/inh_example.Bird-class.html
 share/doc/epydoc/examples/listed/inh_example.Bug-class.html
@@ -343,24 +373,44 @@ share/doc/epydoc/examples/listed/inh_exa
 share/doc/epydoc/examples/listed/inh_example.Mammal-class.html
 share/doc/epydoc/examples/listed/inh_example.Primate-class.html
 share/doc/epydoc/examples/listed/inh_example.Programmer-class.html
+share/doc/epydoc/examples/listed/module-tree.html
+share/doc/epydoc/examples/listed/redirect.html
 share/doc/epydoc/examples/listed/toc-everything.html
 share/doc/epydoc/examples/listed/toc-inh_example-module.html
 share/doc/epydoc/examples/listed/toc.html
-share/doc/epydoc/examples/listed/trees.html
+share/doc/epydoc/examples/module-tree.html
+share/doc/epydoc/examples/redirect.html
 share/doc/epydoc/examples/sre-module.html
+share/doc/epydoc/examples/sre-pysrc.html
+share/doc/epydoc/examples/sre.Scanner-class.html
+share/doc/epydoc/examples/sre_constants.error-class.html
+share/doc/epydoc/examples/term-index.html
+share/doc/epydoc/examples/toc-epytext_example-module.html
 share/doc/epydoc/examples/toc-everything.html
 share/doc/epydoc/examples/toc-sre-module.html
 share/doc/epydoc/examples/toc.html
-share/doc/epydoc/examples/trees.html
 share/doc/epydoc/faq.html
 share/doc/epydoc/fields.html
 share/doc/epydoc/future.html
 share/doc/epydoc/history.html
+share/doc/epydoc/home.thumbnail.png
 share/doc/epydoc/index.html
+share/doc/epydoc/index.thumbnail.png
 share/doc/epydoc/installing.html
 share/doc/epydoc/license.html
+share/doc/epydoc/manual-docstring.html
+share/doc/epydoc/manual-epytext.html
+share/doc/epydoc/manual-fields.html
+share/doc/epydoc/manual-install.html
+share/doc/epydoc/manual-othermarkup.html
+share/doc/epydoc/manual-reference.html
+share/doc/epydoc/manual-usage.html
 share/doc/epydoc/othermarkup.html
+share/doc/epydoc/pycon-epydoc.html
+share/doc/epydoc/pysrc.thumbnail.png
 share/doc/epydoc/relatedprojects.html
 share/doc/epydoc/sflogo.png
 share/doc/epydoc/stylesheet.html
+share/doc/epydoc/uml.thumbnail.png
 share/doc/epydoc/using.html
+share/doc/epydoc/whatsnew.html

Index: pkgsrc/devel/epydoc/distinfo
diff -u pkgsrc/devel/epydoc/distinfo:1.4 pkgsrc/devel/epydoc/distinfo:1.5
--- pkgsrc/devel/epydoc/distinfo:1.4    Tue Nov  3 03:27:25 2015
+++ pkgsrc/devel/epydoc/distinfo        Sun Jul 23 20:10:02 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:27:25 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/07/23 20:10:02 adam Exp $
 
-SHA1 (epydoc-2.1.tar.gz) = f2034c5e1b9cf0d2d16e0b9c8af0d3581af524e4
-RMD160 (epydoc-2.1.tar.gz) = 50b8a546cf22acd82e7ccbc3f5a8dc111534b5cf
-SHA512 (epydoc-2.1.tar.gz) = f486cf2dee8031ab71c64d9a7aec313ed8426dabc43735637ab578727eb16bd840ffabd9f11852fcdf8cd85772e23ccfc3dcb2f572c715086976c941e31e4e9b
-Size (epydoc-2.1.tar.gz) = 529943 bytes
+SHA1 (epydoc-3.0.1.tar.gz) = ccd5cb602cbf8df1a6c61670793d0122fc569523
+RMD160 (epydoc-3.0.1.tar.gz) = 7630a4f6e4ef5f1e2b033f38316ed992306cb951
+SHA512 (epydoc-3.0.1.tar.gz) = 5c4011f0018ab956c0e1fe5fe0c1608fa2416439a60b5836a9d2d95e359428086ba403bcb5ed53e64d9d4979441ca6d537d9e5b8d6224d2202e7df3332d9ea83
+Size (epydoc-3.0.1.tar.gz) = 1785792 bytes



Home | Main Index | Thread Index | Old Index