Trees | Indices | Help |
|
---|
|
Script to replace special directives in documentation.
|
|||
|
|
|||
_DOC_RE = re.compile(r"^@(?P<class>[A-Z_]+)_(?P<kind>[A-Z]+)@$")
|
|||
_DOC_CLASSES_DATA = {"CONSTANTS":(sphinx_ext.DOCUMENTED_CONSTA
|
Imports: re, fileinput, query, sphinx_ext
|
_DOC_CLASSES_DATA
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:09 2016 | http://epydoc.sourceforge.net |