mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	
							
								
								
									
										20
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								README.rst
									
									
									
									
									
								
							| @@ -2,19 +2,17 @@ | |||||||
| gpiozero | gpiozero | ||||||
| ======== | ======== | ||||||
|  |  | ||||||
| .. ifconfig:: html_theme == 'sphinx_rtd_theme' | .. image:: https://badge.fury.io/py/gpiozero.svg | ||||||
|  |     :target: https://badge.fury.io/py/gpiozero | ||||||
|  |     :alt: Latest Version | ||||||
|  |  | ||||||
|     .. image:: https://badge.fury.io/py/gpiozero.svg | .. image:: https://travis-ci.org/RPi-Distro/python-gpiozero.svg?branch=master | ||||||
|         :target: https://badge.fury.io/py/gpiozero |     :target: https://travis-ci.org/RPi-Distro/python-gpiozero | ||||||
|         :alt: Latest Version |     :alt: Build Tests | ||||||
|  |  | ||||||
|     .. image:: https://travis-ci.org/RPi-Distro/python-gpiozero.svg?branch=master | .. image:: https://img.shields.io/codecov/c/github/RPi-Distro/python-gpiozero/master.svg?maxAge=2592000 | ||||||
|         :target: https://travis-ci.org/RPi-Distro/python-gpiozero |     :target: https://codecov.io/github/RPi-Distro/python-gpiozero | ||||||
|         :alt: Build Tests |     :alt: Code Coverage | ||||||
|  |  | ||||||
|     .. image:: https://img.shields.io/codecov/c/github/RPi-Distro/python-gpiozero/master.svg?maxAge=2592000 |  | ||||||
|         :target: https://codecov.io/github/RPi-Distro/python-gpiozero |  | ||||||
|         :alt: Code Coverage |  | ||||||
|  |  | ||||||
| A simple interface to everyday GPIO components used with Raspberry Pi. | A simple interface to everyday GPIO components used with Raspberry Pi. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -46,12 +46,7 @@ sys.modules['spidev'] = Mock() | |||||||
|  |  | ||||||
| # -- General configuration ------------------------------------------------ | # -- General configuration ------------------------------------------------ | ||||||
|  |  | ||||||
| extensions = [ | extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx'] | ||||||
|     'sphinx.ext.autodoc',     # support for automethod, autoclass, etc. |  | ||||||
|     'sphinx.ext.viewcode',    # support for "Source" links in output |  | ||||||
|     'sphinx.ext.intersphinx', # support links to Python library docs etc. |  | ||||||
|     'sphinx.ext.ifconfig',    # support for ifconfig conditional includes |  | ||||||
|     ] |  | ||||||
| templates_path = ['_templates'] | templates_path = ['_templates'] | ||||||
| source_suffix = '.rst' | source_suffix = '.rst' | ||||||
| #source_encoding = 'utf-8-sig' | #source_encoding = 'utf-8-sig' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user