class KeyboardTransform(SphinxPostTransform):
Transform :kbd: role to more detailed form.
Before:
<literal class="kbd"> Control-x
After:
<literal class="kbd compound"> <literal class="kbd"> Control - <literal class="kbd"> x
Method | is_multiwords_key |
Undocumented |
Method | run |
Main method of post transforms. |
Class Variable | default_priority |
Undocumented |
Class Variable | formats |
Undocumented |
Class Variable | multiwords_keys |
Undocumented |
Class Variable | pattern |
Undocumented |
Inherited from SphinxPostTransform
:
Method | apply |
Undocumented |
Method | is_supported |
Check this transform working for current builder. |
Class Variable | builders |
Undocumented |
Inherited from SphinxTransform
(via SphinxPostTransform
):
Property | app |
Reference to the .Sphinx object. |
Property | config |
Reference to the .Config object. |
Property | env |
Reference to the .BuildEnvironment object. |