Skip to content

Missing link(s) to the "Python Module Index" page #89643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mark-summerfield mannequin opened this issue Oct 15, 2021 · 6 comments
Closed

Missing link(s) to the "Python Module Index" page #89643

mark-summerfield mannequin opened this issue Oct 15, 2021 · 6 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir

Comments

@mark-summerfield
Copy link
Mannequin

mark-summerfield mannequin commented Oct 15, 2021

BPO 45480
Nosy @ericvsmith, @mark-summerfield, @ned-deily, @JulienPalard

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2021-10-15.07:17:44.306>
labels = ['3.11', '3.9', '3.10', 'docs']
title = 'Missing link(s) to the "Python Module Index" page'
updated_at = <Date 2021-10-15.15:37:06.907>
user = 'https://github.com/mark-summerfield'

bugs.python.org fields:

activity = <Date 2021-10-15.15:37:06.907>
actor = 'eric.smith'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-10-15.07:17:44.306>
creator = 'mark'
dependencies = []
files = []
hgrepos = []
issue_num = 45480
keywords = []
message_count = 4.0
messages = ['403977', '403986', '404031', '404032']
nosy_count = 5.0
nosy_names = ['eric.smith', 'mark', 'ned.deily', 'docs@python', 'mdk']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue45480'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

@mark-summerfield
Copy link
Mannequin Author

mark-summerfield mannequin commented Oct 15, 2021

I mostly use the Python 3.8 docs since that's the Python I use.
However, when I tried using the 3.9 and 3.10 docs I found that the top of each page has a long search bar (presumably for mobile devices?) but _no_ link to the python module index. I find this last page the most important page for looking things up, so I really hope the 'modules' link is restored.

@mark-summerfield mark-summerfield mannequin added 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Oct 15, 2021
@mark-summerfield mark-summerfield mannequin added docs Documentation in the Doc dir 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Oct 15, 2021
@mark-summerfield mark-summerfield mannequin added the docs Documentation in the Doc dir label Oct 15, 2021
@ericvsmith
Copy link
Member

I think https://github.com/python/pythondotorg/issues is the correct place to report issues with the web site.

@ned-deily
Copy link
Member

I think https://github.com/python/pythondotorg/issues is the correct place to report issues with the web site.

In this case, it has to do with how the docs are generated with Sphinx and the source for them is in the cpython repo. You can see the problem if you build the docs yourself and open them in a browser.

@ericvsmith
Copy link
Member

Thanks for the correction, Ned!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@slateny
Copy link
Contributor

slateny commented Aug 1, 2022

Looking at
https://docs.python.org/3.8/library/os.html
https://docs.python.org/3.9/library/os.html
https://docs.python.org/3.10/library/os.html
https://docs.python.org/dev/library/os.html

image
image

I see the module links on Chrome/Firefox on all those versions, so this looks like it's been fixed.

@slateny slateny closed this as completed Aug 1, 2022
@slateny
Copy link
Contributor

slateny commented Aug 1, 2022

Correction, it's still a problem if the window width is too small, described a bit better in this issue: #92789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

3 participants