From f55ae6f7ccefc0d934019de102c88edfdd67bc25 Mon Sep 17 00:00:00 2001 From: spiglerg <spiglerg@gmail.com> Date: Thu, 23 May 2019 12:07:36 +0000 Subject: [PATCH] Update gettingstarted.rst --- docs/gettingstarted.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 4288f35..4fadc9a 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -7,7 +7,11 @@ Overview Following are three short tutorials to help new users get acquainted with how to create RailEnvs, how to train simple DQN agents on them, and how to customize them. -To use flatland in a project:: +To use flatland in a project: .. code-block:: python + import flatland + + + -- GitLab