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
16014583
Commit
16014583
authored
Jul 07, 2021
by
Philipp Arras
Browse files
Migrate to pydata sphinx
parent
03d556e0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
16014583
...
...
@@ -12,9 +12,7 @@ RUN apt-get update && apt-get install -y \
# Optional NIFTy dependencies
python3-mpi4py python3-matplotlib \
# more optional NIFTy dependencies
&& pip3 install ducc0 \
&& pip3 install finufft \
&& pip3 install jupyter \
&& pip3 install ducc0 finufft jupyter sphinx pydata-sphinx-theme \
&& rm -rf /var/lib/apt/lists/*
# Set matplotlib backend
...
...
docs/source/conf.py
View file @
16014583
import
nifty7
needs_sphinx
=
'3.2.0'
extensions
=
[
'sphinx.ext.napoleon'
,
# Support for NumPy and Google style docstrings
'sphinx.ext.imgmath'
,
# Render math as images
...
...
@@ -26,7 +28,7 @@ language = None
exclude_patterns
=
[]
add_module_names
=
False
html_theme
=
"sphinx_
rtd_
theme"
html_theme
=
"
pydata_
sphinx_theme"
html_logo
=
'nifty_logo_black.png'
exclude_patterns
=
[
...
...
docs/source/ift.rst
View file @
16014583
IFT --
Information Field Theory
========================
=======
Information Field Theory
========================
Theoretical Background
----------------------
...
...
docs/source/volume.rst
View file @
16014583
Discretisation and Volume
in NIFTy
=========================
=========
Discretisation and Volume
=========================
.. note:: Some of this discussion is rather technical and may be skipped in a first read-through.
...
...
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