|
| def | __init__ (self, keywords, type_info, introduction, doc_format='ROBOT') |
| |
| def | html (self, doc, intro=False) |
| |
Definition at line 27 of file htmlutils.py.
◆ __init__()
| def robot.libdocpkg.htmlutils.DocFormatter.__init__ |
( |
|
self, |
|
|
|
keywords, |
|
|
|
type_info, |
|
|
|
introduction, |
|
|
|
doc_format = 'ROBOT' |
|
) |
| |
◆ _encode_uri_component()
| def robot.libdocpkg.htmlutils.DocFormatter._encode_uri_component |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ _escape_and_encode_targets()
| def robot.libdocpkg.htmlutils.DocFormatter._escape_and_encode_targets |
( |
|
self, |
|
|
|
targets |
|
) |
| |
|
private |
◆ _get_targets()
| def robot.libdocpkg.htmlutils.DocFormatter._get_targets |
( |
|
self, |
|
|
|
keywords, |
|
|
|
introduction, |
|
|
|
robot_format |
|
) |
| |
|
private |
◆ _get_type_info_targets()
| def robot.libdocpkg.htmlutils.DocFormatter._get_type_info_targets |
( |
|
self, |
|
|
|
type_info |
|
) |
| |
|
private |
◆ _link_keywords()
| def robot.libdocpkg.htmlutils.DocFormatter._link_keywords |
( |
|
self, |
|
|
|
match |
|
) |
| |
|
private |
◆ _yield_header_targets()
| def robot.libdocpkg.htmlutils.DocFormatter._yield_header_targets |
( |
|
self, |
|
|
|
introduction |
|
) |
| |
|
private |
◆ html()
| def robot.libdocpkg.htmlutils.DocFormatter.html |
( |
|
self, |
|
|
|
doc, |
|
|
|
intro = False |
|
) |
| |
◆ _doc_to_html
| robot.libdocpkg.htmlutils.DocFormatter._doc_to_html |
|
private |
◆ _header_regexp
| robot.libdocpkg.htmlutils.DocFormatter._header_regexp |
|
staticprivate |
◆ _name_regexp
| robot.libdocpkg.htmlutils.DocFormatter._name_regexp |
|
staticprivate |
◆ _targets
| robot.libdocpkg.htmlutils.DocFormatter._targets |
|
private |
◆ _type_info_targets
| robot.libdocpkg.htmlutils.DocFormatter._type_info_targets |
|
private |
The documentation for this class was generated from the following file: