From c595931592911f0bf64ab7a4017ac160ac3fb047 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Wed, 11 Nov 2015 16:54:05 +0100 Subject: [PATCH] regenerate tutorial script diffs --- doc/source/images/ab_ring.py.diff | 2 +- doc/source/images/graphene.py.diff | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/images/ab_ring.py.diff b/doc/source/images/ab_ring.py.diff index 7bb4c59b..de1e879a 100644 --- a/doc/source/images/ab_ring.py.diff +++ b/doc/source/images/ab_ring.py.diff @@ -97,7 +97,7 @@ # Finalize the system. sys = sys.finalized() @@ -111,6 +169,17 @@ - for i in xrange(100)]) + for i in range(100)]) + # Finally, some plots needed for the notes diff --git a/doc/source/images/graphene.py.diff b/doc/source/images/graphene.py.diff index d4444aff..3c689c01 100644 --- a/doc/source/images/graphene.py.diff +++ b/doc/source/images/graphene.py.diff @@ -1,6 +1,7 @@ --- original +++ modified -@@ -11,5 +11,6 @@ +@@ -10,6 +10,7 @@ + # - Application of all the aspects of tutorials 1-3 to a more complicated # lattice, namely graphene +import _defs -- GitLab