From f0642e501b772c2da06314967b1619cee8f54952 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Mon, 13 Aug 2018 17:33:56 -0400 Subject: [PATCH] Move the Overview to a task based lead in along with the others --- source/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/index.rst b/source/index.rst index 0000c79ed..694ccf5ff 100644 --- a/source/index.rst +++ b/source/index.rst @@ -33,8 +33,6 @@ happily accept any :doc:`contributions and feedback `. 😊 Get started =========== -Thinking about shipping a new Python library or application? Start with :doc:`overview`. - Essential tools and concepts for working within the Python development ecosystem are covered in our :doc:`tutorials/index` section: @@ -44,6 +42,9 @@ development ecosystem are covered in our :doc:`tutorials/index` section: :doc:`tutorial on managing application dependencies `. * to learn how to package and distribute your projects, see the :doc:`tutorial on packaging and distributing ` +* to get an overview of Python's packaging options, see the + :doc:`Overview of Python Packaging `. + Learn more ==========