Skip to content

Commit

Permalink
Merge pull request #66 from kmuehlbauer/dist-nb-scripts
Browse files Browse the repository at this point in the history
ENH: copy notebook scripts to examples folder
  • Loading branch information
kmuehlbauer committed Jul 11, 2016
2 parents 606ffc3 + 82512d6 commit 99fecf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ after_success:
- scripts/render_notebooks.sh
- if [[ "$COVERALLS" == "true" ]]; then coveralls || echo "failed"; fi
- if [[ "$DOC_BUILD" == "true" ]]; then cd $TRAVIS_BUILD_DIR; scripts/build_docs.sh; fi
- cp notebooks/*.py examples/

deploy:
provider: pypi
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ include requirements.txt
include testrunner.py
recursive-include examples *.py
recursive-exclude examples *.pyc
recursive-include notebooks *.ipynb
prune */.ipynb_checkpoints
recursive-include wradlib/tests *.py
recursive-exclude wradlib/tests *.pyc
recursive-exclude wradlib/tests *.pyc
3 changes: 0 additions & 3 deletions scripts/convert_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@
cd notebooks
jupyter nbconvert --to script *.ipynb
cd ..



0 comments on commit 99fecf7

Please sign in to comment.