Skip to content

Commit 079edc3

Browse files
authored
Merge pull request #8 from ianhi/callbacks
Callbacks
2 parents 81ebee5 + 61fc9d4 commit 079edc3

20 files changed

+201
-302
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,5 @@ cython_debug/
153153

154154
## vscode
155155
.vscode
156+
157+
docs/examples

docs/Contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now clone your fork of the Git repository and make an editable (``-e``) install.
2525
2626
git clone <your fork>
2727
cd mpl-point-clicker
28-
pip install -e ".[dev]"
28+
pip install -e ".[test, doc]"
2929
3030
3131
Working with Git

docs/examples/example.ipynb

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/examples/example.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/examples/example.py.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/examples/example.rst

Lines changed: 0 additions & 101 deletions
This file was deleted.

docs/examples/example_codeobj.pickle

-1.91 KB
Binary file not shown.

docs/examples/examples_jupyter.zip

-1.52 KB
Binary file not shown.

docs/examples/examples_python.zip

-574 Bytes
Binary file not shown.
-73.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)