Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Documentation
The documentation page for bisect includes lots of interlinks to the bisect function but it appears that link isn't being resolved correctly by sphinx, whilst it thinks it is a function, it links to the module header
To reproduce:https://docs.python.org/3/library/bisect.html#searching-sorted-lists, click onbisect()
and see it take you to the top of the page and not to the function bisect