Skip to content

Commit b8ea9a1

Browse files
committed
doc fixups
1 parent 70a9983 commit b8ea9a1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

adafruit_ble_berrymed_pulse_oximeter/adafruit_ble_transparent_uart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
# THE SOFTWARE.
2323
"""
24-
`nordic`
25-
====================================================
24+
`adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart`
25+
=============================================================================
2626
2727
This module provides Services used by MicroChip
2828

docs/api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:py:mod:`~adafruit_ble_berrymed_pulse_oximeter`
2+
===============================================
13

24
.. If you created a package, create one automodule per module in the package.
35
@@ -6,3 +8,6 @@
68
79
.. automodule:: adafruit_ble_berrymed_pulse_oximeter
810
:members:
11+
12+
.. automodule:: adafruit_ble_berrymed_pulse_oximeter.adafruit_ble_transparent_uart
13+
:members:

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 = ["_bleio"]
24+
autodoc_mock_imports = ["bleak"]
2525

2626

2727
intersphinx_mapping = {

0 commit comments

Comments
 (0)