]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 27 Sep 2023 13:07:28 +0000 (16:07 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 13:07:28 +0000 (16:07 +0300)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/devmode.rst
Doc/tools/.nitignore

index 914aa45cf9cbc352031af13f86aa8b5d92a3d91b..5b8a9bd1908456541cdf1cdbf2a23f59605fc2b5 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 1dd7676eab057ed42b3f81bc1b9e3c5b211b9bd0..a5fb940b150ee8eca5f0315cc4f7848caf3d7fe7 100644 (file)
@@ -53,7 +53,6 @@ Doc/library/csv.rst
 Doc/library/datetime.rst
 Doc/library/dbm.rst
 Doc/library/decimal.rst
-Doc/library/devmode.rst
 Doc/library/difflib.rst
 Doc/library/doctest.rst
 Doc/library/email.charset.rst