Fixed code-block format

This commit is contained in:
Fabio Manganiello 2020-01-05 13:11:44 +01:00
parent 084b5ba807
commit a9fdbe7812
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ class AndroidCameraStatusResponse(CameraResponse):
"""
Sample response::
..code-block:: json
.. code-block:: json
{
"stream_url": "https://192.168.1.30:8080/video",

View File

@ -66,7 +66,7 @@ class ArduinoPlugin(GpioSensorPlugin):
can be a function that takes an argument and transforms it or its lambda string representation.
Note that ``analog_read`` returns by default float values in the range [0.0, 1.0]. Example:
..code-block:: yaml
.. code-block:: yaml
arduino:
board: /dev/ttyUSB0

View File

@ -150,7 +150,7 @@ class GpioZeroborgPlugin(Plugin):
"""
Get the current direction and motors power. Example response::
..code-block:: json
.. code-block:: json
{
"status": "running",