Skip to content

Commit d8c125b

Browse files
committed
Organize index of guides into 3 categories
Split the toctree of guides into three broad categories: - Installing Packages - Includes guides for installing and managing dependencies. - Building and Publishing Projects - Includes guides for project configuration, distribution - Miscellaneous - Guides that do not clearly fit into any of the above This commit primarily affects the Guides index page; it does not create nested lists for each category in the sidebar.
1 parent a66d18c commit d8c125b

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

source/guides/index.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ introduction to packaging, see :doc:`/tutorials/index`.
77

88
.. toctree::
99
:maxdepth: 1
10+
:caption: Installing Packages:
1011

11-
tool-recommendations
1212
installing-using-pip-and-virtual-environments
1313
installing-stand-alone-command-line-tools
1414
installing-using-linux-tools
1515
installing-scientific-packages
1616
multi-version-installs
17+
18+
.. toctree::
19+
:maxdepth: 1
20+
:caption: Building and Publishing Projects:
21+
1722
distributing-packages-using-setuptools
1823
using-manifest-in
1924
single-sourcing-package-version
@@ -23,10 +28,16 @@ introduction to packaging, see :doc:`/tutorials/index`.
2328
supporting-windows-using-appveyor
2429
packaging-namespace-packages
2530
creating-and-discovering-plugins
26-
analyzing-pypi-package-downloads
27-
index-mirrors-and-caches
28-
hosting-your-own-index
2931
migrating-to-pypi-org
3032
using-testpypi
3133
making-a-pypi-friendly-readme
3234
publishing-package-distribution-releases-using-github-actions-ci-cd-workflows
35+
36+
.. toctree::
37+
:maxdepth: 1
38+
:caption: Miscellaneous:
39+
40+
tool-recommendations
41+
analyzing-pypi-package-downloads
42+
index-mirrors-and-caches
43+
hosting-your-own-index

0 commit comments

Comments
 (0)