Skip to content

Commit 49cbf4f

Browse files
authored
Adjust landing page layout (pypa#327)
- 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
1 parent 78c0d91 commit 49cbf4f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@ happily accept any :doc:`contributions and feedback <contribute>`. 😊
2828
Get started
2929
===========
3030

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:
3232

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>`
3435

3536
Learn more
3637
==========
3738

3839
Beyond our :doc:`tutorials/index`, this guide has several other resources:
3940

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
4344

4445
Additionally, there is a list of :doc:`other projects <key_projects>` maintained by members of the Python Packaging Authority.

0 commit comments

Comments
 (0)