Skip to content

Commit adb50ed

Browse files
committed
Merge pull request #16 from phobson/docs-release-0.1.2
Docs release 0.1.2
2 parents c947be3 + b08c49a commit adb50ed

File tree

9 files changed

+750
-59
lines changed

9 files changed

+750
-59
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ Real probability scales for matplotlib
88

99
## Installation
1010

11-
### conda
11+
### Official releases
1212

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`
1415

15-
### pip
1616
`pip install probscale`
1717

18+
### Development builds
19+
20+
Development builds are available through my conda channel:
21+
22+
`conda install mpl-probscale --channel=phobson`
23+
24+
1825

1926
## Quick start
2027

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
# built documents.
7777
#
7878
# The short X.Y version.
79-
version = '0.1.1'
79+
version = '0.1.2'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '0.1.1'
81+
release = '0.1.2'
8282

8383
# The language for content autogenerated by Sphinx. Refer to documentation
8484
# for a list of supported languages.

docs/index.rst

+14-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,24 @@ https://github.com/phobson/mpl-probscale
1818
Installation
1919
------------
2020

21-
With conda
22-
~~~~~~~~~~
21+
Official releases
22+
~~~~~~~~~~~~~~~~~
2323

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``
2527

26-
With pip
27-
~~~~~~~~
28+
or
2829

2930
``pip install probscale``
3031

32+
Development builds
33+
~~~~~~~~~~~~~~~~~~
34+
35+
Development builds are available through my conda channel:
36+
37+
``conda install mpl-probscale --channel=phobson``
38+
3139

3240
Quickstart
3341
----------
@@ -61,6 +69,7 @@ Tutorial
6169
:maxdepth: 2
6270

6371
tutorial/getting_started.rst
72+
tutorial/closer_look_at_viz.rst
6473

6574
Testing
6675
-------

docs/tutorial/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
notebooks:
22

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

0 commit comments

Comments
 (0)