Skip to content

Commit 7773243

Browse files
committed
Add a document heirarchy for presenting guides
This makes their presentation in the sidebar easier to navigate.
1 parent bbd1cd2 commit 7773243

File tree

4 files changed

+42
-34
lines changed

4 files changed

+42
-34
lines changed

source/guides/index.rst

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,10 @@ already familiar with the basics of Python packaging. If you're looking for an
66
introduction to packaging, see :doc:`/tutorials/index`.
77

88
.. toctree::
9-
:maxdepth: 1
10-
:caption: Installing Packages:
11-
12-
installing-using-pip-and-virtual-environments
13-
installing-using-virtualenv
14-
installing-stand-alone-command-line-tools
15-
installing-using-linux-tools
16-
installing-scientific-packages
17-
18-
.. toctree::
19-
:maxdepth: 1
20-
:caption: Building and Publishing Projects:
21-
22-
distributing-packages-using-setuptools
23-
using-manifest-in
24-
single-sourcing-package-version
25-
dropping-older-python-versions
26-
packaging-binary-extensions
27-
packaging-namespace-packages
28-
creating-and-discovering-plugins
29-
using-testpypi
30-
making-a-pypi-friendly-readme
31-
publishing-package-distribution-releases-using-github-actions-ci-cd-workflows
32-
33-
.. toctree::
34-
:maxdepth: 1
35-
:caption: Hosting
36-
37-
index-mirrors-and-caches
38-
hosting-your-own-index
39-
40-
.. toctree::
41-
:maxdepth: 1
42-
:caption: Miscellaneous:
9+
:titlesonly:
4310

11+
section-install
12+
section-build-and-publish
13+
section-hosting
4414
tool-recommendations
4515
analyzing-pypi-package-downloads
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
=======================
2+
Building and Publishing
3+
=======================
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
distributing-packages-using-setuptools
9+
using-manifest-in
10+
single-sourcing-package-version
11+
dropping-older-python-versions
12+
packaging-binary-extensions
13+
packaging-namespace-packages
14+
creating-and-discovering-plugins
15+
using-testpypi
16+
making-a-pypi-friendly-readme
17+
publishing-package-distribution-releases-using-github-actions-ci-cd-workflows

source/guides/section-hosting.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
=======
2+
Hosting
3+
=======
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
index-mirrors-and-caches
9+
hosting-your-own-index

source/guides/section-install.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
============
2+
Installation
3+
============
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
installing-using-pip-and-virtual-environments
9+
installing-using-virtualenv
10+
installing-stand-alone-command-line-tools
11+
installing-using-linux-tools
12+
installing-scientific-packages

0 commit comments

Comments
 (0)