]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Merge pull request #373 from scottamain/docs
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Mon, 7 Dec 2020 17:51:23 +0000 (10:51 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 17:51:23 +0000 (10:51 -0700)
Add missing modules to API docs build.

1  2 
README.rst

diff --combined README.rst
index 2f2b7134db874f91b586fba837ea2a6311f1188f,60f78b3ecc963a012aea042ce8a11401e0bb35f7..40df1a97b8ed2197ea54b64aa0a611136aa30b58
@@@ -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
+ <https://circuitpython.readthedocs.io/projects/blinka/en/latest/index.html>`_.
  
  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: