Skip to content

Commit e167e99

Browse files
committed
Link to stable version of documentation from README
1 parent d5ac633 commit e167e99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Python language bindings for ev3dev
33

44
.. image:: https://travis-ci.org/rhempel/ev3dev-lang-python.svg?branch=master
55
:target: https://travis-ci.org/rhempel/ev3dev-lang-python
6-
.. image:: https://readthedocs.org/projects/python-ev3dev/badge/?version=latest
7-
:target: http://python-ev3dev.readthedocs.org/en/latest/?badge=latest
6+
.. image:: https://readthedocs.org/projects/python-ev3dev/badge/?version=stable
7+
:target: http://python-ev3dev.readthedocs.org/en/latest/?badge=stable
88
:alt: Documentation Status
99

1010
A Python3 library implementing an interface for ev3dev_ devices,
@@ -40,18 +40,18 @@ Usage Examples
4040
--------------
4141

4242
To run these minimal examples, run the Python3 interpreter from
43-
the terminal using the ``python3`` command:
43+
the terminal using the ``python3`` command:
4444

4545
.. code-block:: bash
4646
4747
$ python3
48-
Python 3.4.2 (default, Oct 8 2014, 14:47:30)
48+
Python 3.4.2 (default, Oct 8 2014, 14:47:30)
4949
[GCC 4.9.1] on linux
5050
Type "help", "copyright", "credits" or "license" for more information.
5151
>>>
5252
5353
The ``>>>`` characters are the default prompt for Python. In the examples
54-
below, we have removed these characters so it's easier to cut and
54+
below, we have removed these characters so it's easier to cut and
5555
paste the code into your session.
5656

5757
Required: Import the library
@@ -113,7 +113,7 @@ Every Python program should have a few basic parts. Use this template
113113
to get started:
114114

115115
.. code-block:: python
116-
116+
117117
#!/usr/bin/env python3
118118
from ev3dev.ev3 import *
119119
@@ -188,7 +188,7 @@ The ev3dev Binding Specification
188188

189189
The ev3dev-lang Project on GitHub
190190
The `source repository for the generic API`_ and the scripts to automatically
191-
generate the binding. Only developers of the ev3dev-lang-python_ binding
191+
generate the binding. Only developers of the ev3dev-lang-python_ binding
192192
would normally need to access this information.
193193

194194
Python 2.x and Python 3.x Compatibility
@@ -206,7 +206,7 @@ Python 3 and this is the only version that will be supported from here forward.
206206
.. _ev3dev Getting Started guide: ev3dev-getting-started_
207207
.. _ev3dev-getting-started: http://www.ev3dev.org/docs/getting-started/
208208
.. _upgrade the kernel before continuing: http://www.ev3dev.org/docs/tutorials/upgrading-ev3dev/
209-
.. _detailed instructions for USB connections: ev3dev-usb-internet_
209+
.. _detailed instructions for USB connections: ev3dev-usb-internet_
210210
.. _connected to your EV3 (or Raspberry Pi / BeagleBone) via SSH: http://www.ev3dev.org/docs/tutorials/connecting-to-ev3dev-with-ssh/
211211
.. _ev3dev-usb-internet: http://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-usb/
212212
.. _our Read the Docs page: http://python-ev3dev.readthedocs.org/en/latest/

0 commit comments

Comments
 (0)