SphinxExtensions

Extensions for the Sphinx documentation tool.

Attributes

DocumentMemberAttribute

class SphinxExtensions.DocumentMemberAttribute(value=True)[source]

Bases: pyAttributes.Attribute

This pyAttribute allows users to enable or disable the automated documentation of class members with Sphinx.

__init__(value=True)[source]

Constructor.

See also

Base attribute class pyAttributes.Attribute

Base class for all attributes from pyAttributes package.