From fb91d78c04bb54494d0d7afe8ea3439bf10ff807 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 23 Dec 2020 19:21:45 +0000 Subject: [PATCH] Move images --- README.rst | 6 +++--- {docs/images => images}/1.png | Bin {docs/images => images}/2.png | Bin {docs/images => images}/3.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {docs/images => images}/1.png (100%) rename {docs/images => images}/2.png (100%) rename {docs/images => images}/3.png (100%) diff --git a/README.rst b/README.rst index 0fbc1cf..e170cb5 100644 --- a/README.rst +++ b/README.rst @@ -455,7 +455,7 @@ This is enough for the test to pass. Though it just returns an empty page, it no This is how the page looks in a browser: -.. figure:: docs/images/1.png +.. figure:: images/1.png :alt: Refactor, add more assertions @@ -505,7 +505,7 @@ Now the tests will pass because we’re returning the correct text. OK (1 test, 3 assertions) -.. figure:: docs/images/2.png +.. figure:: images/2.png :alt: Getting blog posts @@ -1074,7 +1074,7 @@ Now we can inject the ``ArticleRepository`` and use it to load and render the ar In the browser, we should see our list of articles. -.. figure:: docs/images/3.png +.. figure:: images/3.png :alt: Creating a custom Post class diff --git a/docs/images/1.png b/images/1.png similarity index 100% rename from docs/images/1.png rename to images/1.png diff --git a/docs/images/2.png b/images/2.png similarity index 100% rename from docs/images/2.png rename to images/2.png diff --git a/docs/images/3.png b/images/3.png similarity index 100% rename from docs/images/3.png rename to images/3.png