Robot Framework documentation index
{%- if external_resources %}
External resources
{%- for resource in external_resources|sort %}
{{ resource.name }}
{%- endfor %}
{%- endif %} {%- if indexed_libs %}
Imported libraries
{%- for lib in indexed_libs|sort %}
{{ lib.name }}
Library documentation
{%- for keyword in lib.libdata.rflibrary.keywords|sort %}
{{ keyword.name }}
{{ keyword.args | map(attribute='repr') | join(' | ') }}
{%- endfor %}
{%- endfor %}
{%- endif %}