-
Notifications
You must be signed in to change notification settings - Fork 5k
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
fix some docstring issues affecting rendering #1739
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1739 +/- ##
===========================================
+ Coverage 39.33% 51.16% +11.82%
===========================================
Files 57 57
Lines 6096 6096
Branches 1365 1484 +119
===========================================
+ Hits 2398 3119 +721
+ Misses 3502 2726 -776
- Partials 196 251 +55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1561c16
to
1e879ff
Compare
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.
Turns out the rendering issues are due to a bug in pydoc-markdown. Here's the fix: NiklasRosenstein/pydoc-markdown#317 The mitigation is also for us to set escape_html_in_docstring to false. |
It turns out the `` was a red herring, so let me revert that change to avoid confusion |
* fix some docstring issues affecting rendering * Update pydoc-markdown.yml * undo double backtick * Update compressible_agent.py
Why are these changes needed?
Related issue number
Closes #1731
Checks