Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: website #106

Merged
merged 21 commits into from
Jan 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
[submodule "doc/nbpublisher"]
path = doc/nbpublisher
url = https://github.com/ioam/ioam-builder.git
branch = nbpublisher
[submodule "doc/builder"]
path = doc/builder
url = https://github.com/ioam/ioam-builder.git
branch = docbuilder
87 changes: 62 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,69 @@
# At some point, should probably change to generic (since using conda)
language: python

sudo: false

python:
- "2.7"
- "3.6"
stages:
- test
- doc

install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
else
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment -c conda-forge python=$TRAVIS_PYTHON_VERSION nose numpy matplotlib bokeh pandas scipy jupyter ipython param flake8 mock filelock iris cartopy xarray geopandas numpy --quiet
- source activate test-environment
- pip install coveralls
- pip install git+https://github.com/ioam/holoviews.git
- python setup.py install
jobs:
include:
- &default
stage: test
python: "2.7"
before_install:
#########################
##### install conda #####
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
#########################
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
install:
- conda install -c conda-forge nose numpy matplotlib bokeh pandas scipy jupyter ipython param flake8 mock filelock iris cartopy xarray geopandas numpy --quiet
- pip install coveralls
- pip install git+https://github.com/ioam/holoviews.git
- python setup.py install
script:
- nosetests --with-doctest --with-coverage --cover-package=geoviews
- flake8 --ignore=E,W . --exclude=./doc

script:
- nosetests --with-doctest --with-coverage --cover-package=geoviews
- flake8 --ignore=E,W . --exclude=./doc
- <<: *default
python: "3.6"
after_success: coveralls

after_success: coveralls
- <<: *default
stage: doc
python: "3.6"
script:
# TODO: can't remember why I did this twice
- python -c "import geoviews as gv; gv.sample_data('notebooks/user_guide/sample-data')"
- python -c "import geoviews as gv; gv.sample_data('doc/sample-data')"
- conda install -c conda-forge sphinx beautifulsoup4 graphviz
- pip install nbsite
- pip install sphinx_ioam_theme
# TODO: should make this content available too rather than deleting it!
- rm notebooks/*.ipynb
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@philippjfr, forgot to ask: what's in these notebooks, and should it appear somewhere on the website?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I think they are old prototypes and can be deleted or updated. They almost certainly require updates.

- cd doc
- nbsite_nbpagebuild.py ioam geoviews ../notebooks .
- sphinx-build -b html . ./_build/html
- nbsite_fix_links.py _build/html
- nbsite_cleandisthtml.py ./_build/html take_a_chance
- cp -r ../notebooks/user_guide/assets _build/html/user_guide/
- cp -r ../notebooks/user_guide/sample-data _build/html/user_guide/
- touch ./_build/html/.nojekyll
- cd ..
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: ./doc/_build/html
on:
tags: true
4 changes: 0 additions & 4 deletions doc/Geometries.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/Gridded_Datasets_I.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/Gridded_Datasets_II.rst

This file was deleted.

11 changes: 0 additions & 11 deletions doc/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions doc/Projections.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/Working_with_Bokeh.rst

This file was deleted.

Binary file modified doc/_static/favicon.ico
100644 → 100755
Binary file not shown.
Binary file added doc/_static/geoviews-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/_static/geoviews.css

Large diffs are not rendered by default.

Binary file removed doc/_static/logo.png
Binary file not shown.
31 changes: 0 additions & 31 deletions doc/_templates/footer.html

This file was deleted.

162 changes: 0 additions & 162 deletions doc/_templates/layout.html

This file was deleted.

3 changes: 0 additions & 3 deletions doc/_templates/page.html

This file was deleted.

9 changes: 9 additions & 0 deletions doc/about.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
About Us
========

GeoViews was developed through a collaboration between `Continuum
Analytics <https://continuum.io>`_ and the `Met Office
<http://www.metoffice.gov.uk>`_. GeoViews is completely `open source
<https://github.com/ioam/geoviews>`_, available under a BSD license
freely for both commercial and non-commercial use.

1 change: 0 additions & 1 deletion doc/builder
Submodule builder deleted from 260db1
Loading