-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
Description
See topic on Discourse and python/devguide#1148
Quoting from the linked topic:
Currently, the Argument Clinic docs live in the How-To section of docs.python.org:
https://docs.python.org/3/howto/clinic.html.
The devguide does not mention Argument Clinic at all (except in the experts section).
The clinic docs's primary audience are core developers and contributors, which is also the primary audience of the devguide. I'd like to suggest we move the clinic docs from docs.python.org to devguide.python.org.
So far, I've only received encouraging reactions, both on Discourse and on the core dev Discord.
TODO:
- Filter out Doc/howto/clinic.rst
- Add the filtered out branch to the devguide: Move Argument Clinic's documentation to the Developer's Guide devguide#1160
- Replace the clinic.rst contents with a link to the devguide and a short text about why the change was made
Linked PRs
CharlieZhao95