[issue46884] [doc] msilib.rst uses data directive to document modules
New submission from Martin Fischer <martin@push-f.com>: As per [1] the py:data directive describes data in a module. It should not be used for submodules, that's what the module directive is for. A side-effect that this is causing is that msilib.schema, msilib.sequence and msilib.text do not show up in the Python Module Index[2] as they should. [1]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html [2]: file:///home/martin/repos-contrib/cpython/Doc/build/html/py-modindex.html#cap-m ---------- assignee: docs@python components: Documentation messages: 414209 nosy: docs@python, push-f priority: normal severity: normal status: open title: [doc] msilib.rst uses data directive to document modules type: enhancement versions: Python 3.10, Python 3.11, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue46884> _______________________________________
Change by Martin Fischer <martin@push-f.com>: ---------- keywords: +patch pull_requests: +29744 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31620 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue46884> _______________________________________
Martin Fischer <martin@push-f.com> added the comment: ([2] was meant to be an online link: https://docs.python.org/3.9/py-modindex.html#cap-m) ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue46884> _______________________________________
Irit Katriel <iritkatriel@gmail.com> added the comment: msilib is deprecated as per PEP 594, so there won't be further enhancements to it. ---------- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue46884> _______________________________________
participants (2)
-
Irit Katriel
-
Martin Fischer