aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBastian Venthur <venthur@debian.org>2019-05-18 12:59:56 +0200
committerBastian Venthur <venthur@debian.org>2019-05-18 12:59:56 +0200
commit4786eb4053e1eac5cbf869b290a90436a9cfe347 (patch)
treebeb29004381219a1153cf18063354ab504555529 /docs
parent4521d88caac6a68a1baf55c401589f8ce7b04243 (diff)
downloadexternal_python_setuptools-4786eb4053e1eac5cbf869b290a90436a9cfe347.tar.gz
external_python_setuptools-4786eb4053e1eac5cbf869b290a90436a9cfe347.tar.bz2
external_python_setuptools-4786eb4053e1eac5cbf869b290a90436a9cfe347.zip
Made keywords a subpage (via include directive) maintaining the old
structure
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt1
-rw-r--r--docs/keywords.txt10
-rw-r--r--docs/setuptools.txt7
3 files changed, 5 insertions, 13 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 60c4f331..13a46e74 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -17,7 +17,6 @@ Documentation content:
:maxdepth: 2
setuptools
- keywords
pkg_resources
python3
development
diff --git a/docs/keywords.txt b/docs/keywords.txt
index 5086bcf1..cbaf7ae9 100644
--- a/docs/keywords.txt
+++ b/docs/keywords.txt
@@ -1,13 +1,3 @@
-.. _Supported setup() Keywords:
-
-==============================
-Supported ``setup()`` Keywords
-==============================
-
-The following keyword arguments to ``setup()`` are supported by ``setuptools``.
-Some of them are optional; you do not have to supply them unless you need the
-associated ``setuptools`` feature.
-
``name``
A string specifying the name of the package.
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 4ddc2b7a..ae85b8f5 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -242,8 +242,11 @@ pre- or post-release tags. See the following sections for more details:
New and Changed ``setup()`` Keywords
====================================
-The keywords supported by setuptools can be found in :ref:`Supported setup()
-Keywords`
+The following keyword arguments to ``setup()`` are supported by ``setuptools``.
+Some of them are optional; you do not have to supply them unless you need the
+associated ``setuptools`` feature.
+
+.. include:: keywords.txt
Using ``find_packages()``