@@ -32,34 +32,48 @@ happily accept any :doc:`contributions and feedback <contribute>`. 😊
3232.. _GitHub : https://github.com/pypa/packaging.python.org
3333
3434
35- Get started
36- ===========
35+ Overview
36+ ========
37+
38+ * To get an overview of packaging options for Python libraries and
39+ applications, see the :doc: `Overview of Python Packaging <overview >`
40+
41+ Tutorials
42+ =========
3743
3844Essential tools and concepts for working within the Python
39- development ecosystem are covered in our :doc: `tutorials/index ` section:
45+ development ecosystem are covered in our :doc: `tutorials/index ` section.
4046
41- * To get an overview of the flow used to publish your code, see the
42- :doc: `packaging flow <flow >`
4347* To learn how to install packages, see the
4448 :doc: `tutorial on installing packages <tutorials/installing-packages >`
4549* To learn how to manage dependencies in a version controlled project, see the
4650 :doc: `tutorial on managing application dependencies <tutorials/managing-dependencies >`
4751* To learn how to package and distribute your projects, see the
4852 :doc: `tutorial on packaging and distributing <tutorials/packaging-projects >`
49- * To get an overview of packaging options for Python libraries and
50- applications, see the :doc: `Overview of Python Packaging <overview >`
5153
52-
53- Learn more
54- ==========
55-
56- Beyond our :doc: `tutorials/index `, this guide has several other resources:
54+ Guides
55+ ======
5756
5857* The :doc: `guides/index ` section for walk throughs, such as
5958 :doc: `guides/installing-using-linux-tools ` or :doc: `guides/packaging-binary-extensions `.
59+
60+ Explanations and Discussions
61+ ============================
62+
63+ * To get an overview of the flow used to publish your code, see the
64+ :doc: `packaging flow <flow >`
6065* The :doc: `discussions/index ` section for in-depth references on topics such as
6166 :doc: `discussions/deploying-python-applications ` or :doc: `discussions/pip-vs-easy-install `.
62- * The :doc: `specifications/index ` section for packaging interoperability specifications.
6367
64- Additionally, there is a list of :doc: `other projects <key_projects >` maintained
68+ Reference
69+ =========
70+
71+ * The :doc: `specifications/index ` section for packaging interoperability specifications.
72+ * Additionally, there is a list of :doc: `other projects <key_projects >` maintained
6573by members of the Python Packaging Authority.
74+
75+ Get started
76+ ===========
77+
78+
79+
0 commit comments