Added space between # and first heading in python_api.md
This commit is contained in:
parent
fd8d6122dd
commit
a74476e9eb
|
@ -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.<br>This will change the whole documentation to a previous state. Remember that the <i>latest</i> version is the `dev` branch and may show features not available in any packaged versions of CARLA.<hr>
|
||||
|
||||
## carla.AckermannControllerSettings<a name="carla.AckermannControllerSettings"></a>
|
||||
|
|
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue