class documentation

class RefOnlyBulletListTransform(SphinxTransform):

View In Hierarchy

Change refonly bullet lists to use compact_paragraphs.

Specifically implemented for 'Indices and Tables' section, which looks odd when html_compact_lists is false.

Method apply Undocumented
Class Variable default​_priority Undocumented

Inherited from SphinxTransform:

Property app Reference to the .Sphinx object.
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
def apply(self, **kwargs):

Undocumented

Parameters
**kwargs:AnyUndocumented
default_priority: int =

Undocumented