module documentation

Custom docutils writer for Texinfo.

Class TexinfoTranslator No class docstring; 0/31 instance variable, 0/5 class variable, 9/222 methods documented
Class TexinfoWriter Texinfo writer for generating Texinfo documents.
Function find_subsections Return a list of subsections for the given ``section``.
Function smart_capwords Like string.capwords() but does not capitalize words that already contain a capital letter.
Constant COPYING Undocumented
Constant TEMPLATE Undocumented
Variable logger Undocumented
def find_subsections(section): (source)

Return a list of subsections for the given ``section``.

Parameters
section:ElementUndocumented
Returns
list[nodes.section]Undocumented
def smart_capwords(s, sep=None): (source)

Like string.capwords() but does not capitalize words that already contain a capital letter.

Parameters
s:strUndocumented
sep:str|NoneUndocumented
Returns
strUndocumented

Undocumented

Value
'''@quotation
%(project)s %(release)s, %(date)s

%(author)s

Copyright @copyright{} %(copyright)s
@end quotation
...
TEMPLATE = (source)

Undocumented

Value
('''\\input texinfo   @c -*-texinfo-*-
@c %%**start of header
@setfilename %(filename)s
@documentencoding UTF-8
@ifinfo
@*Generated by Sphinx '''+__display_version__)+'''.@*
@end ifinfo
@settitle %(title)s
@defindex ge
@paragraphindent %(paragraphindent)s
@exampleindent %(exampleindent)s
@finalout
...

Undocumented