Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
74817a47
Commit
74817a47
authored
Feb 14, 2018
by
Mihai Baltac
Browse files
Merge branch 'nifty_documentation' of gitlab.mpcdf.mpg.de:ift/NIFTy into nifty_documentation
parents
830476c7
a4a1f205
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/generation-templates/module.rst
View file @
74817a47
...
...
@@ -7,11 +7,6 @@
({{ fullname }} module)
{% endif %}
{% if doc %}
{{doc}}
{% endif %}
.. currentmodule:: {{ fullname }}
.. automodule:: {{ fullname }}
...
...
docs/generation-templates/package.rst
View file @
74817a47
...
...
@@ -8,10 +8,6 @@
({{ fullname }} package)
{% endif %}
{% if doc %}
{{doc}}
{% endif %}
.. automodule:: {{ fullname }}
{% if members -%}
:members: {{ members|join(", ") }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment