@@ -32,34 +32,48 @@ happily accept any :doc:`contributions and feedback <contribute>`. 😊
32
32
.. _GitHub : https://github.com/pypa/packaging.python.org
33
33
34
34
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
+ =========
37
43
38
44
Essential 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.
40
46
41
- * To get an overview of the flow used to publish your code, see the
42
- :doc: `packaging flow <flow >`
43
47
* To learn how to install packages, see the
44
48
:doc: `tutorial on installing packages <tutorials/installing-packages >`
45
49
* To learn how to manage dependencies in a version controlled project, see the
46
50
:doc: `tutorial on managing application dependencies <tutorials/managing-dependencies >`
47
51
* To learn how to package and distribute your projects, see the
48
52
: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 >`
51
53
52
-
53
- Learn more
54
- ==========
55
-
56
- Beyond our :doc: `tutorials/index `, this guide has several other resources:
54
+ Guides
55
+ ======
57
56
58
57
* The :doc: `guides/index ` section for walk throughs, such as
59
58
: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 >`
60
65
* The :doc: `discussions/index ` section for in-depth references on topics such as
61
66
:doc: `discussions/deploying-python-applications ` or :doc: `discussions/pip-vs-easy-install `.
62
- * The :doc: `specifications/index ` section for packaging interoperability specifications.
63
67
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
65
73
by members of the Python Packaging Authority.
74
+
75
+ Get started
76
+ ===========
77
+
78
+
79
+
0 commit comments