summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stipicevic <stipredirect@gmail.com>2018-05-14 13:50:06 -0400
committerMike Stipicevic <stipredirect@gmail.com>2018-05-14 18:05:59 +0000
commitc43a75b11577d0a26b5c419c717b653113240249 (patch)
tree73b8c3c086a8f6e8c4da24c65f3c71ccd54a8233
parentad82a2d08dc8b5ef07a84ee4d85fe8e8d6f0417c (diff)
Add links to CircuitPython guides and example code
-rw-r--r--README.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 31c0cce59..625d601a0 100644
--- a/README.rst
+++ b/README.rst
@@ -69,8 +69,15 @@ System <https://learn.adafruit.com/>`__ under the `CircuitPython
category <https://learn.adafruit.com/category/circuitpython>`__ and
`MicroPython
category <https://learn.adafruit.com/category/micropython>`__. An API
-reference is also available on `Read the
-Docs <http://circuitpython.readthedocs.io/en/latest/?>`__.
+reference is also available on `Read the Docs
+<http://circuitpython.readthedocs.io/en/latest/?>`__. A collection of awesome
+resources can be found at `Awesome CircuitPython <https://github.com/adafruit/awesome-circuitpython>`__.
+
+Specifically useful documentation when starting out:
+
+- `Welcome to CircuitPython <https://learn.adafruit.com/welcome-to-circuitpython>`__
+- `CircuitPython Essentials <https://learn.adafruit.com/circuitpython-essentials>`__
+- `Example Code <https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/CircuitPython_Essentials>`__
Contributing
------------