Skip to content

Clean documentation cross references#354

Merged
tony merged 2 commits into
masterfrom
doc-improvements
Jul 5, 2026
Merged

Clean documentation cross references#354
tony merged 2 commits into
masterfrom
doc-improvements

Conversation

@tony

@tony tony commented Jul 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Fix the unresolved logging.Logger API reference in rendered docs.
  • Remove duplicate generated argparse section labels from the CLI docs.
  • Link first prose mentions and normalize shell command examples in the docs.

Testing

  • rm -rf docs/_build; uv run ruff check . --fix --show-fixes; uv run ruff format .; uv run mypy .; uv run py.test --reruns 0 -vvv; just build-docs

why: Remove broken and duplicate documentation targets so Sphinx builds cleanly and first mentions resolve to useful destinations.

what:
- Qualify the rendered logging.Logger API reference
- Avoid duplicate argparse section labels in CLI docs
- Link first mentions and normalize shell command examples
@codecov

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.06%. Comparing base (c68a893) to head (45c3ae5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #354   +/-   ##
=======================================
  Coverage   91.06%   91.06%           
=======================================
  Files           9        9           
  Lines         347      347           
=======================================
  Hits          316      316           
  Misses         31       31           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

why: Give the documentation cleanup a user-facing unreleased changelog item and keep the rendered migration page linked to the changelog.

what:
- Add a high-level documentation entry for clearer links and copyable examples
- Point the migration notes at the existing changelog page label
@tony
tony merged commit ea9be0d into master Jul 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant