* [docs] to be rendered in website * [docs] generating-docs.md * [fix] codacy * [docs] minor updates * [fix] routing
16 lines
335 B
HTML
16 lines
335 B
HTML
<!-- title: Module {{ name }} -->
|
|
<!-- add-breadcrumbs -->
|
|
|
|
{% from "templates/autodoc/macros.html" import source_link, version %}
|
|
|
|
<h1>Module {{ name }}</h1>
|
|
<div class="dev-header">
|
|
{{ version(app.name) }}
|
|
{{ source_link(app, app.name + "/" + scrub(name), True) }}
|
|
</div>
|
|
|
|
<h3>DocTypes for {{ name }}</h3>
|
|
|
|
{index}
|
|
|
|
<!-- autodoc -->
|