From 97e4fa9d32139f9e10f31e3c21d8834f8091d18a Mon Sep 17 00:00:00 2001
From: Michael Wimmer <wimmer@lorentz.leidenuniv.nl>
Date: Tue, 10 Sep 2013 21:51:04 +0200
Subject: [PATCH] move picture downwards

---
 content/index.txt                                 |   4 +---
 content/{kwant_concept.png => kwant_workflow.png} | Bin
 2 files changed, 1 insertion(+), 3 deletions(-)
 rename content/{kwant_concept.png => kwant_workflow.png} (100%)

diff --git a/content/index.txt b/content/index.txt
index eaeb19e..762dc70 100644
--- a/content/index.txt
+++ b/content/index.txt
@@ -1,9 +1,6 @@
 Quantum transport simulations made easy
 =======================================
 
-.. image:: kwant_concept.png
-    :width: 90%
-
 Kwant is a Python package for numerical calculations on tight-binding models
 with a strong focus on quantum transport.  It is designed to be flexible and
 easy to use, while not sacrificing performance.
@@ -24,6 +21,7 @@ its quantum properties (conductance, density of states, etc). This workflow is
 summarized as follows:
 
 .. image:: kwant_workflow.png
+    :width: 90%
 
 Kwant was designed to be easy to use: for example the program that generates
 the right panel of the image above is only 42 lines long. It is also accessible
diff --git a/content/kwant_concept.png b/content/kwant_workflow.png
similarity index 100%
rename from content/kwant_concept.png
rename to content/kwant_workflow.png
-- 
GitLab