-
Notifications
You must be signed in to change notification settings - Fork 25
Doc: improve static search speed and fix missing module icons #1971
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
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.
Excellent, @moe-ad. I hope you used a script to automate this.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1971 +/- ##
==========================================
- Coverage 88.47% 88.37% -0.11%
==========================================
Files 89 89
Lines 10251 10251
==========================================
- Hits 9070 9059 -11
- Misses 1181 1192 +11 |
Yes. I used a python script for the task. |
No worries about the doc-style action. It fails for big diff PRs. |
@@ -1,6 +1,6 @@ | |||
""" | |||
elemental_difference | |||
==================== | |||
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.
Hi @moe-ad, everything under operators/ is generated automatically using a template. We'll need to update the template for this to stay that way.
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.
This PR will close #1970. It adds html theme option to improve static search live preview performance. It also fixes the problem of missing module icons in the section navigation of the api documentation.