From 91b79687ef4bf875ac04a57abacf5745e603b047 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Sun, 16 Dec 2018 00:04:30 +0100 Subject: [PATCH] Rename Python API tutorial file --- Docs/index.md | 2 +- Docs/{python_api_overview.md => python_api_tutorial.md} | 0 mkdocs.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Docs/{python_api_overview.md => python_api_tutorial.md} (100%) diff --git a/Docs/index.md b/Docs/index.md index 53b0b9d96..609982360 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -8,7 +8,7 @@

Quick start

* [Getting started](getting_started.md) - * [Python API tutorial](python_api_overview.md) + * [Python API tutorial](python_api_tutorial.md) * [Configuring the simulation](configuring_the_simulation.md) * [Cameras and sensors](cameras_and_sensors.md) diff --git a/Docs/python_api_overview.md b/Docs/python_api_tutorial.md similarity index 100% rename from Docs/python_api_overview.md rename to Docs/python_api_tutorial.md diff --git a/mkdocs.yml b/mkdocs.yml index 3386107a7..7a3a42b96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,7 +7,7 @@ pages: - Home: 'index.md' - Quick start: - 'Getting started': 'getting_started.md' - - 'Python API tutorial': 'python_api_overview.md' + - 'Python API tutorial': 'python_api_tutorial.md' - 'Configuring the simulation': 'configuring_the_simulation.md' # - 'Measurements': 'measurements.md' - 'Cameras and sensors': 'cameras_and_sensors.md'