Skip to content

Commit

Permalink
Merge pull request #327 from OceanParcels/website-separate-repo
Browse files Browse the repository at this point in the history
Website into separate repository
  • Loading branch information
erikvansebille authored Apr 5, 2018
2 parents 6feae25 + 4846d35 commit 5298c0f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 1,204 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ install:
- export PATH="$HOME/miniconda/bin:$PATH"
- conda env create --name parcels --file environment_py${PY_VERSION}_${TRAVIS_OS_NAME}.yml
- source activate parcels
- conda install --yes sphinx
- python setup.py install

script:
Expand All @@ -45,11 +44,6 @@ script:
flake8 parcels;
flake8 tests;
fi
- |
# run link checks only on linux
if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
make linkcheck -C docs;
fi
- |
# evaluate example scripts and notebooks on linux only
if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
Expand Down
192 changes: 0 additions & 192 deletions docs/Makefile

This file was deleted.

Binary file removed docs/ParcelsDesign.png
Binary file not shown.
13 changes: 0 additions & 13 deletions docs/_templates/layout.html

This file was deleted.

Loading

0 comments on commit 5298c0f

Please sign in to comment.