Skip to content

Conversation

@tony
Copy link
Member

@tony tony commented Dec 6, 2025

No description provided.

tony added 5 commits December 6, 2025 06:34
… warnings

- Add always_document_param_types = True for consistent parameter docs
- Add typehints_use_rtype = False to embed return types inline
- Suppress sphinx_autodoc_typehints.forward_reference warnings for types
  in TYPE_CHECKING blocks (used for circular import avoidance)

This eliminates ~26 forward reference warnings from the docs build.
- builder.py: Remove duplicate "via" in loading phase documentation
- freezer.py: Fix "workspacee" typo to "workspace"
- Fix malformed NumPy-style parameter documentation in template()
- Fix double space in debug_log_template() parameter line
- Standardize parameter descriptions to be concise
Add missing Returns and Raises sections to complete the NumPy-style
docstring and fix RST field list parsing error.
Change [1] to [^id2] to properly reference the defined footnote for
the tmux manpage source link.
@codecov
Copy link

codecov bot commented Dec 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.00%. Comparing base (712eee1) to head (0f44024).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #997      +/-   ##
==========================================
+ Coverage   72.95%   73.00%   +0.04%     
==========================================
  Files          26       26              
  Lines        1838     1841       +3     
  Branches      347      347              
==========================================
+ Hits         1341     1344       +3     
  Misses        394      394              
  Partials      103      103              

☔ View full report in Codecov by Sentry.
📢 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.

@tony tony marked this pull request as ready for review December 6, 2025 14:13
@tony
Copy link
Member Author

tony commented Dec 6, 2025

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

🤖 Generated with Claude Code

- If this code review was useful, please react with 👍. Otherwise, react with 👎.

@tony tony merged commit ded937e into master Dec 6, 2025
14 checks passed
@tony tony deleted the docstring-fixes branch December 6, 2025 17:10
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