Skip to content

Commit d740fa7

Browse files
author
Mickaël Schoentgen
committed
Doc: Update examples link
1 parent bea462a commit d740fa7

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ History:
44

55
dev 2017/xx/xx
66

7+
3.0.1 2017/07/06
8+
- fix examples links
79

810
3.0.0 2017/07/06
911
- big refactor, introducing the ScreenShot class

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An ultra fast cross-platform multiple screenshots module in pure python using ct
2323
- integrate well with Numpy and OpenCV;
2424
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;
2525
- get the `source code on GitHub <https://github.com/BoboTiG/python-mss>`_;
26-
- learn with a `bunch of examples <https://github.com/BoboTiG/python-mss/tree/master/examples>`_;
26+
- learn with a `bunch of examples <https://python-mss.readthedocs.io/en/dev/examples.html>`_;
2727
- you can `report a bug <https://github.com/BoboTiG/python-mss/issues>`_;
2828
- and there is a `complete, and beautiful, documentation <https://python-mss.readthedocs.io>`_ :)
2929
- **MSS** stands for Multiple ScreenShots;

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '3.0.0'
62+
version = '3.0.1'
6363
# The full version, including alpha/beta/rc tags.
6464
release = 'latest'
6565

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An ultra fast cross-platform multiple screenshots module in pure python using ct
1919
- integrate well with Numpy and OpenCV;
2020
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;
2121
- get the `source code on GitHub <https://github.com/BoboTiG/python-mss>`_;
22-
- learn with a `bunch of examples <https://github.com/BoboTiG/python-mss/tree/master/examples>`_;
22+
- learn with a `bunch of examples <https://python-mss.readthedocs.io/en/dev/examples.html>`_;
2323
- you can `report a bug <https://github.com/BoboTiG/python-mss/issues>`_;
2424
- **MSS** stands for Multiple ScreenShots;
2525

mss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .exception import ScreenShotError
1414
from .factory import mss
1515

16-
__version__ = '3.0.0'
16+
__version__ = '3.0.1'
1717
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818
__copyright__ = """
1919
Copyright (c) 2013-2017, Mickaël 'Tiger-222' Schoentgen

0 commit comments

Comments
 (0)