Skip to content

Add docs#28

Merged
codingjoe merged 4 commits intomainfrom
docs
Mar 13, 2026
Merged

Add docs#28
codingjoe merged 4 commits intomainfrom
docs

Conversation

@codingjoe
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 13, 2026 21:37
@codingjoe codingjoe self-assigned this Mar 13, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.69%. Comparing base (1a0b5c6) to head (b7021cd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   93.69%   93.69%           
=======================================
  Files          16       16           
  Lines        1348     1348           
=======================================
  Hits         1263     1263           
  Misses         85       85           

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a MkDocs-based documentation site (including API reference via mkdocstrings) and wires up GitHub Pages deployment as part of the release workflow.

Changes:

  • Add MkDocs configuration + initial docs pages (usage + API reference stubs).
  • Add a docs dependency group and enrich project.urls metadata.
  • Add GitHub Pages build/deploy jobs to the release workflow.

Reviewed changes

Copilot reviewed 10 out of 12 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
pyproject.toml Adds docs dependency group and expands well-known project URLs.
mkdocs.yml Defines MkDocs site config (nav, theme, mkdocstrings, extensions).
docs/index.md Adds the docs landing page content source.
docs/usage.md Documents CLI usage and a basic Python API example.
docs/sip.md Adds SIP API reference page using mkdocstrings directives.
docs/rtp.md Adds RTP API reference page using mkdocstrings directives.
docs/calls.md Adds call handling API reference page.
docs/images/logo-light.svg Tweaks logo styling.
docs/images/icon.svg Adjusts icon fill behavior for MkDocs theme usage.
README.md Minor README footer/link line tweak.
CONTRIBUTING.md Adds instructions for building/serving docs locally.
.github/workflows/release.yml Adds Pages build + deploy jobs alongside PyPI release jobs.

You can also share your feedback on Copilot code review. Take the survey.

codingjoe and others added 3 commits March 13, 2026 23:00
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
@codingjoe codingjoe merged commit 293098c into main Mar 13, 2026
21 of 22 checks passed
@codingjoe codingjoe deleted the docs branch March 13, 2026 22:04
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.

3 participants