New Doctree Transforms¶
-
class
sphinxcontrib.bibtex.transforms.BibliographyTransform(document, startnode=None)[source]¶ Bases:
docutils.transforms.TransformA docutils transform to generate citation entries for bibliography nodes.
-
default_priority= 10¶ Priority of the transform. See http://docutils.sourceforge.net/docs/ref/transforms.html
-
apply()[source]¶ Transform each
bibliographynode into a list of citations.
-
-
sphinxcontrib.bibtex.transforms.node_text_transform(node, transform)[source]¶ Apply transformation to all Text nodes within node.