]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-101100: Fix sphinx warnings in `library/devmode.rst` (GH-109963) (#109967)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Sep 2023 14:16:01 +0000 (07:16 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 14:16:01 +0000 (17:16 +0300)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/devmode.rst
Doc/tools/.nitignore

index bc66815d57f34d5dae7c14e853467fb4c0f0a783..b3a66bf5383fdb6459ae818affcfab2d128c6989 100644 (file)
@@ -59,8 +59,9 @@ Effects of the Python Development Mode:
   ``default``.
 
 * Call :func:`faulthandler.enable` at Python startup to install handlers for
-  the :const:`SIGSEGV`, :const:`SIGFPE`, :const:`SIGABRT`, :const:`SIGBUS` and
-  :const:`SIGILL` signals to dump the Python traceback on a crash.
+  the :const:`~signal.SIGSEGV`, :const:`~signal.SIGFPE`,
+  :const:`~signal.SIGABRT`, :const:`~signal.SIGBUS` and
+  :const:`~signal.SIGILL` signals to dump the Python traceback on a crash.
 
   It behaves as if the :option:`-X faulthandler <-X>` command line option is
   used or if the :envvar:`PYTHONFAULTHANDLER` environment variable is set to
index 49566e61cdc35cc02a5877b1fa024b8640fadc31..03087476c83c8035ef99bad4e9cb0458036be8e8 100644 (file)
@@ -55,7 +55,6 @@ Doc/library/ctypes.rst
 Doc/library/datetime.rst
 Doc/library/dbm.rst
 Doc/library/decimal.rst
-Doc/library/devmode.rst
 Doc/library/difflib.rst
 Doc/library/dis.rst
 Doc/library/doctest.rst