File tree 9 files changed +750
-59
lines changed
9 files changed +750
-59
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,20 @@ Real probability scales for matplotlib
8
8
9
9
## Installation
10
10
11
- ### conda
11
+ ### Official releases
12
12
13
- ` conda install mpl-probscale --channel=phobson `
13
+ Official releases are available through the conda-forge channel or pip"
14
+ ` conda install mpl-probscale --channel=conda-forge `
14
15
15
- ### pip
16
16
` pip install probscale `
17
17
18
+ ### Development builds
19
+
20
+ Development builds are available through my conda channel:
21
+
22
+ ` conda install mpl-probscale --channel=phobson `
23
+
24
+
18
25
19
26
## Quick start
20
27
Original file line number Diff line number Diff line change 76
76
# built documents.
77
77
#
78
78
# The short X.Y version.
79
- version = '0.1.1 '
79
+ version = '0.1.2 '
80
80
# The full version, including alpha/beta/rc tags.
81
- release = '0.1.1 '
81
+ release = '0.1.2 '
82
82
83
83
# The language for content autogenerated by Sphinx. Refer to documentation
84
84
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -18,16 +18,24 @@ https://github.com/phobson/mpl-probscale
18
18
Installation
19
19
------------
20
20
21
- With conda
22
- ~~~~~~~~~~
21
+ Official releases
22
+ ~~~~~~~~~~~~~~~~~
23
23
24
- ``conda install mpl-probscale --channel=phobson ``
24
+ Official releases are available through the conda-forge channel or pip:
25
+
26
+ ``conda install mpl-probscale --channel=conda-forge ``
25
27
26
- With pip
27
- ~~~~~~~~
28
+ or
28
29
29
30
``pip install probscale ``
30
31
32
+ Development builds
33
+ ~~~~~~~~~~~~~~~~~~
34
+
35
+ Development builds are available through my conda channel:
36
+
37
+ ``conda install mpl-probscale --channel=phobson ``
38
+
31
39
32
40
Quickstart
33
41
----------
@@ -61,6 +69,7 @@ Tutorial
61
69
:maxdepth: 2
62
70
63
71
tutorial/getting_started.rst
72
+ tutorial/closer_look_at_viz.rst
64
73
65
74
Testing
66
75
-------
Original file line number Diff line number Diff line change 1
1
notebooks :
2
2
3
- tools/nb_to_doc.py getting_started
3
+ tools/nb_to_doc.py getting_started
4
+ tools/nb_to_doc.py closer_look_at_viz
You can’t perform that action at this time.
0 commit comments