reST helper functions.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Constant | SECTIONING_CHARS |
Undocumented |
Constant | WIDECHARS |
Undocumented |
Variable | docinfo_re |
Undocumented |
Variable | logger |
Undocumented |
Variable | symbols_re |
Undocumented |
Function | append_epilog |
Append a string to content body as epilog. |
Function | default_role |
Undocumented |
Function | escape |
Undocumented |
Function | heading |
Create a heading for level. |
Function | prepend_prolog |
Prepend a string to content body as prolog. |
Function | textwidth |
Get width of text. |
Parameters | |
content:StringList | Undocumented |
epilog:str | Undocumented |
Undocumented
Parameters | |
docname:str | Undocumented |
name:str | Undocumented |
Returns | |
Generator[ | Undocumented |
Parameters | |
env:Environment | Undocumented |
text:str | Undocumented |
level:int | Undocumented |
Returns | |
str | Undocumented |