You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move tutorials links into bullet points to help them stand out
- add a link to the Tutorials overview from the Get Started section
- use "the <thing>" section in a few places where just saying "<thing>"
results in some slightly awkward phrasing
Copy file name to clipboardExpand all lines: source/index.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,18 @@ happily accept any :doc:`contributions and feedback <contribute>`. 😊
28
28
Get started
29
29
===========
30
30
31
-
If you want to learn how to install packages, see the :doc:`tutorial on installing packages <tutorials/installing-packages>`.
31
+
Essential tools and concepts for working with the Python packaging ecosystem are covered in our :doc:`tutorials/index` section:
32
32
33
-
If you want to learn how to package and distribute your projects, see the :doc:`tutorial on packaging and distributing <tutorials/distributing-packages>`
33
+
* to learn how to install packages, see the :doc:`tutorial on installing packages <tutorials/installing-packages>`.
34
+
* to learn how to package and distribute your projects, see the :doc:`tutorial on packaging and distributing <tutorials/distributing-packages>`
34
35
35
36
Learn more
36
37
==========
37
38
38
39
Beyond our :doc:`tutorials/index`, this guide has several other resources:
39
40
40
-
* :doc:`guides/index` for walk throughs, such as :doc:`guides/installing-using-linux-tools` or :doc:`guides/packaging-binary-extensions`
41
-
* :doc:`discussions/index` for in-depth references on topics such as :doc:`discussions/deploying-python-applications` or :doc:`discussions/pip-vs-easy-install`
42
-
* :doc:`specifications/index` for packaging interoperability specifications
41
+
* the :doc:`guides/index` section for walk throughs, such as :doc:`guides/installing-using-linux-tools` or :doc:`guides/packaging-binary-extensions`
42
+
* the :doc:`discussions/index` section for in-depth references on topics such as :doc:`discussions/deploying-python-applications` or :doc:`discussions/pip-vs-easy-install`
43
+
* the :doc:`specifications/index` section for packaging interoperability specifications
43
44
44
45
Additionally, there is a list of :doc:`other projects <key_projects>` maintained by members of the Python Packaging Authority.
0 commit comments