From 1f0cfdf9aa7944389cd0b3b6ca242356f6925d4f Mon Sep 17 00:00:00 2001 From: nsubiron Date: Thu, 7 Sep 2017 16:04:18 +0200 Subject: [PATCH] Some fixes in the documentation --- Docs/carla_server.md | 4 ++-- Docs/carla_settings.md | 8 ++++---- Docs/how_to_build_on_windows.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Docs/carla_server.md b/Docs/carla_server.md index 17a9aff7f..055b52509 100644 --- a/Docs/carla_server.md +++ b/Docs/carla_server.md @@ -35,9 +35,9 @@ Every image is an array of uint32's [width, height, type, color[0], color[1],...] -where each color is an [FColor](fcolorlink) (BGRA) as stored in Unreal Engine. +where each color is an [FColor][fcolorlink] (BGRA) as stored in Unreal Engine. -[fcolorlink]: https://docs.unrealengine.com/latest/INT/API/Runtime/Core/Math/FColor/index.html +[fcolorlink]: https://docs.unrealengine.com/latest/INT/API/Runtime/Core/Math/FColor/index.html "FColor API Documentation" ###### Control thread diff --git a/Docs/carla_settings.md b/Docs/carla_settings.md index 3f74d6bf6..fadd1f7ca 100644 --- a/Docs/carla_settings.md +++ b/Docs/carla_settings.md @@ -8,10 +8,10 @@ started (every time the level is loaded). Settings are loaded following the next hierarchy, with values later in the hierarchy overriding earlier values. - 1) `{ProjectFolder}/Config/CarlaSettings.ini` - 2) File provided by command-line argument `-carla-settings=` - 3) Other command-line arguments as `-world-port`, or `-carla-no-networking` - 4) Settings file sent by the client on every new episode. + 1. `{ProjectFolder}/Config/CarlaSettings.ini` + 2. File provided by command-line argument `-carla-settings=` + 3. Other command-line arguments as `-world-port`, or `-carla-no-networking` + 4. Settings file sent by the client on every new episode. Take a look at the [CARLA Settings example](Example.CarlaSettings.ini). diff --git a/Docs/how_to_build_on_windows.md b/Docs/how_to_build_on_windows.md index 6aa396e1c..1be55c71d 100644 --- a/Docs/how_to_build_on_windows.md +++ b/Docs/how_to_build_on_windows.md @@ -53,8 +53,8 @@ Dependencies need to be installed under ./Util/Build. Configure your environment running "vcvarsall.bat". For Visual Studio 2015, this script is located at (don't forget the "amd64" part) - "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 + $ "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 Then run make - make + $ make