Skip to content

Commit 9c333ce

Browse files
committed
fix docs build
1 parent c4a706c commit 9c333ce

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

docs/en/zigbee/zigbee_carbon_dioxide_sensor.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
########################
1+
#########################
22
ZigbeeCarbonDioxideSensor
3-
########################
3+
#########################
44

55
About
66
-----
@@ -115,5 +115,5 @@ Usage Example
115115
CO2 Sensor Implementation
116116
*************************
117117

118-
.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_CO2_Sensor/Zigbee_CO2_Sensor.ino
118+
.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor/Zigbee_CarbonDioxide_Sensor.ino
119119
:language: arduino

docs/en/zigbee/zigbee_door_window_handle.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,3 @@ This function will return ``true`` if successful, ``false`` otherwise.
123123

124124
Usage Example
125125
-------------
126-
127-
Door/Window Handle Implementation
128-
*********************************
129-
130-
.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_Door_Window_Handle/Zigbee_Door_Window_Handle.ino
131-
:language: arduino

docs/en/zigbee/zigbee_flow_sensor.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
###############
1+
################
22
ZigbeeFlowSensor
3-
###############
3+
################
44

55
About
66
-----
@@ -30,7 +30,7 @@ Constructor
3030
***********
3131

3232
ZigbeeFlowSensor
33-
^^^^^^^^^^^^^^^
33+
^^^^^^^^^^^^^^^^
3434

3535
Creates a new Zigbee flow sensor endpoint.
3636

@@ -112,8 +112,8 @@ This function will return ``true`` if successful, ``false`` otherwise.
112112
Usage Example
113113
-------------
114114

115-
Flow Sensor Implementation
116-
**************************
115+
Flow + PressureSensor Implementation
116+
************************************
117117

118-
.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_Flow_Sensor/Zigbee_Flow_Sensor.ino
118+
.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor/Zigbee_Pressure_Flow_Sensor.ino
119119
:language: arduino

0 commit comments

Comments
 (0)