{% extends "base.html" %} {% load rfdoc_filters %} {% block title %}{{ lib.name }}{% endblock title %} {% block content %}
Version: {{ lib.version }}
{% endifnotequal %}{{ lib.doc|safe }}
{% if lib.inits %}Arguments | Documentation |
---|---|
{{ init.args }} | {{ init.doc|safe }} |
Keyword | Arguments | Documentation |
---|---|---|
{{ kw.name }} | {{ kw.args }} | {{ kw.doc|safe }} |
Altogether {{ lib.keywords|length }} keywords.
{% endblock content %}