Skip to content

Commit fd44571

Browse files
committed
fix sphinx "duplicate object description" warnings for namedtuple
1 parent 035ffed commit fd44571

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

adafruit_ble_berrymed_pulse_oximeter/__init__.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
3838
Protocol defined here: https://github.com/zh2x/BCI_Protocol
3939
Thanks as well to:
40-
https://github.com/ehborisov/BerryMed-Pulse-Oximeter-tool
41-
https://github.com/ScheindorfHyenetics/berrymedBluetoothOxymeter
40+
* https://github.com/ehborisov/BerryMed-Pulse-Oximeter-tool
41+
* https://github.com/ScheindorfHyenetics/berrymedBluetoothOxymeter
4242
4343
**Software and Dependencies:**
4444
@@ -64,23 +64,23 @@
6464
)
6565
"""Namedtuple for measurement values.
6666
67-
.. py:attribute:: PulseOximeterValues.valid
67+
.. py:data:: PulseOximeterValues.valid
6868
69-
``True` if sensor readings are not valid right now
69+
``True`` if sensor readings are not valid right now
7070
71-
.. py:attribute:: PulseOximeterValues.finger_present
71+
.. py:data:: PulseOximeterValues.finger_present
7272
7373
``True`` if finger present.
7474
75-
.. py:attribute:: PulseOximeterValues.spo2
75+
.. py:data:: PulseOximeterValues.spo2
7676
7777
SpO2 value (int): 0-100%: blood oxygen saturation level.
7878
79-
.. py:attribute:: PulseOximeterValues.pulse_rate
79+
.. py:data:: PulseOximeterValues.pulse_rate
8080
8181
Pulse rate, in beats per minute (int).
8282
83-
.. py:attribute:: PulseOximeterValues.pleth
83+
.. py:data:: PulseOximeterValues.pleth
8484
8585
Plethysmograph value, 0-100 (int).
8686

0 commit comments

Comments
 (0)