Skip to content

Commit

Permalink
Merge pull request sentinel-hub#48 from sentinel-hub/LULC_example_update
Browse files Browse the repository at this point in the history
LULC Example Update
  • Loading branch information
AleksMat authored Jan 9, 2019
2 parents 3878997 + 5135591 commit a7af152
Show file tree
Hide file tree
Showing 11 changed files with 1,020 additions and 1,499 deletions.
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
rm -rf ./build/
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = []
exclude_patterns = ['**.ipynb_checkpoints']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
3 changes: 0 additions & 3 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Land Use and Land Cover
.. toctree::

examples/land-cover-map/SI_LULC_pipeline.ipynb
examples/land-cover-map/1_split-AOI.ipynb
examples/land-cover-map/2_eopatch-L1C.ipynb
examples/land-cover-map/2_eopatch-L2A.ipynb


Water Monitor
Expand Down
13 changes: 0 additions & 13 deletions example_data/lulc_classes.py

This file was deleted.

11 changes: 0 additions & 11 deletions example_data/lulc_cmap.py

This file was deleted.

1,473 changes: 1,013 additions & 460 deletions examples/land-cover-map/SI_LULC_pipeline.ipynb

Large diffs are not rendered by default.

1,006 changes: 0 additions & 1,006 deletions examples/land-cover-map/SI_LULC_pipeline_part1.ipynb

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Sphinx==1.7.5
sphinx-rtd-theme==0.4.0
nbsphinx==0.3.3
ipython==6.4.0
m2r==0.1.15
Sphinx
sphinx-rtd-theme
nbsphinx
ipython
m2r>=0.2.0

./core
./coregistration
Expand Down

0 comments on commit a7af152

Please sign in to comment.