Skip to content

Commit 3f972e3

Browse files
authored
chore: remove obsolete pages from the ToC (#1094)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 24e37cc commit 3f972e3

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

source/guides/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ introduction to packaging, see :doc:`/tutorials/index`.
1313
installing-stand-alone-command-line-tools
1414
installing-using-linux-tools
1515
installing-scientific-packages
16-
multi-version-installs
1716
index-mirrors-and-caches
1817
hosting-your-own-index
1918

@@ -24,13 +23,10 @@ introduction to packaging, see :doc:`/tutorials/index`.
2423
distributing-packages-using-setuptools
2524
using-manifest-in
2625
single-sourcing-package-version
27-
supporting-multiple-python-versions
2826
dropping-older-python-versions
2927
packaging-binary-extensions
30-
supporting-windows-using-appveyor
3128
packaging-namespace-packages
3229
creating-and-discovering-plugins
33-
migrating-to-pypi-org
3430
using-testpypi
3531
making-a-pypi-friendly-readme
3632
publishing-package-distribution-releases-using-github-actions-ci-cd-workflows

source/guides/migrating-to-pypi-org.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
:orphan:
2+
13
.. _`Migrating to PyPI.org`:
24

35
Migrating to PyPI.org
46
=====================
57

8+
:Page Status: Obsolete
9+
610
:term:`pypi.org` is the new, rewritten version of PyPI that has replaced the
711
legacy PyPI code base. It is the default version of PyPI that people are
812
expected to use. These are the tools and processes that people will need to

source/guides/multi-version-installs.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
:orphan:
12

23
.. _`Multi-version installs`:
34

45
Multi-version installs
56
======================
67

8+
:Page Status: Obsolete
9+
710

811
easy_install allows simultaneous installation of different versions of the same
912
project into a single environment shared by multiple programs which must

source/guides/supporting-multiple-python-versions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
:orphan:
2+
13
.. _`Supporting multiple Python versions`:
24

35
===================================
46
Supporting multiple Python versions
57
===================================
68

7-
:Page Status: Incomplete
9+
:Page Status: Obsolete
810
:Last Reviewed: 2014-12-24
911

1012
.. contents:: Contents

source/guides/supporting-windows-using-appveyor.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
:orphan:
2+
13
=================================
24
Supporting Windows using Appveyor
35
=================================
46

5-
:Page Status: Incomplete
7+
:Page Status: Obsolete
68
:Last Reviewed: 2015-12-03
79

810
This section covers how to use the free `Appveyor`_ continuous integration

0 commit comments

Comments
 (0)