Classes | |
| class | date2 |
| class | Direction |
| Move direction. More... | |
| class | Point |
| Pointless point. More... | |
Functions | |
| def | hr () |
| def | images () |
| https://github.com/robotframework/visual-identity/raw/master/logo/robot-framework.svg More... | |
| def | int10 (int i) |
| def | links () |
| def | lists (*list) |
| def | multiple_paragraphs (one, two, three='default') |
| Hello, world! More... | |
| def | non_ascii (ärg='ööööö') |
| Älsö döc häs nön-äscïï stüff. More... | |
| def | one_paragraph (one) |
| Hello, world! More... | |
| def | parse_date (str value) |
Date in format dd.mm.yyyy. More... | |
| def | preformatted () |
| | First block | has two lines More... | |
| def | special_chars () |
| Also doc has ½!"#¤%&/()=?<|>+-_. More... | |
| def | tables_alone () |
| | a | b | c | | 1st | table | here | More... | |
| def | type_aliases (date a, date2 b) |
| def | type_hints (int a, Direction b, Point c, date d, bool e=True, Union[int, date] f=None) |
We use integer, date, Direction, and many other types. More... | |
| def | zzz_long_documentation () |
| Last keyword has a bit longer documentation to make sure page moves when testing linking to keywords. More... | |
Variables | |
| def | int1 = int10 |
| dictionary | ROBOT_LIBRARY_CONVERTERS = {date: parse_date} |
| def libdoc_data.hr | ( | ) |
| def libdoc_data.images | ( | ) |
https://github.com/robotframework/visual-identity/raw/master/logo/robot-framework.svg
Images [https://github.com/robotframework/visual-identity/raw/master/logo/robot-framework.svg|title] inside paragraphs. This one is also a link: [https://github.com/robotframework/visual-identity/raw/master/logo/robot-framework.svg| https://github.com/robotframework/visual-identity/raw/master/logo/robot-framework.svg]
Definition at line 152 of file libdoc_data.py.
| def libdoc_data.int10 | ( | int | i | ) |
Definition at line 70 of file libdoc_data.py.
| def libdoc_data.links | ( | ) |
Lists, One Paragraph, HR, hr, nön-äscïï, ‘Special ½!"#¤%&/()=?<|>+-_.!~*’() chars -Section,Sub section with ääkköset -Shortcuts,keywords,LIBRARY intro duct ion`Definition at line 141 of file libdoc_data.py.
| def libdoc_data.lists | ( | * | list | ) |
Definition at line 122 of file libdoc_data.py.
| def libdoc_data.multiple_paragraphs | ( | one, | |
| two, | |||
three = 'default' |
|||
| ) |
Hello, world!
Second paragraph *has formatting* and [http://example.com|link]. It also refers to argument ``one`` using ``code`` style. This is still part of second paragraph. Third paragraph is _short_. Tags: tag, another tag
Definition at line 91 of file libdoc_data.py.
| def libdoc_data.non_ascii | ( | ärg = 'ööööö' | ) |
| def libdoc_data.one_paragraph | ( | one | ) |
Hello, world!
Definition at line 78 of file libdoc_data.py.
| def libdoc_data.parse_date | ( | str | value | ) |
Date in format dd.mm.yyyy.
Definition at line 35 of file libdoc_data.py.
| def libdoc_data.preformatted | ( | ) |
| First block | has two lines
| Second has only one
Tags: TAG
Definition at line 113 of file libdoc_data.py.
| def libdoc_data.special_chars | ( | ) |
| def libdoc_data.tables_alone | ( | ) |
| a | b | c | | 1st | table | here |
| 2nd | table | has | only | one | row |
Tags: another tag
Definition at line 102 of file libdoc_data.py.
| def libdoc_data.type_aliases | ( | date | a, |
| date2 | b | ||
| ) |
Definition at line 66 of file libdoc_data.py.
| def libdoc_data.type_hints | ( | int | a, |
| Direction | b, | ||
| Point | c, | ||
| date | d, | ||
| bool | e = True, |
||
| Union[int, date] | f = None |
||
| ) |
We use integer, date, Direction, and many other types.
Definition at line 62 of file libdoc_data.py.
| def libdoc_data.zzz_long_documentation | ( | ) |
Last keyword has a bit longer documentation to make sure page moves when testing linking to keywords.
Definition at line 236 of file libdoc_data.py.
| def libdoc_data.int1 = int10 |
Definition at line 74 of file libdoc_data.py.
| dictionary libdoc_data.ROBOT_LIBRARY_CONVERTERS = {date: parse_date} |
Definition at line 58 of file libdoc_data.py.