Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
74817a47
Commit
74817a47
authored
Feb 14, 2018
by
Mihai Baltac
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
docs/generation-templates/module.rst
docs/generation-templates/module.rst
+0
-5
docs/generation-templates/package.rst
docs/generation-templates/package.rst
+0
-4
No files found.
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