Inherited Members
-
{{ inherited_members }}
{% extends "frame.html.jinja2" %}
{% block title %}{{ module.modulename }} API documentation{% endblock %}
{% block nav %}
{% block module_list_link %}
{% set parentmodule = ".".join(module.modulename.split(".")[:-1]) %}
{% if parentmodule and parentmodule in all_modules %}
{% include "resources/box-arrow-in-left.svg" %}
{{- parentmodule -}}
{% elif not root_module_name %}
{% include "resources/box-arrow-in-left.svg" %}
Module Index
{% endif %}
{% endblock %}
{% block nav_title %}
{% if logo %}
{% if logo_link %}{% endif %}
{% if logo_link %}{% endif %}
{% endif %}
{% endblock %}
{% if module.members %}