Skip to content

[3.12] Docs: Fix Sphinx warnings in license.rst (GH-108142) #108167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ the verbatim comments from the original code::
Sockets
-------

The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and
:func:`getnameinfo`, which are coded in separate source files from the WIDE
The :mod:`socket` module uses the functions, :c:func:`!getaddrinfo`, and
:c:func:`!getnameinfo`, which are coded in separate source files from the WIDE
Project, https://www.wide.ad.jp/. ::

Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -387,7 +387,7 @@ Project, https://www.wide.ad.jp/. ::
Asynchronous socket services
----------------------------

The :mod:`test.support.asynchat` and :mod:`test.support.asyncore`
The :mod:`!test.support.asynchat` and :mod:`!test.support.asyncore`
modules contain the following notice::

Copyright 1996 by Sam Rushing
Expand Down Expand Up @@ -539,7 +539,7 @@ The :mod:`xmlrpc.client` module contains the following notice::
test_epoll
----------

The :mod:`test_epoll` module contains the following notice::
The :mod:`!test.test_epoll` module contains the following notice::

Copyright (c) 2001-2006 Twisted Matrix Laboratories.

Expand Down Expand Up @@ -844,7 +844,7 @@ and later releases derived from that, the Apache License v2 applies::
expat
-----

The :mod:`pyexpat` extension is built using an included copy of the expat
The :mod:`pyexpat <xml.parsers.expat>` extension is built using an included copy of the expat
sources unless the build is configured ``--with-system-expat``::

Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
Expand Down
1 change: 0 additions & 1 deletion Doc/tools/.nitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ Doc/library/xml.sax.rst
Doc/library/xmlrpc.client.rst
Doc/library/xmlrpc.server.rst
Doc/library/zlib.rst
Doc/license.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/expressions.rst
Expand Down