class documentation

class SphinxDirectives(RegExFilter): (source)

View In Hierarchy

Filter skipping over Sphinx Directives. This filter skips any words matching the following regular expression: ^(:([a-z]+)){1,2}:`([^`]+)(`)? That is, for example, :class:`BaseQuery`

Class Variable _pattern Undocumented

Inherited from RegExFilter:

Method _skip Undocumented