File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
33A multiclass point clicker for matplotlib
44
5+ ![ GIF of example usage] ( docs/_static/images/front-page.apng )
6+
7+
8+ Read the [ Documentation] ( https://mpl-point-clicker.readthedocs.io/en/stable )
9+
510## Installation
611
712You can install using ` pip ` :
Original file line number Diff line number Diff line change 2323author = 'Ian Hunt-Isaak'
2424
2525# The full version, including alpha/beta/rc tags
26- from mpl_point_clicker import __version__ as release
26+ from _version import __version__ as release
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 44# Copyright (c) Ian Hunt-Isaak.
55# Distributed under the terms of the Modified BSD License.
66
7- version_info = (0 , 1 , 0 )
7+ version_info = (0 , 1 , 1 )
88__version__ = "." .join (map (str , version_info ))
Original file line number Diff line number Diff line change 1+ version : 2
2+ python :
3+ version : 3.8
4+ install :
5+ - method : pip
6+ path : .
7+ extra_requirements :
8+ - doc
9+
10+ # Build documentation in the docs/ directory with Sphinx
11+ sphinx :
12+ configuration : docs/conf.py
Original file line number Diff line number Diff line change 3131 sphinx-copybutton
3232 sphinx-autobuild
3333 sphinx_gallery>=0.8.2
34+ autoapi
3435dev =
3536 %(test)s
3637 %(doc)s
You can’t perform that action at this time.
0 commit comments