From 4747caf05933fcfdcbbb5f891e95009bf7c26e8f Mon Sep 17 00:00:00 2001
From: spiglerg <spiglerg@gmail.com>
Date: Thu, 23 May 2019 13:59:49 +0200
Subject: [PATCH] initial docs

---
 docs/gettingstarted.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 docs/gettingstarted.rst

diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
new file mode 100644
index 00000000..3bd01cb2
--- /dev/null
+++ b/docs/gettingstarted.rst
@@ -0,0 +1,14 @@
+=====
+Getting Started
+=====
+
+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::
+
+.. code-block:: python
+
+    import flatland
-- 
GitLab