module documentation

Custom docutils writer for plain text.

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 TextTranslator Undocumented
Class TextWrapper Custom subclass that uses a different word separator regex.
Class TextWriter Undocumented
Function my_wrap Undocumented
Constant MAXWIDTH Undocumented
Constant STDINDENT Undocumented
def my_wrap(text, width=MAXWIDTH, **kwargs): (source)

Undocumented

Parameters
text:strUndocumented
width:intUndocumented
**kwargs:AnyUndocumented
Returns
list[str]Undocumented
MAXWIDTH: int = (source)

Undocumented

Value
70
STDINDENT: int = (source)

Undocumented

Value
3