-
-
Notifications
You must be signed in to change notification settings - Fork 479
docs: 📝 Fixes #3030
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
docs: 📝 Fixes #3030
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3030/head:pr-3030
git checkout pr-3030This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3030/head |
|
cc @Lulalaby |
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 contains miscellaneous documentation fixes including RST syntax corrections, import path fixes, and documentation clarifications.
Key changes:
- Corrected RST hyperlink syntax from single underscore to double underscore for anonymous links
- Fixed import path from
..interactionto..interactionsin ui/label.py - Added Sphinx directive to exclude 'cog' member from SlashCommand documentation
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/api/application_commands.rst | Added :exclude-members: cog directive to SlashCommand autodoc configuration |
| discord/ui/select.py | Clarified documentation by replacing :attr:.type`` reference with clearer phrasing |
| discord/ui/label.py | Fixed import path from ..interaction to ..interactions |
| discord/raw_models.py | Corrected 18 RST hyperlink references from single underscore to double underscore for proper anonymous link syntax |
| discord/ext/commands/core.py | Reordered docstring sections to place Examples before Parameters following standard conventions |
| discord/automod.py | Corrected RST hyperlink syntax from single underscore to double underscore |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Misc doc fixes here and there
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.