Changes between Initial Version and Version 1 of Ticket #29942, comment 6
- Timestamp:
- Sep 24, 2022, 9:06:28 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29942, comment 6
initial v1 1 1 I spent some time trying to understand this issue and the longer I think about it, the less clear it becomes to me which parts of the source code should be linked to and which shouldn't. 2 The list of linked modules at https://docs.djangoproject.com/en/dev/_modules/ is missing a lot of modules, which could well be intentional. (That list is the list of files generated by the viewcode extension, so it contains all the source code files that are linked to somewhere in the documentation, like here: https://docs.djangoproject.com/en/dev/ref/applications/#django.apps.AppConfig.) 2 The list of linked modules at https://docs.djangoproject.com/en/dev/_modules/ is missing a lot of modules, which could well be intentional. (That list is the list of files generated by the viewcode extension, so it contains all the source code files that are linked to somewhere in the documentation, like here: https://docs.djangoproject.com/en/dev/ref/applications/#django.apps.AppConfig.) 3 3 4 The modules mentioned in this ticket have not been linked to for a long time (and thus their source code has not been included in the `/_modules/..` section of the documentation for that same time). So is this maybe something that we do not actually want to link to?