Open
Description
I think the Devguide is due for some reorganization after the migration.
In particular:
- The version control setup section should link to a separate "git" page (either the pullrequest or the committing page -- see below). (see Update the setup and PR lifecycle pages #265)
- The compile and build section should be reorganized. (see Reorganize the setup.rst page. #412)
- The lifecycle of a PR page seems to expand on the quick start, but doesn't include detailed setup instructions and git commands. This page seem to be aimed at contributors (see Update the setup and PR lifecycle pages #265). Also the Generation section should be under Preparation, alongside another subsection about running tests.
- The runtests page expands on a paragraph pullrequest/preparation.
- The silence warnings and fixing easy issues are both 2-paragraphs pages that might be moved as sections of other pages.
- The tracker and triaging page should be updated and perhaps merged (see Update the devguide with the discussion on bug triage #308 and Update triage page with tables #339).
- The where to get help and following Python's development could be merged.
- The committing page seems to be aimed to core-dev, but since now the workflow for both core devs and contributors is quite similar, it should perhaps be merged with the pullrequest page. Parts of this page should be moved to other pages, and only the content relevant to core devs should be left there. (see Update wording on committing.rst. #262 and Reorganize git commands #263)
- The continuous integration page should be updated. (see Update buildslave.rst page for Buildbot 0.9.x #290)
- The experts page should be moved closer to the developers page. (see Reorganise the devguide to directories #901)
- The mercurial for git developers page is now unnecessary, and it should either be removed, or better reversed and become "git for mercurial developers". (see Delete the "Mercurial for git developers" page #258)
- The adding to the stdlib page should first list what are good and bad addictions (with examples) and then explain the process to add something (see Idea: mention 3rd party "extended stdlib" modules in developer guide #35).
The other pages don't have any major issue :)