From f9ae3a95c77ea325809d11de981c801436e0efcb Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Wed, 3 Apr 2019 07:41:11 +0200
Subject: [PATCH] Fix rst rendering

---
 README.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 6d89ae91..50ff2cf0 100644
--- a/README.rst
+++ b/README.rst
@@ -17,9 +17,11 @@ Multi Agent Reinforcement Learning on Trains
 
 Generate Docs
 --------------
-     The docs have a lot more details about how to interact with this codebase.
-     TODO: Mohanty to add atleast a neat outline here
+     | The docs have a lot more details about how to interact with this codebase.   
+     | **TODO**: Mohanty to add atleast a neat outline herefor the contents to the docs here.
+
     .. code-block:: bash
+
           git clone git@gitlab.aicrowd.com:flatland/flatland.git
           cd flatland
           make docs
-- 
GitLab