From 6b68fe58a8d683af243795f5080e67ba0f0294ad Mon Sep 17 00:00:00 2001 From: Francesc Domene Date: Tue, 9 Jul 2019 18:23:15 +0200 Subject: [PATCH] Fixes --- Docs/python_api.md | 2 +- PythonAPI/docs/world.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/python_api.md b/Docs/python_api.md index 607aef0dc..2b54e3a1b 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -1747,7 +1747,7 @@ Synchronizes with the simulator and returns the id of the newly started frame (o --- ## carla.WorldSettings _class_ -More information in our [section](../configuring_the_simulation/#no-rendering-mode). +More information in our [section](../configuring_the_simulation/).

Instance Variables

- **synchronous_mode** (_bool_) diff --git a/PythonAPI/docs/world.yml b/PythonAPI/docs/world.yml index 154f8b102..d2c260b6d 100644 --- a/PythonAPI/docs/world.yml +++ b/PythonAPI/docs/world.yml @@ -91,7 +91,7 @@ - class_name: WorldSettings # - DESCRIPTION ------------------------ doc: > - More information in our [section](../configuring_the_simulation/#no-rendering-mode) + More information in our [section](../configuring_the_simulation/) # - PROPERTIES ------------------------- instance_variables: - var_name: synchronous_mode