Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
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
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
resolve
Merge requests
!19
Export
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Export
export
into
master
Overview
0
Commits
5
Pipelines
2
Changes
9
Merged
Philipp Arras
requested to merge
export
into
master
3 years ago
Overview
0
Commits
5
Pipelines
2
Changes
9
Expand
0
0
Merge request reports
Compare
master
version 1
716d985a
3 years ago
master (base)
and
latest version
latest version
5fdb55fa
5 commits,
3 years ago
version 1
716d985a
4 commits,
3 years ago
9 files
+
73
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
docs/source/conf.py
0 → 100644
+
28
−
0
Options
extensions
=
[
'
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
]
master_doc
=
'
index
'
napoleon_google_docstring
=
False
napoleon_numpy_docstring
=
True
napoleon_use_ivar
=
True
napoleon_use_admonition_for_notes
=
True
napoleon_use_admonition_for_examples
=
True
napoleon_use_admonition_for_references
=
True
napoleon_include_special_with_doc
=
True
project
=
u
'
resolve
'
copyright
=
u
'
2019-2021, Max-Planck-Society
'
author
=
u
'
Philipp Arras
'
# FIXME release = resolve.version.__version__
# FIXME version = release[:-2]
language
=
None
exclude_patterns
=
[]
add_module_names
=
False
html_theme
=
"
pydata_sphinx_theme
"
html_theme_options
=
{
"
gitlab_url
"
:
"
https://gitlab.mpcdf.mpg.de/ift/resolve
"
}
Loading