Skip to content

Clarify CPython Documentation Update Intervals #1316

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions documentation/devguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ main Python documentation, except for some small differences. The source
lives in a `separate repository`_ and bug reports should be submitted to the
`devguide GitHub tracker`_.

Our devguide workflow uses continuous integration and deployment so changes to
the devguide are normally published when the pull request is merged. Changes
to CPython documentation follow the workflow of a CPython release and are
published in the release.
While our devguide undergoes continuous integration and deployment, ensuring that changes are promptly reflected upon merging pull requests, updates to the CPython documentation occur on a daily basis. Additionally, the documentation aligns with the workflow of a CPython release, with corresponding changes being included in the release


Developer's Guide workflow
Expand Down
Loading