Skip to content

docs: 2.0.0 final docs update (issue #123)#124

Merged
timlnx merged 2 commits intomasterfrom
issue-123-docs
Apr 23, 2026
Merged

docs: 2.0.0 final docs update (issue #123)#124
timlnx merged 2 commits intomasterfrom
issue-123-docs

Conversation

@timlnx
Copy link
Copy Markdown
Owner

@timlnx timlnx commented Apr 23, 2026

Summary

  • query_device_capacity docs: replaced stale Linux/macOS-only platform notice with a Windows usage note (\\.\PhysicalDrive0) and a NotImplementedError raises entry for unsupported platforms
  • NEWS.rst: added Windows device capacity entry (closes Implement disk capacity support on Win* systems #52), updated CI matrix description to Python 3.9–3.13 on Ubuntu/macOS/Windows, fixed test count 288→294 and coverage 100%→99%
  • contributing.rst: corrected coverage note to 99% with a brief explanation of the one intentionally uncovered branch

Test plan

  • make docs builds cleanly with no warnings
  • CI will run on push to verify no regressions

Closes #123

- query_device_capacity: replace stale Linux/macOS-only platform notice
  with Windows usage note and NotImplementedError raises entry
- NEWS.rst: add Windows device capacity entry (closes #52), update CI
  matrix to Python 3.9-3.13 on Ubuntu/macOS/Windows, fix test count
  288→294 and coverage 100%→99%
- contributing.rst: correct coverage note to 99% with explanation of
  the intentionally uncovered branch

Closes #123
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

Coverage

Test Coverage Report
FileStmtsMissCoverMissing
__init__.py6431897%66–69, 317, 1304, 1306–1307, 1315–1316, 1322–1324, 1326, 1337–1339, 1341
TOTAL6431897% 

@timlnx timlnx merged commit 2d0508d into master Apr 23, 2026
36 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.

Final 2.0.0 docs update Implement disk capacity support on Win* systems

1 participant