diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-01-16 12:35:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 12:35:35 (GMT) |
commit | af852740862169cf3e8789a13b86a7b1d03b91db (patch) | |
tree | 844a6c442103186b635536d226fcde0a5b17d043 /Doc/tools | |
parent | d4dfad2aa9e76038302b0c5a29ebacc2723ed50d (diff) | |
download | cpython-af852740862169cf3e8789a13b86a7b1d03b91db.zip cpython-af852740862169cf3e8789a13b86a7b1d03b91db.tar.gz cpython-af852740862169cf3e8789a13b86a7b1d03b91db.tar.bz2 |
Docs: Align multiprocessing.shared_memory docs with Sphinx recommendations (#114103)
- add :class: and :mod: markups where needed
- fix incorrect escaping of a star in ShareableList arg spec
- mark up parameters with stars: *val*
- mark up list of built-in types using list markup
- remove unneeded parentheses from :meth: markups
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 314f5a8..5935d05 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -57,7 +57,6 @@ Doc/library/logging.handlers.rst Doc/library/lzma.rst Doc/library/mmap.rst Doc/library/multiprocessing.rst -Doc/library/multiprocessing.shared_memory.rst Doc/library/optparse.rst Doc/library/os.rst Doc/library/pickle.rst |