Functions | |
def | expand_rule |
def | expand_rules |
def | get_rules |
def | get_variants |
def | init_stack_macro |
def | macro_StackReleases |
Variables | |
list | dependencies = [] |
generates_headings = True | |
get_unicode = None | |
Page = None | |
string | url_base = "http://ros.org/doc/api/" |
def macro::StackReleases::expand_rule | ( | rule, | ||
stack_name, | ||||
stack_ver, | ||||
release_name, | ||||
os_name, | ||||
os_ver | ||||
) |
Definition at line 19 of file StackReleases.py.
def macro::StackReleases::expand_rules | ( | props, | ||
release_name, | ||||
stack_name, | ||||
stack_version | ||||
) |
Definition at line 111 of file StackReleases.py.
def macro::StackReleases::get_rules | ( | distro, | ||
stack_name | ||||
) |
Retrieve rules from distro for specified stack This operates on the raw distro dictionary document. @param distro: rosdistro document @type distro: dict @param stack_name: name of stack to get rules for @type stack_name: str
Definition at line 57 of file StackReleases.py.
def macro::StackReleases::get_variants | ( | distro, | ||
stack_name | ||||
) |
Retrieve names of variants that stack is present in. This operates on the raw distro dictionary document. @param distro: rosdistro document @type distro: dict
Definition at line 31 of file StackReleases.py.
def macro::StackReleases::init_stack_macro | ( | stack_name, | ||
macro_name | ||||
) |
Definition at line 120 of file StackReleases.py.
def macro::StackReleases::macro_StackReleases | ( | macro, | ||
arg1 | ||||
) |
Definition at line 143 of file StackReleases.py.
list macro::StackReleases::dependencies = [] |
Definition at line 16 of file StackReleases.py.
Definition at line 15 of file StackReleases.py.
Definition at line 10 of file StackReleases.py.
macro::StackReleases::Page = None |
Definition at line 9 of file StackReleases.py.
string macro::StackReleases::url_base = "http://ros.org/doc/api/" |
Definition at line 14 of file StackReleases.py.