Skip to content
Snippets Groups Projects
Commit 830476c7 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 fc3fa74e 6de02c90
Branches
Tags
No related merge requests found
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
({{ fullname }} module) ({{ fullname }} module)
{% endif %} {% endif %}
{%- if doc %} {% if doc %}
{{doc}} {{doc}}
{%- endif %} {% endif %}
.. currentmodule:: {{ fullname }} .. currentmodule:: {{ fullname }}
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
({{ fullname }} package) ({{ fullname }} package)
{% endif %} {% endif %}
{%- if doc %} {% if doc %}
{{doc}} {{doc}}
{%- endif %} {% endif %}
.. automodule:: {{ fullname }} .. automodule:: {{ fullname }}
{% if members -%} {% if members -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment