diff --git a/Docs/python_api.md b/Docs/python_api.md index e30667d51..ac3248830 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -1,4 +1,4 @@ -#Python API reference +# Python API reference This reference contains all the details the Python API. To consult a previous reference for a specific CARLA release, change the documentation version using the panel in the bottom right corner.
This will change the whole documentation to a previous state. Remember that the latest version is the `dev` branch and may show features not available in any packaged versions of CARLA.
## carla.AckermannControllerSettings diff --git a/PythonAPI/docs/doc_gen.py b/PythonAPI/docs/doc_gen.py index 0031b70f5..7c1a7dee2 100755 --- a/PythonAPI/docs/doc_gen.py +++ b/PythonAPI/docs/doc_gen.py @@ -75,7 +75,7 @@ class MarkdownFile: def first_title(self): self._data = join([ - self._data, '#Python API reference\n']) + self._data, '# Python API reference\n']) def title(self, strongness, buf): self._data = join([