diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 4288f35326fbf4cf14392da07029191ff04803c4..4fadc9a6518b4feea39979ab32fad6f827a36c1e 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 + + +