summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2021-03-15 16:12:51 -0700
committerGitHub <noreply@github.com>2021-03-15 16:12:51 -0700
commit921bf6de7ce020b1be0c6525881225280060ca64 (patch)
treeed9b70817de20a83ac2f1bb691910c481bdbbe65
parent4538d973d28e7ddf037d743ab016cee43209a713 (diff)
Add back empty line
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4e617ed6d..b71ad005e 100644
--- a/README.rst
+++ b/README.rst
@@ -50,6 +50,7 @@ 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>`__
+
Code Search
------------
GitHub doesn't currently support code search on forks. Therefore, CircuitPython doesn't have code search through GitHub because it is a fork of MicroPython. Luckily, `SourceGraph <https://sourcegraph.com/github.com/adafruit/circuitpython>`_ has free code search for public repos like CircuitPython. So, visit `sourcegraph.com/github.com/adafruit/circuitpython <https://sourcegraph.com/github.com/adafruit/circuitpython>`_ to search the CircuitPython codebase online.