From cc7ba52004440b32560f8b08412679b704097835 Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Fri, 14 Oct 2016 12:22:20 -0600 Subject: [PATCH] doc: Remove big picture image --- docs/user/big-picture-snip.rst | 8 -------- docs/user/quickstart.rst | 4 ---- docs/user/tutorial.rst | 4 ---- 3 files changed, 16 deletions(-) delete mode 100644 docs/user/big-picture-snip.rst diff --git a/docs/user/big-picture-snip.rst b/docs/user/big-picture-snip.rst deleted file mode 100644 index d186f9f..0000000 --- a/docs/user/big-picture-snip.rst +++ /dev/null @@ -1,8 +0,0 @@ -The Big Picture ---------------- - -.. image:: ../_static/img/my-web-app.gif - :alt: Falcon-based web application architecture - :width: 600 - -| diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 583e401..64930eb 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -7,10 +7,6 @@ If you haven't done so already, please take a moment to :ref:`install ` the Falcon web framework before continuing. - -.. include:: big-picture-snip.rst - - Learning by Example ------------------- diff --git a/docs/user/tutorial.rst b/docs/user/tutorial.rst index e12da10..be7d1ad 100644 --- a/docs/user/tutorial.rst +++ b/docs/user/tutorial.rst @@ -7,10 +7,6 @@ In this tutorial we'll walk through building an API for a simple image sharing service. Along the way, we'll discuss Falcon's major features and introduce the terminology used by the framework. - -.. include:: big-picture-snip.rst - - First Steps -----------