8000 Clarify the documentation update process by miguelcsx · Pull Request #1395 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Clarify the documentation update process #1395

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

Merged
merged 3 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
refac: #1315 clarify cpython documentation update process
- updated the explanation of cpython documentation updates

- specified that updates occur regularly, tipically within a day or two

- clarified that the documentation is versioned for each cpython release

- improved the clarity of the relationship between releases and versions
  • Loading branch information
miguelcsx committed Sep 11, 2024
commit 34dc1ce25fd13e3e0d15d8f5dd47f919e3f2bacf
4 changes: 3 additions & 1 deletion documentation/devguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ lives in a `separate repository`_ and bug reports should be submitted to the
`devguide GitHub tracker`_.

Our devguide follows a continuous integration and deployment workflow, with changes published when pull requests are merged.
CPython documentation, on the other hand, is updated daily and aligns with the CPython release workflow, with changes being included in each release.
CPython documentation is updated regularly, typically within a day or two, depending on the build process.
The documentation is versioned for each CPython release, and updates are continuosly incorporated, though with some delay due the build time.
Aditionally, each CPython release includes a corresponding version of the documentation, which may also be used by redistributors.


Developer's Guide workflow
Expand Down
Loading
0