Skip to content
Snippets Groups Projects
Commit 74817a47 authored by Mihai Baltac's avatar Mihai Baltac
Browse files

Merge branch 'nifty_documentation' of gitlab.mpcdf.mpg.de:ift/NIFTy into nifty_documentation

parents 830476c7 a4a1f205
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,6 @@
({{ fullname }} module)
{% endif %}
{% if doc %}
{{doc}}
{% endif %}
.. currentmodule:: {{ fullname }}
.. automodule:: {{ fullname }}
......
......@@ -8,10 +8,6 @@
({{ fullname }} package)
{% endif %}
{% if doc %}
{{doc}}
{% endif %}
.. automodule:: {{ fullname }}
{% if members -%}
:members: {{ members|join(", ") }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment