Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
empyre
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teresa Weßels
empyre
Commits
b4eae672
Commit
b4eae672
authored
5 years ago
by
Jan Caron
Browse files
Options
Downloads
Patches
Plain Diff
Added viewcode extensionremoved :undoc-members:
parent
0eed45f1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+1
-2
1 addition, 2 deletions
docs/conf.py
docs/fields.rst
+0
-8
0 additions, 8 deletions
docs/fields.rst
docs/vis.rst
+33
-1
33 additions, 1 deletion
docs/vis.rst
with
34 additions
and
11 deletions
docs/conf.py
+
1
−
2
View file @
b4eae672
...
...
@@ -35,8 +35,7 @@ author = 'Jan Caron'
# ones.
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.coverage
'
,
'
sphinx.ext.mathjax
'
,
'
sphinx.ext.viewcode
'
,
'
numpydoc
'
]
...
...
This diff is collapsed.
Click to expand it.
docs/fields.rst
+
0
−
8
View file @
b4eae672
...
...
@@ -3,18 +3,12 @@ The Field container class
General empyre.fields docu here!
.. automodule:: empyre.fields
:members:
:undoc-members:
:show-inheritance:
The field submodule
-------------------
.. automodule:: empyre.fields.field
:members:
:undoc-members:
:show-inheritance:
...
...
@@ -23,7 +17,6 @@ The shapes submodule
.. automodule:: empyre.fields.shapes
:members:
:undoc-members:
:show-inheritance:
...
...
@@ -32,5 +25,4 @@ The vectors submodule
.. automodule:: empyre.fields.vectors
:members:
:undoc-members:
:show-inheritance:
This diff is collapsed.
Click to expand it.
docs/vis.rst
+
33
−
1
View file @
b4eae672
The vis visualization submodule
===============================
vis docu here!
General empyre.vis docu here!
The plot2d submodule
--------------------
.. automodule:: empyre.vis.plot2d
:members:
:show-inheritance:
The decorators submodule
------------------------
.. automodule:: empyre.vis.decorators
:members:
:show-inheritance:
The colors submodule
--------------------
.. automodule:: empyre.vis.colors
:members:
:show-inheritance:
The tools submodule
-------------------
.. automodule:: empyre.vis.tools
:members:
:show-inheritance:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment