Skip to content

Commit d18d4d2

Browse files
authored
Merge pull request #2 from kattni/initial
Sphinx.
2 parents da2af7a + 7b1690f commit d18d4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To install in a virtual environment in your current project:
6161
Usage Example
6262
=============
6363

64-
.. todo:: Add a quick, simple example. It and other examples should live in the examples folder and be included in docs/examples.rst.
64+
For example usage, see examples/pm25_simpletest.py
6565

6666
Contributing
6767
============

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Uncomment the below if you use native CircuitPython modules such as
2222
# digitalio, micropython and busio. List the modules you use. Without it, the
2323
# autodoc module docs will fail to generate with a warning.
24-
# autodoc_mock_imports = ["digitalio", "busio"]
24+
autodoc_mock_imports = ["adafruit_bus_device", "digitalio"]
2525

2626

2727
intersphinx_mapping = {

0 commit comments

Comments
 (0)