-
-
Notifications
You must be signed in to change notification settings - Fork 411
Add plugincodes sphinx directive #3484
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
Add plugincodes sphinx directive #3484
Conversation
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.
Great work! Don't forget to fix tests please :)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3484 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 363 363
Lines 12032 12020 -12
Branches 822 819 -3
=========================================
- Hits 12032 12020 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thank you!
Great stuff!
As the next step we can change how classes are rendered if you are interested :)
Thanks, I liked working on it) |
I have made things!
Checklist
CHANGELOG.md
Related issues
.. plugincodes
sphinx directive #1318Description
Hi!
I've add custom Sphinx directive
.. plugincodes
so it now can render violation page just by line:For using new directive I've changed only best practices
.rst
page and docstring module for checking the work.