Message357831
While writing documentation about regexps for a project I help maintain, I wanted to link to some specific aspects of Python's implementation (in my case, non-capturing groups) which are described on https://docs.python.org/3/library/re.html.
There are no visible ¶ anchors for the items in the "Regular Expression Syntax" section. Inspecting the generated HTML, there does seem to be auto-generated ids (like `#index-16` for example) but I wouldn't like to rely on those as I'm not sure how stable they are.
I couldn't find how to add the ¶ symbol show up next to the titles but I have a PR that adds a bunch of references so that items can be linked directly. |
|
Date |
User |
Action |
Args |
2019-12-04 21:12:31 | bmispelon | set | recipients:
+ bmispelon, docs@python |
2019-12-04 21:12:31 | bmispelon | set | messageid: <1575493951.25.0.258282311971.issue38975@roundup.psfhosted.org> |
2019-12-04 21:12:31 | bmispelon | link | issue38975 messages |
2019-12-04 21:12:30 | bmispelon | create | |
|