Skip to content

Commit

Permalink
added example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Aug 27, 2017
1 parent 3835aa2 commit 5e28072
Show file tree
Hide file tree
Showing 4 changed files with 1,421 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'nbsphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode'
]
Expand Down
1,418 changes: 1,418 additions & 0 deletions docs/example.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Contents:
readme
installation
usage
example.ipynb
api
contributing
authors
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tox==2.3.1
coverage==4.1
Sphinx>=1.6,<1.7
sphinx-rtd-theme>=0.2,<0.3
nbsphinx>=0.2,<0.3
cryptography==1.7
PyYAML==3.11

Expand Down

0 comments on commit 5e28072

Please sign in to comment.