File: module.rst

package info (click to toggle)
python-skbio 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,924 kB
  • sloc: python: 67,527; ansic: 672; makefile: 225
file content (19 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
..
  The extra blocks seem to be required for autosummary to populate our
  docstrings correctly. In the original template, these would recusively call
  autosummary again, but we already do that in the narratively convenient
  places.

.. automodule:: {{ fullname }}

   {% block attributes %}
   {% endblock %}

   {% block functions %}
   {% endblock %}

   {% block classes %}
   {% endblock %}

   {% block exceptions %}
   {% endblock %}