Skip to content

Commit

Permalink
Merge 19d2e8f into e81bf7a
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Nov 29, 2017
2 parents e81bf7a + 19d2e8f commit 256ef95
Show file tree
Hide file tree
Showing 32 changed files with 135 additions and 360 deletions.
8 changes: 0 additions & 8 deletions .gitmodules
@@ -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
28 changes: 27 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: python
sudo: false

python:
- "2.7"
# - "2.7"
- "3.6"

install:
Expand All @@ -29,5 +29,31 @@ install:
script:
- nosetests --with-doctest --with-coverage --cover-package=geoviews
- flake8 --ignore=E,W . --exclude=./doc
# TODO: temp, need to use stages or something
- 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
- rm notebooks/*.ipynb
- 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:
branch: docs


after_success: coveralls
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
@@ -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

0 comments on commit 256ef95

Please sign in to comment.