seitime-frappe/frappe/templates/autodoc/module_home.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

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 -->