diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-18 13:26:05 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-18 13:26:05 -0400 |
| commit | 109bde8883ed07092443ae51fe1f5fe732300a13 (patch) | |
| tree | cbb9dd24ee59270611bc49b65c4a453ba19da701 | |
| parent | 466219b7772060903654bd6e1e3047569aeacf60 (diff) | |
| download | python-setuptools-git-109bde8883ed07092443ae51fe1f5fe732300a13.tar.gz | |
Move distutils docs into 'deprecated' section and link them from that section.
| -rw-r--r-- | docs/deprecated/distutils/_setuptools_disclaimer.rst (renamed from docs/distutils/_setuptools_disclaimer.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/apiref.rst (renamed from docs/distutils/apiref.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/builtdist.rst (renamed from docs/distutils/builtdist.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/commandref.rst (renamed from docs/distutils/commandref.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/configfile.rst (renamed from docs/distutils/configfile.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/examples.rst (renamed from docs/distutils/examples.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/extending.rst (renamed from docs/distutils/extending.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/index.rst (renamed from docs/distutils/index.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/introduction.rst (renamed from docs/distutils/introduction.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/packageindex.rst (renamed from docs/distutils/packageindex.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/setupscript.rst (renamed from docs/distutils/setupscript.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/sourcedist.rst (renamed from docs/distutils/sourcedist.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/distutils/uploading.rst (renamed from docs/distutils/uploading.rst) | 0 | ||||
| -rw-r--r-- | docs/deprecated/index.rst | 1 |
14 files changed, 1 insertions, 0 deletions
diff --git a/docs/distutils/_setuptools_disclaimer.rst b/docs/deprecated/distutils/_setuptools_disclaimer.rst index cc758583..cc758583 100644 --- a/docs/distutils/_setuptools_disclaimer.rst +++ b/docs/deprecated/distutils/_setuptools_disclaimer.rst diff --git a/docs/distutils/apiref.rst b/docs/deprecated/distutils/apiref.rst index b14197c2..b14197c2 100644 --- a/docs/distutils/apiref.rst +++ b/docs/deprecated/distutils/apiref.rst diff --git a/docs/distutils/builtdist.rst b/docs/deprecated/distutils/builtdist.rst index e032c03e..e032c03e 100644 --- a/docs/distutils/builtdist.rst +++ b/docs/deprecated/distutils/builtdist.rst diff --git a/docs/distutils/commandref.rst b/docs/deprecated/distutils/commandref.rst index 0f6fe2ab..0f6fe2ab 100644 --- a/docs/distutils/commandref.rst +++ b/docs/deprecated/distutils/commandref.rst diff --git a/docs/distutils/configfile.rst b/docs/deprecated/distutils/configfile.rst index 2a5c8329..2a5c8329 100644 --- a/docs/distutils/configfile.rst +++ b/docs/deprecated/distutils/configfile.rst diff --git a/docs/distutils/examples.rst b/docs/deprecated/distutils/examples.rst index e492b7f6..e492b7f6 100644 --- a/docs/distutils/examples.rst +++ b/docs/deprecated/distutils/examples.rst diff --git a/docs/distutils/extending.rst b/docs/deprecated/distutils/extending.rst index 1075e817..1075e817 100644 --- a/docs/distutils/extending.rst +++ b/docs/deprecated/distutils/extending.rst diff --git a/docs/distutils/index.rst b/docs/deprecated/distutils/index.rst index 1f72a255..1f72a255 100644 --- a/docs/distutils/index.rst +++ b/docs/deprecated/distutils/index.rst diff --git a/docs/distutils/introduction.rst b/docs/deprecated/distutils/introduction.rst index 1f8a560e..1f8a560e 100644 --- a/docs/distutils/introduction.rst +++ b/docs/deprecated/distutils/introduction.rst diff --git a/docs/distutils/packageindex.rst b/docs/deprecated/distutils/packageindex.rst index ccb9a598..ccb9a598 100644 --- a/docs/distutils/packageindex.rst +++ b/docs/deprecated/distutils/packageindex.rst diff --git a/docs/distutils/setupscript.rst b/docs/deprecated/distutils/setupscript.rst index 4386a60b..4386a60b 100644 --- a/docs/distutils/setupscript.rst +++ b/docs/deprecated/distutils/setupscript.rst diff --git a/docs/distutils/sourcedist.rst b/docs/deprecated/distutils/sourcedist.rst index 0600663d..0600663d 100644 --- a/docs/distutils/sourcedist.rst +++ b/docs/deprecated/distutils/sourcedist.rst diff --git a/docs/distutils/uploading.rst b/docs/deprecated/distutils/uploading.rst index 4c391cab..4c391cab 100644 --- a/docs/distutils/uploading.rst +++ b/docs/deprecated/distutils/uploading.rst diff --git a/docs/deprecated/index.rst b/docs/deprecated/index.rst index ca80767a..ce2ac006 100644 --- a/docs/deprecated/index.rst +++ b/docs/deprecated/index.rst @@ -16,5 +16,6 @@ objectives. python3 python_eggs easy_install + distutils/index distutils-legacy functionalities |
