Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9dee83

Browse files
authored
Doc: Fix URL documentation
1 parent 33d2194 commit e9dee83

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An ultra fast cross-platform multiple screenshots module in pure python using ct
2525
- integrate well with Numpy and OpenCV;
2626
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots (like Computer Vision);
2727
- get the `source code on GitHub <https://github.com/BoboTiG/python-mss>`_;
28-
- learn with a `bunch of examples <https://python-mss.readthedocs.io/en/latest/examples.html>`_;
28+
- learn with a `bunch of examples <https://python-mss.readthedocs.io/examples.html>`_;
2929
- you can `report a bug <https://github.com/BoboTiG/python-mss/issues>`_;
3030
- need some help? Use the tag *python-mss* on `StackOverflow <https://stackoverflow.com/questions/tagged/python-mss>`_;
3131
- and there is a `complete, and beautiful, documentation <https://python-mss.readthedocs.io>`_ :)

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 (like Computer Vision);
2121
- get the `source code on GitHub <https://github.com/BoboTiG/python-mss>`_;
22-
- learn with a `bunch of examples <https://python-mss.readthedocs.io/en/latest/examples.html>`_;
22+
- learn with a `bunch of examples <https://python-mss.readthedocs.io/examples.html>`_;
2323
- you can `report a bug <https://github.com/BoboTiG/python-mss/issues>`_;
2424
- need some help? Use the tag *python-mss* on `StackOverflow <https://stackoverflow.com/questions/tagged/python-mss>`_;
2525
- **MSS** stands for Multiple Screen Shots;

docs/source/where.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Computer Vison
1111

1212
- `DoomPy <https://github.com/WNoxchi/DoomPy>`_ (Autonomous Anti-Demonic Combat Algorithms);
1313
- `Europilot <https://github.com/jsistla/eu-pilot>`_, a self-driving algorithm using Euro Truck Simulator (ETS2);
14+
- `gym-mupen64plus <https://github.com/bzier/gym-mupen64plus>`_, an OpenAI Gym environment wrapper for the Mupen64Plus N64 emulator;
1415
- `Open Source Self Driving Car Initiative <https://github.com/OSSDC/OSSDC-VisionBasedACC>`_;
1516
- `Self-Driving-Car-3D-Simulator-With-CNN <https://github.com/sagar448/Self-Driving-Car-3D-Simulator-With-CNN>`_;
1617

0 commit comments

Comments
 (0)