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
==========

source/overview.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ This overview provides a general-purpose decision tree for reasoning
1919
about Python's plethora of packaging options. Read on to choose the best
2020
technology for your next project.
2121

22-
.. contents:: Contents
23-
:local:
24-
2522
Thinking about deployment
2623
-------------------------
2724

source/specifications/core-metadata.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ to a new format.
3737
more relaxed formatting rules even for metadata files that are nominally
3838
less than version 2.1.
3939

40-
.. contents:: Contents
41-
:local:
4240

4341
.. _core-metadata-metadata-version:
4442

source/specifications/direct-url-data-structure.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ The representation of the components of this data structure as a :rfc:`1738` URL
1313
is not formally specified at time of writing. A common representation is the pip URL
1414
format. Other examples are provided in :pep:`440`.
1515

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

1917
Specification
2018
=============

source/specifications/direct-url.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ This document specifies a :file:`direct_url.json` file in the
1010
Direct URL Origin of the distribution. The general structure and usage of
1111
``*.dist-info`` directories is described in :ref:`recording-installed-packages`.
1212

13-
.. contents:: Contents
14-
:local:
1513

1614
Specification
1715
=============

source/tutorials/installing-packages.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ confused with a Linux distribution, or another larger software distribution
1818
like Python itself.
1919

2020

21-
.. contents:: Contents
22-
:local:
23-
24-
2521
.. _installing_requirements:
2622

2723
Requirements for Installing Packages

0 commit comments

Comments
 (0)