From d0e35135a0f7f5b8307b17c44115ba0564df788f Mon Sep 17 00:00:00 2001 From: Frank Anderson Date: Fri, 8 Feb 2019 14:35:00 -0800 Subject: [PATCH 1/2] Update index.rst Fix for #3499 --- docs/index.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a832ee8e..f42cc684 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,10 +26,12 @@ It automatically creates and manages a virtualenv for your projects, as well as Pipenv is primarily meant to provide users and developers of applications with an easy method to setup a working environment. For the distinction between libraries and applications and the usage of ``setup.py`` vs ``Pipfile`` to define dependencies, see :ref:`pipfile-vs-setuppy`. -.. raw:: html - - - +.. image:: https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif + :height: 341px + :width: 654px + :scale: 100 % + :alt: a short animation of pipenv at work + The problems that Pipenv seeks to solve are multi-faceted: - You no longer need to use ``pip`` and ``virtualenv`` separately. They work together. From bdf147031792a9687566f2487655ccd3f5120231 Mon Sep 17 00:00:00 2001 From: Frank Anderson Date: Fri, 8 Feb 2019 14:45:59 -0800 Subject: [PATCH 2/2] Create 3499.docs.rst --- news/3499.docs.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/3499.docs.rst diff --git a/news/3499.docs.rst b/news/3499.docs.rst new file mode 100644 index 00000000..d98b0f15 --- /dev/null +++ b/news/3499.docs.rst @@ -0,0 +1 @@ +Replace (non-existant) video on docs index.rst with equivalent gif.