-
-
Notifications
You must be signed in to change notification settings - Fork 5
Migrate wiki documentation into a ReadTheDocs project? #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(Note: I wouldn't recommend doing this until #2 is resolved, as importing the python-dev tracker instance is likely to involve wiping any existing history in this repo. That's fine if the only history being list is my creation of the current |
A few comments:
And a few questions:
|
FWIW the Docker repo works really well to get an environment for development setup. It would be great to move the Dockerfile over here too. |
Regarding scope, I personally prefer having developer documentation for a project in the same repo as the project itself. The main cases where I've seen that break down is when the project has a complex branching structure (hence the CPython devguide being separate from CPython itself), or when the documentation covers a broad collection of projects (hence pypa.io and packaging.python.org having their own repos, independent of the project specific docs, as well as https://github.com/python/core-workflow existing as a meta-repo with some discussion of how different tools relate to each other). I don't think either of those concerns apply here - bugs.python.org should just have a single main line of development, and it's a specific component within the core-workflow umbrella, rather than being a collection of multiple projects itself. |
Uh oh!
There was an error while loading. Please reload this page.
The tracker development documentation is currently maintained in the Python wiki at https://wiki.python.org/moin/TrackerDevelopment
Might it be worthwhile migrating that into a ReadTheDocs project maintained as part of this repo?
The text was updated successfully, but these errors were encountered: