[Python-checkins] gh-91547: Remove "Undocumented modules" page (#91682)

JelleZijlstra webhook-mailer at python.org
Fri Apr 22 19:02:00 EDT 2022


https://github.com/python/cpython/commit/254aaa7981d8773658fb14795da5dec888c95f93
commit: 254aaa7981d8773658fb14795da5dec888c95f93
branch: main
author: Shantanu <12621235+hauntsaninja at users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-04-22T16:01:52-07:00
summary:

gh-91547: Remove "Undocumented modules" page (#91682)

files:
A Misc/NEWS.d/next/Documentation/2022-04-19-20-16-00.gh-issue-91547.LsNWER.rst
D Doc/library/undoc.rst
M Doc/library/index.rst

diff --git a/Doc/library/index.rst b/Doc/library/index.rst
index db8f0d9bdfb8f..7d2002b37df12 100644
--- a/Doc/library/index.rst
+++ b/Doc/library/index.rst
@@ -74,5 +74,4 @@ the `Python Package Index <https://pypi.org>`_.
    windows.rst
    unix.rst
    superseded.rst
-   undoc.rst
    security_warnings.rst
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
deleted file mode 100644
index 2444080d6b9d9..0000000000000
--- a/Doc/library/undoc.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-.. _undoc:
-
-********************
-Undocumented Modules
-********************
-
-Here's a quick listing of modules that are currently undocumented, but that
-should be documented.  Feel free to contribute documentation for them!  (Send
-via email to docs at python.org.)
-
-The idea and original contents for this chapter were taken from a posting by
-Fredrik Lundh; the specific contents of this chapter have been substantially
-revised.
-
-
-Platform specific modules
-=========================
-
-These modules are used to implement the :mod:`os.path` module, and are not
-documented beyond this mention.  There's little need to document these.
-
-:mod:`ntpath`
-   --- Implementation of :mod:`os.path` on Win32 and Win64 platforms.
-
-:mod:`posixpath`
-   --- Implementation of :mod:`os.path` on POSIX.
diff --git a/Misc/NEWS.d/next/Documentation/2022-04-19-20-16-00.gh-issue-91547.LsNWER.rst b/Misc/NEWS.d/next/Documentation/2022-04-19-20-16-00.gh-issue-91547.LsNWER.rst
new file mode 100644
index 0000000000000..95b34cb2fac1f
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2022-04-19-20-16-00.gh-issue-91547.LsNWER.rst
@@ -0,0 +1 @@
+Remove "Undocumented modules" page.



More information about the Python-checkins mailing list