Skip to content

Commit 4bbc74c

Browse files
committed
Improve sidebar presentation in specifications section
1 parent a918470 commit 4bbc74c

File tree

5 files changed

+47
-45
lines changed

5 files changed

+47
-45
lines changed

source/specifications/index.rst

Lines changed: 4 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,50 +8,9 @@ by the Python Packaging Authority. The process for updating these standards,
88
and for proposing new ones, is documented on
99
`pypa.io <https://www.pypa.io/en/latest/specifications/>`__.
1010

11-
12-
Package Distribution Metadata
13-
-----------------------------
14-
15-
.. toctree::
16-
:maxdepth: 1
17-
18-
name-normalization
19-
core-metadata
20-
version-specifiers
21-
dependency-specifiers
22-
declaring-build-dependencies
23-
declaring-project-metadata
24-
inline-script-metadata
25-
platform-compatibility-tags
26-
27-
Package Installation Environment Metadata
28-
-----------------------------------------
29-
30-
.. toctree::
31-
:maxdepth: 1
32-
33-
recording-installed-packages
34-
entry-points
35-
direct-url
36-
direct-url-data-structure
37-
virtual-environments
38-
externally-managed-environments
39-
40-
Package Distribution File Formats
41-
---------------------------------
42-
43-
.. toctree::
44-
:maxdepth: 1
45-
46-
source-distribution-format
47-
binary-distribution-format
48-
49-
50-
Package Index Interfaces
51-
------------------------
52-
5311
.. toctree::
54-
:maxdepth: 1
5512

56-
pypirc
57-
simple-repository-api
13+
section-distribution-metadata
14+
section-installation-metadata
15+
section-distribution-formats
16+
section-package-indices
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
=================================
2+
Package Distribution File Formats
3+
=================================
4+
5+
.. toctree::
6+
7+
source-distribution-format
8+
binary-distribution-format
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
=============================
2+
Package Distribution Metadata
3+
=============================
4+
5+
.. toctree::
6+
7+
name-normalization
8+
core-metadata
9+
version-specifiers
10+
dependency-specifiers
11+
declaring-build-dependencies
12+
declaring-project-metadata
13+
inline-script-metadata
14+
platform-compatibility-tags
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=============================
2+
Package Installation Metadata
3+
=============================
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
recording-installed-packages
9+
entry-points
10+
direct-url
11+
direct-url-data-structure
12+
virtual-environments
13+
externally-managed-environments
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
========================
2+
Package Index Interfaces
3+
========================
4+
5+
.. toctree::
6+
7+
pypirc
8+
simple-repository-api

0 commit comments

Comments
 (0)