is a collection of convenience methods for generation of RST.
|
|
|
makeSpace(self)
adds an empty line unless the last line already is empty. |
source code
|
|
|
|
|
|
|
|
|
delEmptySection(self)
deletes something that looks like a headline if it's the last thing
in our content list. |
source code
|
|
|
|
|
|
|
|
|
addNormalizedPara(self,
stuff)
adds stuff to the document, making sure it's not glued to any
previous material and removing whitespace as necessary for
docstrings. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|