Skip to content

Tighten docs cross-references#61

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

Tighten docs cross-references#61
tony merged 2 commits into
masterfrom
doc-improvements

Conversation

@tony

@tony tony commented Jul 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Link rendered docs objects and page references with MyST/Sphinx roles.
  • Refresh quickstart, contributor, code-style, release, and API prose to match the docs guidance.
  • Add the root just build-docs entrypoint and update docs intersphinx URLs.

Tests

  • 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: Docs guidance requires first-mention links, valid console
examples, and concept-first reader framing across the rendered site.

what:
- Link rendered docs objects and page references with MyST/Sphinx roles
- Refresh quickstart, contributor, code-style, release, and API prose
- Add the root just build-docs entrypoint used by the required gate
@codecov-commenter

codecov-commenter commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.89%. Comparing base (37b25f0) to head (34d7a9c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   96.89%   96.89%           
=======================================
  Files           5        5           
  Lines         129      129           
=======================================
  Hits          125      125           
  Misses          4        4           

☔ 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: The docs cleanup should appear in the release notes as a
reader-facing improvement, not just as implementation detail in the PR.

what:
- Add a high-level Documentation entry for clearer docs paths
- Describe the reader outcome without listing internal link mechanics
@tony tony merged commit bb040bb into master Jul 5, 2026
7 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