seitime-frappe/frappe/templates/autodoc/package_index.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
293 B
HTML

<!-- title: {{ title }} -->
<!-- add-breadcrumbs -->
{% from "templates/autodoc/macros.html" import source_link, version %}
<h1>{{ title }}</h1>
<div class="dev-header">
{{ version(app.name) }}
{{ source_link(app, title, True) }}
</div>
<h3>Package Contents</h3>
{index}
<!-- autodoc -->