Skip to content

Commit 9c3099b

Browse files
authored
Merge pull request #1358 from jeanas/contents
Remove contents directives
2 parents e1adbbd + cccaa25 commit 9c3099b

15 files changed

+0
-41
lines changed

source/discussions/deploying-python-applications.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Deploying Python applications
66
:Page Status: Incomplete
77
:Last Reviewed: 2021-8-24
88

9-
.. contents:: Contents
10-
:local:
11-
129

1310
Overview
1411
========

source/discussions/install-requires-vs-requirements.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
install_requires vs requirements files
55
======================================
66

7-
.. contents:: Contents
8-
:local:
9-
107

118
install_requires
129
----------------

source/guides/analyzing-pypi-package-downloads.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ to learn more about downloads of a package (or packages) hosted on PyPI. For
77
example, you can use it to discover the distribution of Python versions used to
88
download a package.
99

10-
.. contents:: Contents
11-
:local:
12-
1310

1411
Background
1512
==========

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Packages <setuptools:userguide/index>` in the :ref:`setuptools` docs, but note
1919
that some advisory content there may be outdated. In the event of
2020
conflicts, prefer the advice in the Python Packaging User Guide.
2121

22-
.. contents:: Contents
23-
:local:
2422

2523

2624
Requirements for packaging and distributing

source/guides/index-mirrors-and-caches.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Package index mirrors and caches
77
:Page Status: Incomplete
88
:Last Reviewed: 2014-12-24
99

10-
.. contents:: Contents
11-
:local:
12-
1310

1411
Mirroring or caching of PyPI can be used to speed up local package installation,
1512
allow offline work, handle corporate firewalls or just plain Internet flakiness.

source/guides/installing-scientific-packages.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Installing scientific packages
55
==============================
66

7-
.. contents:: Contents
8-
:local:
9-
107

118
Scientific software tends to have more complex dependencies than most, and
129
it will often have multiple build options to take advantage of different

source/guides/installing-using-linux-tools.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Installing pip/setuptools/wheel with Linux Package Managers
77
:Page Status: Incomplete
88
:Last Reviewed: 2021-07-26
99

10-
.. contents:: Contents
11-
:local:
12-
1310
This section covers how to install :ref:`pip`, :ref:`setuptools`, and
1411
:ref:`wheel` using Linux package managers.
1512

source/guides/packaging-binary-extensions.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ C API for use by other software. One of the most common uses of this C API
1313
is to create importable C extensions that allow things which aren't
1414
always easy to achieve in pure Python code.
1515

16-
.. contents:: Contents
17-
:local:
1816

1917
An overview of binary extensions
2018
================================

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Supporting multiple Python versions
99
:Page Status: Obsolete
1010
:Last Reviewed: 2014-12-24
1111

12-
.. contents:: Contents
13-
:local:
14-
1512

1613
::
1714

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ service to provide Windows support for your project. This includes testing
1212
the code on Windows, and building Windows-targeted binaries for projects
1313
that use C extensions.
1414

15-
.. contents:: Contents
16-
:local:
17-
1815

1916
Background
2017
==========

0 commit comments

Comments
 (0)