Skip to content

Commit

Permalink
move playground.ipynb with the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Dec 16, 2020
1 parent 8bccccd commit ba3be40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NB = $(sort $(wildcard *.ipynb))
NB = $(sort $(wildcard examples/*.ipynb))
.PHONY: help clean lint test doc dist release

help:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A (mostly unmaintained) `Matlab version <https://lts2.epfl.ch/unlocbox>`_ exists
.. |github| image:: https://img.shields.io/github/stars/epfl-lts2/pyunlocbox.svg?style=social
:target: https://github.com/epfl-lts2/pyunlocbox
.. |binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/epfl-lts2/pyunlocbox/master?filepath=playground.ipynb
:target: https://mybinder.org/v2/gh/epfl-lts2/pyunlocbox/master?filepath=examples/playground.ipynb
.. |conda| image:: https://anaconda.org/conda-forge/pyunlocbox/badges/installer/conda.svg
:target: https://anaconda.org/conda-forge/pyunlocbox

Expand Down Expand Up @@ -114,7 +114,7 @@ Solution found after 9 iterations:
array([3.99990766, 4.99988458, 5.99986149, 6.99983841])

You can
`try it online <https://mybinder.org/v2/gh/epfl-lts2/pyunlocbox/master?filepath=playground.ipynb>`_,
`try it online <https://mybinder.org/v2/gh/epfl-lts2/pyunlocbox/master?filepath=examples/playground.ipynb>`_,
look at the
`tutorials <https://pyunlocbox.readthedocs.io/en/stable/tutorials/index.html>`_
to learn how to use it, or look at the
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'Download': 'https://pypi.org/project/pyunlocbox',
'Source Code': 'https://github.com/epfl-lts2/pyunlocbox',
'Bug Tracker': 'https://github.com/epfl-lts2/pyunlocbox/issues',
'Try It Online': 'https://mybinder.org/v2/gh/epfl-lts2/pyunlocbox/master?filepath=playground.ipynb', # noqa
'Try It Online': 'https://mybinder.org/v2/gh/epfl-lts2/pyunlocbox/master?filepath=examples/playground.ipynb', # noqa
},
packages=[
'pyunlocbox',
Expand Down

0 comments on commit ba3be40

Please sign in to comment.