mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
"only" is a Sphinx extension too ... apparently
Doesn't render in GitHub, and setup.py whinges about it. Also about the duplicate "Development" anchor (due to the Development heading). All warnings now gone from setup.py, but we may need to find another means of excluding the badges from offline docs ...
This commit is contained in:
11
README.rst
11
README.rst
@@ -2,8 +2,6 @@
|
||||
gpiozero
|
||||
========
|
||||
|
||||
.. only:: builder_html
|
||||
|
||||
.. image:: https://badge.fury.io/py/gpiozero.svg
|
||||
:target: https://badge.fury.io/py/gpiozero
|
||||
:alt: Latest Version
|
||||
@@ -66,18 +64,14 @@ Installation
|
||||
|
||||
GPIO Zero is installed by default in Raspbian Jessie, available from
|
||||
`raspberrypi.org`_. To install on Jessie Lite or other operating systems,
|
||||
including for PCs using remote GPIO, see the :doc:`installing` page.
|
||||
including for PCs using remote GPIO, see the `Installing`_ chapter.
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
Comprehensive documentation is available at https://gpiozero.readthedocs.io/.
|
||||
|
||||
Development
|
||||
===========
|
||||
|
||||
Please refer to the `Contributing`_ and `Development`_ chapters in the
|
||||
documentation.
|
||||
documentation for information on contributing to the project.
|
||||
|
||||
Contributors
|
||||
============
|
||||
@@ -109,6 +103,7 @@ Other contributors:
|
||||
.. _Recipes: http://gpiozero.readthedocs.io/en/latest/recipes.html
|
||||
.. _Contributing: http://gpiozero.readthedocs.io/en/latest/contributing.html
|
||||
.. _Development: http://gpiozero.readthedocs.io/en/latest/development.html
|
||||
.. _Installing: http://gpiozero.readthedocs/io/en/latest/installing.html
|
||||
|
||||
.. _Ben Nuttall: https://github.com/bennuttall
|
||||
.. _Dave Jones: https://github.com/waveform80
|
||||
|
||||
Reference in New Issue
Block a user