File tree Expand file tree Collapse file tree 4 files changed +42
-34
lines changed Expand file tree Collapse file tree 4 files changed +42
-34
lines changed Original file line number Diff line number Diff line change @@ -6,40 +6,10 @@ already familiar with the basics of Python packaging. If you're looking for an
6
6
introduction to packaging, see :doc: `/tutorials/index `.
7
7
8
8
.. 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:
43
10
11
+ section-install
12
+ section-build-and-publish
13
+ section-hosting
44
14
tool-recommendations
45
15
analyzing-pypi-package-downloads
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ =======
2
+ Hosting
3
+ =======
4
+
5
+ .. toctree ::
6
+ :titlesonly:
7
+
8
+ index-mirrors-and-caches
9
+ hosting-your-own-index
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments