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
10
Merge Requests
10
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
b7e4b188
Commit
b7e4b188
authored
Feb 14, 2018
by
Mihai Baltac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added full module name in module template
parent
694e8ec9
Pipeline
#24932
passed with stages
in 4 minutes and 54 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
docs/generation-templates/module.rst
docs/generation-templates/module.rst
+1
-1
docs/generation-templates/package.rst
docs/generation-templates/package.rst
+1
-2
nifty4/spaces/__init__.py
nifty4/spaces/__init__.py
+1
-1
nifty4/spaces/dof_space.py
nifty4/spaces/dof_space.py
+1
-1
No files found.
docs/generation-templates/module.rst
View file @
b7e4b188
...
...
@@ -4,8 +4,8 @@
{% else %}
{{ fullname }}
{% for item in range(8 + fullname|length) -%}={%- endfor %}
({{ fullname }} module)
{% endif %}
({{ fullname }} module)
.. currentmodule:: {{ fullname }}
...
...
docs/generation-templates/package.rst
View file @
b7e4b188
{% if name %}
{{ name }}
{% for item in range(8 + name|length) -%}={%- endfor %}
({{ fullname }} package)
{% else %}
{{ fullname }}
{% for item in range(8 + fullname|length) -%}={%- endfor %}
({{ fullname }} package)
{% endif %}
({{ fullname }} package)
.. automodule:: {{ fullname }}
{% if members -%}
...
...
nifty4/spaces/__init__.py
View file @
b7e4b188
"""
Sample documentation for spaces. (or any other package) This will be displayed under
Summary section of module documentation
Sample documentation for spaces. (or any other package) This will be displayed under
the package title in the docs
"""
nifty4/spaces/dof_space.py
View file @
b7e4b188
...
...
@@ -17,7 +17,7 @@
# and financially supported by the Studienstiftung des deutschen Volkes.
"""
Sample documentation for DOF space. (or any other module). This will be displayed under
Summary section of module documentation
Sample documentation for DOF space. (or any other module). This will be displayed under
the module title in the docs
"""
import
numpy
as
np
...
...
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