From: Melissa LeBlanc-Williams Date: Mon, 7 Dec 2020 17:51:23 +0000 (-0700) Subject: Merge pull request #373 from scottamain/docs X-Git-Tag: 5.9.0~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/76c093908d7dcaf880d563c1b1d2469f51e220aa?hp=-c Merge pull request #373 from scottamain/docs Add missing modules to API docs build. --- 76c093908d7dcaf880d563c1b1d2469f51e220aa diff --combined README.rst index 2f2b713,60f78b3..40df1a9 --- a/README.rst +++ b/README.rst @@@ -6,7 -6,7 +6,7 @@@ Introductio :alt: Documentation Status .. image:: https://img.shields.io/discord/327254708534116352.svg - :target: https://discord.gg/nBQh6qu + :target: https://adafru.it/discord :alt: Discord .. image:: https://travis-ci.com/adafruit/Adafruit_Blinka.svg?branch=master @@@ -26,8 -26,10 +26,10 @@@ on hosts running micropython. Working c * **digitalio** - digital input/output pins, using pin identities from board+microcontroller packages * **bitbangio** - software-driven interfaces for I2C, SPI * **busio** - hardware-driven interfaces for I2C, SPI, UART - * **time** * - substitute functions monkey-patched to time module + * **pulseio** - contains classes that provide access to basic pulse IO (PWM) + For details, see the `Blinka API reference + `_. Dependencies ============= @@@ -97,7 -99,7 +99,7 @@@ install dependencies (feel free to reus python3 -m venv .env source .env/bin/activate - pip install Sphinx sphinx-rtd-theme + pip install Sphinx sphinx-rtd-theme Adafruit-PlatformDetect Now, once you have the virtual environment activated: