seitime-frappe/frappe/templates/autodoc/pymodule.html
Rushabh Mehta c519122929 [docs] Build docs in an app (#3796)
* [docs] to be rendered in website

* [docs] generating-docs.md

* [fix] codacy

* [docs] minor updates

* [fix] routing
2017-07-28 11:43:16 +05:30

15 lines
325 B
HTML

<!-- title: {{ name }} -->
<!-- add-breadcrumbs -->
{%- from "templates/autodoc/macros.html" import automodule, source_link,
version -%}
<h1>{{ name }}</h1>
<div class="dev-header">
{{ version(app.name) }}
{{ source_link(app, full_module_name.replace(".", "/") + ".py") }}
</div>
{{ automodule(name) }}
<!-- autodoc -->