Blob Blame History Raw
diff -Naur PyScaffold-4.1-original/docs/usage.rst PyScaffold-4.1/docs/usage.rst
--- PyScaffold-4.1-original/docs/usage.rst	2021-09-22 08:27:29.000000000 -0400
+++ PyScaffold-4.1/docs/usage.rst	2022-04-13 11:58:37.939141711 -0400
@@ -51,16 +51,6 @@
    tox -e publish -- --repository pypi  # to release your package to PyPI
    tox -av  # to list all the tasks available
 
-The following figure demonstrates the usage of ``putup`` with the new experimental
-interactive mode for setting up a simple project.
-It uses the `--cirrus` flag to add CI support (via `Cirrus CI`_), and
-tox_ to run automated project tasks like building a package file for
-distribution (or publishing).
-
-.. image:: gfx/demo.gif
-    :alt: Creating a simple package with PyScaffold
-    :target: https://asciinema.org/a/qzh5ZYKl1q5xYEnM4CHT04HdW?autoplay=1
-
 Type ``putup -h`` to learn about :ref:`other things PyScaffold can do <features>` for your project,
 and if you are not convinced yet, have a look on these :ref:`reasons to use PyScaffold <reasons>`.