Skip to content
GitLab
Menu
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
5034ee29
Commit
5034ee29
authored
Feb 13, 2018
by
Martin Reinecke
Browse files
tweaks
parent
69548c87
Pipeline
#24840
failed with stage
in 3 minutes and 18 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5034ee29
...
...
@@ -8,15 +8,14 @@ variables:
DOCKER_DRIVER
:
overlay
before_script
:
-
apt-get update
-
sh ci/install_basics.sh
-
pip install --process-dependency-links -r ci/requirements.txt
-
pip3 install --process-dependency-links -r ci/requirements.txt
-
python setup.py install
test_min
:
stage
:
test
script
:
-
apt-get update
-
sh ci/install_basics.sh
-
pip install --process-dependency-links -r ci/requirements.txt
-
pip3 install --process-dependency-links -r ci/requirements.txt
-
pip install --user .
-
pip3 install --user .
-
nosetests -q
...
...
@@ -29,7 +28,7 @@ test_min:
pages
:
script
:
-
sh docs/generate.sh
-
sh
PYTHONPATH=.
docs/generate.sh
-
mv docs/build/ public/
artifacts
:
paths
:
...
...
ci/requirements.txt
View file @
5034ee29
parameterized
coverage
git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
sphinx
==1.6.7
sphinx
sphinx_rtd_theme
better-apidoc
numpydoc
#
better-apidoc
#
numpydoc
docs/source/code.rst
View file @
5034ee29
...
...
@@ -13,10 +13,3 @@ The NIFTy code is divided in the concepts Domains, Fields, Operators and Minimiz
Fields <concepts/field>
Operators <concepts/operators>
Minimization <concepts/minimization>
docs/source/concepts/domains.rst
View file @
5034ee29
...
...
@@ -15,12 +15,4 @@ Description of Domains
RG <../mod/nifty4.domains.rg_space>
Domain <../mod/nifty4.domains.domain>
Structured Domain <../mod/nifty4.domains.structured_domain>
Unstrcutured Domain <../mod/nifty4.domains.unstructured_domain>
Unstructured Domain <../mod/nifty4.domains.unstructured_domain>
docs/source/concepts/field.rst
View file @
5034ee29
...
...
@@ -8,11 +8,3 @@ Description of Fields
:caption: Types of Fields
Field <../mod/nifty4.field>
docs/source/concepts/operators.rst
View file @
5034ee29
...
...
@@ -24,7 +24,3 @@ Description of Operators
Scaling <../mod/nifty4.operators.smoothness_operator>
Smoothness <../mod/nifty4.operators.smoothness_operator>
Sum <../mod/nifty4.operators.sum_operator>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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