module documentation

Custom docutils writer for plain text.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant MAXWIDTH Undocumented
Constant STDINDENT Undocumented
Class ​Cell Represents a cell in a table. It can span multiple columns or multiple lines.
Class ​Table Represents a table, handling cells that can span multiple lines or rows, like:
Class ​Text​Translator Undocumented
Class ​Text​Wrapper Custom subclass that uses a different word separator regex.
Class ​Text​Writer Undocumented
Function my​_wrap Undocumented
MAXWIDTH: int =

Undocumented

Value
70
STDINDENT: int =

Undocumented

Value
3
def my_wrap(text, width=MAXWIDTH, **kwargs):

Undocumented

Parameters
text:strUndocumented
width:intUndocumented
**kwargs:AnyUndocumented
Returns
List[str]Undocumented