Skip to content
GitLab
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
d94427fc
Commit
d94427fc
authored
Feb 13, 2018
by
Martin Reinecke
Browse files
tweaks
parent
17420bf3
Pipeline
#24845
passed with stages
in 6 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/generate.sh
View file @
d94427fc
rm
-rf
docs/build docs/source/mod
#python docs/better_apidoc.py -l -e -d 2 -t docs/generation-templates -o docs/source/mod nifty4
sphinx-apidoc
-l
-e
-d
2
-o
docs/source/mod nifty4
sphinx-build
-b
html docs/source/ docs/build/
docs/source/conf.py
View file @
d94427fc
...
...
@@ -21,7 +21,7 @@ import sphinx_rtd_theme
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'.
./../nifty4/
'
))
#
sys.path.insert(0, os.path.abspath('.'))
napoleon_google_docstring
=
False
napoleon_numpy_docstring
=
True
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment