Robot Framework
libdoc_data Namespace Reference

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}
 

Function Documentation

◆ hr()

def libdoc_data.hr ( )



Definition at line 131 of file libdoc_data.py.

◆ images()

◆ int10()

def libdoc_data.int10 ( int  i)

Definition at line 70 of file libdoc_data.py.

◆ links()

def libdoc_data.links ( )

Definition at line 141 of file libdoc_data.py.

◆ lists()

def libdoc_data.lists ( list)
  • first
  • second
  • another

Definition at line 122 of file libdoc_data.py.

◆ multiple_paragraphs()

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.

◆ non_ascii()

def libdoc_data.non_ascii (   ärg = 'ööööö')

Älsö döc häs nön-äscïï stüff.

Ïnclüdïng \u2603.

Definition at line 157 of file libdoc_data.py.

◆ one_paragraph()

def libdoc_data.one_paragraph (   one)

Hello, world!

Definition at line 78 of file libdoc_data.py.

◆ parse_date()

def libdoc_data.parse_date ( str  value)

Date in format dd.mm.yyyy.

Definition at line 35 of file libdoc_data.py.

◆ preformatted()

def libdoc_data.preformatted ( )

| First block | has two lines

| Second has only one

Tags: TAG

Definition at line 113 of file libdoc_data.py.

◆ special_chars()

def libdoc_data.special_chars ( )

Also doc has ½!"#¤%&/()=?<|>+-_.

!~*'().

Definition at line 163 of file libdoc_data.py.

◆ tables_alone()

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.

◆ type_aliases()

def libdoc_data.type_aliases ( date  a,
date2  b 
)

Definition at line 66 of file libdoc_data.py.

◆ type_hints()

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.

◆ zzz_long_documentation()

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.

Variable Documentation

◆ int1

def libdoc_data.int1 = int10

Definition at line 74 of file libdoc_data.py.

◆ ROBOT_LIBRARY_CONVERTERS

dictionary libdoc_data.ROBOT_LIBRARY_CONVERTERS = {date: parse_date}

Definition at line 58 of file libdoc_data.py.