diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-08-20 21:08:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 21:08:39 (GMT) |
commit | 399825ed26e0a1873082348f911f34106fc72973 (patch) | |
tree | 954733bd65cf856462ead7f5bce1584786ef1fd5 /Doc/tools/.nitignore | |
parent | fa6cd7f43f3f8ce9b31051b30438549b2c6bc255 (diff) | |
download | cpython-399825ed26e0a1873082348f911f34106fc72973.zip cpython-399825ed26e0a1873082348f911f34106fc72973.tar.gz cpython-399825ed26e0a1873082348f911f34106fc72973.tar.bz2 |
[3.12] Docs: Fix Sphinx warnings in sys.rst (#108106) (#108178)
(cherry picked from commit 29fa7afef94d74e18d97485c085d1ccf80c16ca3)
- Mark up named tuple attributes as attributes
- Remove links for external functions
- io.BufferedIOBase has no 'buffer' attribute;
remove the link and mark up using :attr:`!buffer`
- (Re)format some tables as bullet lists:
- sys._emscripten_info
- sys.hash_info
- sys.int_info
- sys.thread_info
- In the paragraphs mentioning 'f_trace_lines' and 'f_trace_opcodes',
add links to the frame objects reference.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/tools/.nitignore')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 4dc8bd9..ba976bc 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -136,7 +136,6 @@ Doc/library/stdtypes.rst Doc/library/string.rst Doc/library/subprocess.rst Doc/library/sunau.rst -Doc/library/sys.rst Doc/library/sys_path_init.rst Doc/library/syslog.rst Doc/library/tarfile.rst |