Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
2f5ab8f3
Commit
2f5ab8f3
authored
6 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Switch to napoleon only
parent
972e8bc7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docs/source/conf.py
+7
-28
7 additions, 28 deletions
docs/source/conf.py
with
8 additions
and
29 deletions
Dockerfile
+
1
−
1
View file @
2f5ab8f3
...
...
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
libfftw3-dev \
python3 python3-pip python3-dev python3-future python3-scipy cython3 \
# Documentation build dependencies
python3-sphinx python3-sphinx-rtd-theme
python3-numpydoc
\
python3-sphinx python3-sphinx-rtd-theme \
# Testing dependencies
python3-coverage python3-pytest python3-pytest-cov \
# Optional NIFTy dependencies
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
7
−
28
View file @
2f5ab8f3
import
nifty5
import
sphinx_rtd_theme
napoleon_google_docstring
=
False
napoleon_numpy_docstring
=
True
napoleon_use_ivar
=
True
napoleon_use_param
=
False
napoleon_use_keyword
=
False
autodoc_member_order
=
'
groupwise
'
numpydoc_show_inherited_class_members
=
False
numpydoc_class_members_toctree
=
False
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
numpydoc
'
,
'
sphinx.ext.autosummary
'
,
'
sphinx.ext.napoleon
'
,
'
sphinx.ext.imgmath
'
,
'
sphinx.ext.viewcode
'
'
sphinx.ext.napoleon
'
,
# Support for NumPy and Google style docstrings
'
sphinx.ext.imgmath
'
,
# Render math as images
'
sphinx.ext.viewcode
'
# Add links to highlighted source code
]
templates_path
=
[
'
_templates
'
]
source_suffix
=
'
.rst
'
master_doc
=
'
index
'
napoleon_google_docstring
=
False
napoleon_numpy_docstring
=
True
napoleon_use_ivar
=
True
project
=
u
'
NIFTy5
'
copyright
=
u
'
2013-2019, Max-Planck-Society
'
author
=
u
'
Martin Reinecke
'
...
...
@@ -29,19 +21,6 @@ version = release[:-2]
language
=
None
exclude_patterns
=
[]
add_module_names
=
False
pygments_style
=
'
sphinx
'
todo_include_todos
=
True
html_theme
=
"
sphinx_rtd_theme
"
html_theme_options
=
{
'
collapse_navigation
'
:
False
,
'
display_version
'
:
False
,
}
html_theme_path
=
[
sphinx_rtd_theme
.
get_html_theme_path
()]
html_logo
=
'
nifty_logo_black.png
'
html_static_path
=
[]
html_last_updated_fmt
=
'
%b %d, %Y
'
html_domain_indices
=
False
html_use_index
=
False
html_show_sourcelink
=
False
htmlhelp_basename
=
'
NIFTydoc
'
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