Source code for ipypublish.sphinx.gls.nodes

from docutils import nodes


[docs]class BibGlossaryNode(nodes.General, nodes.Element): """Node for representing a bibglossary. Replaced by a list of glossary terms by :class:`~ipypublish.sphinx.gls.transforms.BibGlossaryTransform`. """ pass