diff options
author | Ratin_Kumar <ratin.kumar.2k@gmail.com> | 2019-02-26 20:55:00 +0530 |
---|---|---|
committer | Paul Ganssle <pganssle@users.noreply.github.com> | 2019-02-26 09:25:00 -0600 |
commit | 0483cca44855280d25e7798680bb520da8923e16 (patch) | |
tree | e6fb4b8f102d665d94062a2252cbe259d21f674a | |
parent | 702f2d9127adc6fb6922a2c164b0a9a2856f203a (diff) | |
download | external_python_setuptools-0483cca44855280d25e7798680bb520da8923e16.tar.gz external_python_setuptools-0483cca44855280d25e7798680bb520da8923e16.tar.bz2 external_python_setuptools-0483cca44855280d25e7798680bb520da8923e16.zip |
Remove unwritten sections of the documentation (#1705)
These sections of the documentation were never written, and refer to deprecated functionality anyway, so they can be removed.
-rw-r--r-- | changelog.d/1705.doc.rst | 1 | ||||
-rw-r--r-- | docs/setuptools.txt | 36 |
2 files changed, 1 insertions, 36 deletions
diff --git a/changelog.d/1705.doc.rst b/changelog.d/1705.doc.rst new file mode 100644 index 00000000..a2ce9c2b --- /dev/null +++ b/changelog.d/1705.doc.rst @@ -0,0 +1 @@ +Removed some placeholder documentation sections referring to deprecated features. diff --git a/docs/setuptools.txt b/docs/setuptools.txt index a4e05d75..64b385cb 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2679,42 +2679,6 @@ A few important points for writing revision control file finders: inform the user of the missing program(s). -Subclassing ``Command`` ------------------------ - -Sorry, this section isn't written yet, and neither is a lot of what's below -this point. - -XXX - - -Reusing ``setuptools`` Code -=========================== - -``ez_setup`` ------------- - -XXX - - -``setuptools.archive_util`` ---------------------------- - -XXX - - -``setuptools.sandbox`` ----------------------- - -XXX - - -``setuptools.package_index`` ----------------------------- - -XXX - - Mailing List and Bug Tracker ============================ |