pydoctor
- PyDoctor, an API documentation generator for Python libraries.__main__
- Undocumentedastbuilder
- Convert ASTs into pydoctor.model.Documentable
instances.astutils
- Various bits of reusable code related to ast.AST
node processing.driver
- The command-line parsing and entry point.epydoc
- epydoc is an automatic Python reference documentation generator. pydoctor uses parts of the epydoc source as a library.doctest
- Syntax highlighting for blocks of Python code.docutils
- Collection of helper functions and classes related to the creation docutils
nodes.markup
- No summary_napoleon
- This module contains a class to wrap shared behaviour between pydoctor.epydoc.markup.numpy
and pydoctor.epydoc.markup.google
._pyval_repr
- Syntax highlighter for Python values. Currently provides special colorization support for:_types
- Render types from docutils.nodes.document
objects.epytext
- No summarygoogle
- Parser for google-style docstrings.numpy
- Parser for numpy-style docstrings.plaintext
- Parser for plaintext docstrings. Plaintext docstrings are rendered as verbatim output, preserving all whitespace.restructuredtext
- No summarysre_parse36
- Internal support module for sreepydoc2stan
- Convert pydoctor.epydoc
parsed markup into renderable content.model
- Core pydoctor objects.napoleon
- Convert docstrings from numpy or google style format to reST.node2stan
- Helper function to convert docutils
nodes to Stan tree.sphinx
- Support for Sphinx compatibility.sphinx_ext
- Public and private extensions for Sphinx._help_output
- Private extension that produces the pydoctor help output to be included in the documentation.build_apidocs
- Generate the API docs using pydoctor to be integrated into Sphinx build system.stanutils
- Utilities related to Stan tree building and HTML flattening.templatewriter
- Render pydoctor data as HTML.pages
- The classes that turn Documentable
instances into objects we can render.attributechild
- Undocumentedfunctionchild
- Undocumentedtable
- Undocumentedsummary
- Classes that generate the summary pages.util
- Miscellaneous utilities for the HTML writer.writer
- Badly named module that contains the driving code for the rendering.test
- PyDoctor's test suite.epydoc
- No package docstring; 0/1 function, 2/7 modules documentedtest_epytext
- No module docstring; 1/5 function documentedtest_epytext2html
- Test how epytext is transformed to HTML using ParsedDocstring.to_node()
and node2stan.node2stan()
functions.test_epytext2node
- No module docstring; 1/1 function documentedtest_google_numpy
- Undocumentedtest_parsed_docstrings
- Test generic features of ParsedDocstring.test_pyval_repr
- No module docstring; 12/52 functions documentedtest_restructuredtext
- No module docstring; 5/17 functions documentedtest_astbuilder
- No module docstring; 0/1 variable, 45/89 functions documentedtest_colorize
- Undocumentedtest_commandline
- No module docstring; 15/19 functions documentedtest_epydoc2stan
- No module docstring; 37/49 functions, 2/2 classes documentedtest_model
- Unit tests for model.test_napoleon_docstring
- Forked from the tests for sphinx.ext.napoleon.docstring module. :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details.test_napoleon_iterators
- Tests for pydoctor.napoleon.iterators
module.test_node2stan
- Tests for the node2stan
module.test_packages
- No module docstring; 0/1 variable, 2/8 functions documentedtest_sphinx
- Tests for Sphinx integration.test_templatewriter
- No module docstring; 0/1 variable, 5/29 functions documentedtest_type_fields
- No module docstring; 2/12 functions documentedtest_utils
- Undocumentedtest_zopeinterface
- No module docstring; 8/26 functions documentedthemes
- Package directory used to store pydoctor templates.zopeinterface
- Support for Zope interfaces.