Browse code

Merge pull request #241 from python-adaptive/rename-example-notebook

rename learner.ipynb -> example-notebook.ipynb

Joseph Weston authored on 13/12/2019 22:26:38 • GitHub committed on 13/12/2019 22:26:38
Showing 2 changed files
... ...
@@ -16,7 +16,7 @@ evaluate functions on a computing cluster, live-plot the data as it
16 16
 returns, and fine-tune the adaptive sampling algorithm.
17 17
 
18 18
 Run the ``adaptive`` example notebook `live on
19
-Binder <https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=learner.ipynb>`_
19
+Binder <https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=example-notebook.ipynb>`_
20 20
 to see examples of how to use ``adaptive`` or visit the
21 21
 `tutorial on Read the Docs <https://adaptive.readthedocs.io/en/latest/tutorial/tutorial.html>`__.
22 22
 
... ...
@@ -171,7 +171,7 @@ request <https://github.com/python-adaptive/adaptive/pulls>`_.
171 171
 .. |DOI| image:: https://img.shields.io/badge/doi-10.5281%2Fzenodo.1182437-blue.svg
172 172
    :target: https://doi.org/10.5281/zenodo.1182437
173 173
 .. |Binder| image:: https://mybinder.org/badge.svg
174
-   :target: https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=learner.ipynb
174
+   :target: https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=example-notebook.ipynb
175 175
 .. |Gitter| image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
176 176
    :target: https://gitter.im/python-adaptive/adaptive
177 177
 .. |Documentation| image:: https://readthedocs.org/projects/adaptive/badge/?version=latest
178 178
similarity index 100%
179 179
rename from learner.ipynb
180 180
rename to example-notebook.ipynb