Skip to content

Commit

Permalink
Merge pull request #1358 from jeanas/contents
Browse files Browse the repository at this point in the history
Remove contents directives
  • Loading branch information
pradyunsg committed Nov 6, 2023
2 parents e1adbbd + cccaa25 commit 9c3099b
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 41 deletions.
3 changes: 0 additions & 3 deletions source/discussions/deploying-python-applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Deploying Python applications
:Page Status: Incomplete
:Last Reviewed: 2021-8-24

.. contents:: Contents
:local:


Overview
========
Expand Down
3 changes: 0 additions & 3 deletions source/discussions/install-requires-vs-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
install_requires vs requirements files
======================================

.. contents:: Contents
:local:


install_requires
----------------
Expand Down
3 changes: 0 additions & 3 deletions source/guides/analyzing-pypi-package-downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ to learn more about downloads of a package (or packages) hosted on PyPI. For
example, you can use it to discover the distribution of Python versions used to
download a package.

.. contents:: Contents
:local:


Background
==========
Expand Down
2 changes: 0 additions & 2 deletions source/guides/distributing-packages-using-setuptools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Packages <setuptools:userguide/index>` in the :ref:`setuptools` docs, but note
that some advisory content there may be outdated. In the event of
conflicts, prefer the advice in the Python Packaging User Guide.

.. contents:: Contents
:local:


Requirements for packaging and distributing
Expand Down
3 changes: 0 additions & 3 deletions source/guides/index-mirrors-and-caches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Package index mirrors and caches
:Page Status: Incomplete
:Last Reviewed: 2014-12-24

.. contents:: Contents
:local:


Mirroring or caching of PyPI can be used to speed up local package installation,
allow offline work, handle corporate firewalls or just plain Internet flakiness.
Expand Down
3 changes: 0 additions & 3 deletions source/guides/installing-scientific-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
Installing scientific packages
==============================

.. contents:: Contents
:local:


Scientific software tends to have more complex dependencies than most, and
it will often have multiple build options to take advantage of different
Expand Down
3 changes: 0 additions & 3 deletions source/guides/installing-using-linux-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Installing pip/setuptools/wheel with Linux Package Managers
:Page Status: Incomplete
:Last Reviewed: 2021-07-26

.. contents:: Contents
:local:

This section covers how to install :ref:`pip`, :ref:`setuptools`, and
:ref:`wheel` using Linux package managers.

Expand Down
2 changes: 0 additions & 2 deletions source/guides/packaging-binary-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ C API for use by other software. One of the most common uses of this C API
is to create importable C extensions that allow things which aren't
always easy to achieve in pure Python code.

.. contents:: Contents
:local:

An overview of binary extensions
================================
Expand Down
3 changes: 0 additions & 3 deletions source/guides/supporting-multiple-python-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Supporting multiple Python versions
:Page Status: Obsolete
:Last Reviewed: 2014-12-24

.. contents:: Contents
:local:


::

Expand Down
3 changes: 0 additions & 3 deletions source/guides/supporting-windows-using-appveyor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ service to provide Windows support for your project. This includes testing
the code on Windows, and building Windows-targeted binaries for projects
that use C extensions.

.. contents:: Contents
:local:


Background
==========
Expand Down
3 changes: 0 additions & 3 deletions source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ This overview provides a general-purpose decision tree for reasoning
about Python's plethora of packaging options. Read on to choose the best
technology for your next project.

.. contents:: Contents
:local:

Thinking about deployment
-------------------------

Expand Down
2 changes: 0 additions & 2 deletions source/specifications/core-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ to a new format.
more relaxed formatting rules even for metadata files that are nominally
less than version 2.1.

.. contents:: Contents
:local:

.. _core-metadata-metadata-version:

Expand Down
2 changes: 0 additions & 2 deletions source/specifications/direct-url-data-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The representation of the components of this data structure as a :rfc:`1738` URL
is not formally specified at time of writing. A common representation is the pip URL
format. Other examples are provided in :pep:`440`.

.. contents:: Contents
:local:

Specification
=============
Expand Down
2 changes: 0 additions & 2 deletions source/specifications/direct-url.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ This document specifies a :file:`direct_url.json` file in the
Direct URL Origin of the distribution. The general structure and usage of
``*.dist-info`` directories is described in :ref:`recording-installed-packages`.

.. contents:: Contents
:local:

Specification
=============
Expand Down
4 changes: 0 additions & 4 deletions source/tutorials/installing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ confused with a Linux distribution, or another larger software distribution
like Python itself.


.. contents:: Contents
:local:


.. _installing_requirements:

Requirements for Installing Packages
Expand Down

0 comments on commit 9c3099b

Please sign in to comment.