Skip to content

Align docs and metadata checks with current py3plex 2.0 reality#1377

Merged
SkBlaz merged 3 commits into
masterfrom
copilot/check-consistency-of-docs-and-code
Jun 11, 2026
Merged

Align docs and metadata checks with current py3plex 2.0 reality#1377
SkBlaz merged 3 commits into
masterfrom
copilot/check-consistency-of-docs-and-code

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This update resolves drift between documentation and the current code/release metadata. It brings contributor-facing docs, GUI deployment guidance, and version-check tooling back into agreement with the actual project state.

  • Release metadata consistency

    • Updated README stats badges to match the canonical values enforced by version consistency checks.
  • GUI docs alignment

    • Removed references to non-existent py3plex[gui] / .[gui] extras.
    • Updated GUI setup/deployment docs to reflect the current gui/ Docker Compose workflow and active ports (8080 UI, 5555 Flower).
  • Getting-started version messaging

    • Corrected installation guide language from “py3plex 1.x” to “py3plex 2.x” for current-doc guidance.
  • Book verification script freshness

    • Updated PDF artifact consistency check from py3plex:1.1.0 to py3plex:2.0.0.
# before
if 'py3plex:1.1.0' in text:
    version_pages.append(page_num + 1)

# after
if 'py3plex:2.0.0' in text:
    version_pages.append(page_num + 1)

Copilot AI changed the title Fix docs and metadata consistency across README, GUI docs, and book checks Align docs and metadata checks with current py3plex 2.0 reality Jun 9, 2026
Copilot finished work on behalf of SkBlaz June 9, 2026 07:18
Copilot AI requested a review from SkBlaz June 9, 2026 07:18
@SkBlaz

SkBlaz commented Jun 10, 2026

Copy link
Copy Markdown
Owner

@copilot conflicts

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

@copilot conflicts

Conflicts are resolved. I merged origin/master into this branch and fixed the README badge conflict in commit 455585b.

@SkBlaz SkBlaz marked this pull request as ready for review June 11, 2026 08:43
@SkBlaz SkBlaz merged commit ddd3e87 into master Jun 11, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants