Skip to content

Commit

Permalink
added binder url for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed May 19, 2019
1 parent 45269e2 commit abf4748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
# which is a bit of an overkill
example_gallery_config = dict(
dont_preprocess=['../examples/example_cdo.ipynb'],
urls='https://github.com/Chilipp/psyplot/blob/v1.0.0.dev0/examples',
urls='https://github.com/Chilipp/psyplot/blob/master/examples',
binder_url='https://mybinder.org/v2/gh/Chilipp/psyplot/master?filepath=examples',
)

napoleon_use_admonition_for_examples = True
Expand Down

0 comments on commit abf4748

Please sign in to comment.