mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Stop setup.py whinging
Apparently :doc: is a Sphinx extension and when setup.py checks for strict ReST adherence, this fails the test. May need a work-around for ..only in the header yet.
This commit is contained in:
25
README.rst
25
README.rst
@@ -58,11 +58,11 @@ together:
|
|||||||
|
|
||||||
The library includes interfaces to many simple everyday components, as well as
|
The library includes interfaces to many simple everyday components, as well as
|
||||||
some more complex things like sensors, analogue-to-digital converters, full
|
some more complex things like sensors, analogue-to-digital converters, full
|
||||||
colour LEDs, robotics kits and more. See the :doc:`recipes` page for ideas on
|
colour LEDs, robotics kits and more. See the `Recipes`_ chapter of the
|
||||||
how to get started.
|
documentation for ideas on how to get started.
|
||||||
|
|
||||||
Install
|
Installation
|
||||||
=======
|
============
|
||||||
|
|
||||||
GPIO Zero is installed by default in Raspbian Jessie, available from
|
GPIO Zero is installed by default in Raspbian Jessie, available from
|
||||||
`raspberrypi.org`_. To install on Jessie Lite or other operating systems,
|
`raspberrypi.org`_. To install on Jessie Lite or other operating systems,
|
||||||
@@ -76,13 +76,8 @@ Comprehensive documentation is available at https://gpiozero.readthedocs.io/.
|
|||||||
Development
|
Development
|
||||||
===========
|
===========
|
||||||
|
|
||||||
This project is being developed on `GitHub`_. Join in:
|
Please refer to the `Contributing`_ and `Development`_ chapters in the
|
||||||
|
documentation.
|
||||||
* Provide suggestions, report bugs and ask questions as `issues`_
|
|
||||||
* Provide examples we can use as `recipes`_
|
|
||||||
* `Contribute`_ to the code
|
|
||||||
|
|
||||||
Alternatively, email suggestions and feedback to ben@raspberrypi.org
|
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
============
|
============
|
||||||
@@ -111,10 +106,10 @@ Other contributors:
|
|||||||
|
|
||||||
.. _Raspberry Pi Foundation: https://www.raspberrypi.org/
|
.. _Raspberry Pi Foundation: https://www.raspberrypi.org/
|
||||||
.. _raspberrypi.org: https://www.raspberrypi.org/downloads/
|
.. _raspberrypi.org: https://www.raspberrypi.org/downloads/
|
||||||
.. _GitHub: https://github.com/RPi-Distro/python-gpiozero
|
.. _Recipes: http://gpiozero.readthedocs.io/en/latest/recipes.html
|
||||||
.. _issues: https://github.com/RPi-Distro/python-gpiozero/issues
|
.. _Contributing: http://gpiozero.readthedocs.io/en/latest/contributing.html
|
||||||
.. _recipes: https://gpiozero.readthedocs.io/en/latest/recipes.html
|
.. _Development: http://gpiozero.readthedocs.io/en/latest/development.html
|
||||||
.. _Contribute: https://gpiozero.readthedocs.io/en/latest/contributing.html
|
|
||||||
.. _Ben Nuttall: https://github.com/bennuttall
|
.. _Ben Nuttall: https://github.com/bennuttall
|
||||||
.. _Dave Jones: https://github.com/waveform80
|
.. _Dave Jones: https://github.com/waveform80
|
||||||
.. _Andrew Scheller: https://github.com/lurch
|
.. _Andrew Scheller: https://github.com/lurch
|
||||||
|
|||||||
Reference in New Issue
Block a user