diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-08-20 11:09:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 11:09:33 (GMT) |
commit | 29fa7afef94d74e18d97485c085d1ccf80c16ca3 (patch) | |
tree | be84184f6761075d72f70dc07f2129a39ffae6c9 /Doc/tools | |
parent | beffb30dc7a07044f4198245d049ddda1f4b24db (diff) | |
download | cpython-29fa7afef94d74e18d97485c085d1ccf80c16ca3.zip cpython-29fa7afef94d74e18d97485c085d1ccf80c16ca3.tar.gz cpython-29fa7afef94d74e18d97485c085d1ccf80c16ca3.tar.bz2 |
Docs: Fix Sphinx warnings in sys.rst (#108106)
- 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')
-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 654287c..622237e 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -127,7 +127,6 @@ Doc/library/ssl.rst Doc/library/stdtypes.rst Doc/library/string.rst Doc/library/subprocess.rst -Doc/library/sys.rst Doc/library/sys_path_init.rst Doc/library/syslog.rst Doc/library/tarfile.rst |