Skip to content

Remove WIP warning and fix PyPI badge on GitHub#12

Merged
sdimitro merged 4 commits intodevelopfrom
claude/remove-wip-warning-I7Jzu
Jan 29, 2026
Merged

Remove WIP warning and fix PyPI badge on GitHub#12
sdimitro merged 4 commits intodevelopfrom
claude/remove-wip-warning-I7Jzu

Conversation

@sdimitro
Copy link
Copy Markdown
Owner

  • Remove "work in progress" warning from docs homepage
  • Replace badge.fury.io badge with shields.io for PyPI version
    (badge.fury.io doesn't render on GitHub due to referrer policy)

https://claude.ai/code/session_012eUQJKwLLveY4fc57kZcGw

- Remove "work in progress" warning from docs homepage
- Replace badge.fury.io badge with shields.io for PyPI version
  (badge.fury.io doesn't render on GitHub due to referrer policy)

https://claude.ai/code/session_012eUQJKwLLveY4fc57kZcGw
- Document OutputFormat and CompressionType enums in API reference
- Update write() method signature with format/compression parameters
- Add "Compressed Output" section to quickstart guide with examples
- Document available compression types and their requirements

https://claude.ai/code/session_012eUQJKwLLveY4fc57kZcGw
- Document add_custom_note, add_metadata, add_annotations methods
- Add CustomNote and CustomNoteType documentation
- Configure Sphinx autodoc with package path and napoleon settings
- Create api-reference.md with auto-generated docs from docstrings
- Add api-reference to table of contents

The autodoc setup allows documentation to be generated directly from
source code docstrings, helping keep docs in sync with implementation.

https://claude.ai/code/session_012eUQJKwLLveY4fc57kZcGw
Removes duplicate documentation in favor of the auto-generated API
reference. This ensures documentation stays in sync with code changes
since it's generated directly from docstrings.

https://claude.ai/code/session_012eUQJKwLLveY4fc57kZcGw
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.60%. Comparing base (ac60011) to head (5036a9f).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #12   +/-   ##
========================================
  Coverage    92.60%   92.60%           
========================================
  Files            5        5           
  Lines          757      757           
========================================
  Hits           701      701           
  Misses          56       56           

☔ 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.

@sdimitro sdimitro merged commit a5d7c70 into develop Jan 29, 2026
14 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