From a4afd0b928d20cc0e56baa11d5b8bc8aafb7321e Mon Sep 17 00:00:00 2001
From: spiglerg <spiglerg@gmail.com>
Date: Fri, 28 Jun 2019 14:31:51 +0000
Subject: [PATCH] Update README.rst

---
 README.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index a173201d..f49b7506 100644
--- a/README.rst
+++ b/README.rst
@@ -39,8 +39,12 @@ very complex. In such a complex environment cooperation is essential. Thus, agen
 
 
 .. image:: docs/gifs/complex.gif
+  :align: center
+  :width: 300
 
 .. image:: docs/gifs/many_agents.gif
+  :align: center
+  :width: 300
 
 
 Getting Started
@@ -123,7 +127,9 @@ https://github.com/Who8MyLunch/Jupyter_Canvas_Widget#installation
 Basic Usage
 ============
 
-Basic usage of the RailEnv environment used by the Flatland Challenge ::
+Basic usage of the RailEnv environment used by the Flatland Challenge
+
+.. code-block:: python
 
     import numpy as np
     import time
-- 
GitLab