diff --git a/docs/_static/pipenv-animation.gif b/docs/_static/pipenv-animation.gif deleted file mode 100644 index 2d5bcd32..00000000 Binary files a/docs/_static/pipenv-animation.gif and /dev/null differ diff --git a/docs/advanced.rst b/docs/advanced.rst index 4fab3b1f..9efb798e 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -379,6 +379,7 @@ Commands that expect arguments will also work. For example: .. code-block:: toml + [scripts] echospam = "echo I am really a very silly example" diff --git a/docs/index.rst b/docs/index.rst index ead60352..ce7f582a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ 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`. -.. image:: /_static/pipenv-animation.gif +.. image:: https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif :height: 341px :width: 654px :scale: 100 %