-
-
Notifications
You must be signed in to change notification settings - Fork 1
Refresh API reference docs #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR refreshes the API reference documentation for the Purse library, improving code examples, restructuring API documentation with clearer signatures, and updating MkDocs configuration.
Key Changes:
- Enhanced code example with more realistic usage pattern (button click handler instead of simple toggle call)
- Reformatted all API documentation sections (Methods, Properties, Events) to include explicit type signatures in code blocks
- Removed global MkDocs line numbering and TOC depth configuration in favor of inline settings
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| mkdocs.yml | Removed global toc_depth and pymdownx.highlight settings to support inline configuration |
| docs/api-reference.md | Restructured API documentation with type signatures, improved example code, and moved IsInventoryEmpty from Properties to Methods section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removed unused Players service from the example. Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
No description provided.