I find the “source” links in the docs really useful, but noticed that some pages in the docs have no source links, while in other places some functions will have source links and not others.
I can’t tell how the source links are added when the docs are generated, so I’m not sure how to fix this? Is it a manual process somewhere?
Some examples:
- https://docs.djangoproject.com/en/5.2/ref/templates/builtins/ has no links to the source code anywhere on this page
- https://docs.djangoproject.com/en/5.2/ref/utils/#django.utils.text.format_lazy no source code link
- https://docs.djangoproject.com/en/5.2/ref/utils/#django.utils.text.slugify this does have a link to the source code, but the line number is slightly wrong (still gets you to the right place though)