From db2697108ab22391bf3f78bc2e34519ef0839ecb Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 24 Jul 2024 16:15:21 +0200 Subject: [PATCH] Fixed wrong `literal` in doc generation --- Docs/python_api.md | 2 +- PythonAPI/docs/sensor_data.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/python_api.md b/Docs/python_api.md index a7ab163a2..ef39c7a20 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -931,7 +931,7 @@ Initializes a color, black by default. --- ## carla.GBufferTextureID -Defines the of each GBuffer texture (See the method `[carla.Sensor.listen_to_gbuffer](#carla.Sensor.listen_to_gbuffer)`). +Defines the identifiers of each GBuffer texture (See the method [carla.Sensor.listen_to_gbuffer](#carla.Sensor.listen_to_gbuffer)). ### Instance Variables - **SceneColor** diff --git a/PythonAPI/docs/sensor_data.yml b/PythonAPI/docs/sensor_data.yml index cdd394a56..1f7fdb9cd 100644 --- a/PythonAPI/docs/sensor_data.yml +++ b/PythonAPI/docs/sensor_data.yml @@ -880,7 +880,7 @@ - class_name: GBufferTextureID # - DESCRIPTION ------------------------ doc: > - Defines the of each GBuffer texture (See the method `carla.Sensor.listen_to_gbuffer`). + Defines the identifiers of each GBuffer texture (See the method carla.Sensor.listen_to_gbuffer). # - PROPERTIES ------------------------- instance_variables: - var_name: SceneColor