-
Notifications
You must be signed in to change notification settings - Fork 363
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] Fix Chinese docs whitespaces #521
Conversation
Codecov ReportBase: 78.10% // Head: 77.81% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #521 +/- ##
==========================================
- Coverage 78.10% 77.81% -0.30%
==========================================
Files 126 116 -10
Lines 9039 8608 -431
Branches 1800 1777 -23
==========================================
- Hits 7060 6698 -362
+ Misses 1666 1610 -56
+ Partials 313 300 -13
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This is a useful script and it can also be applied in other OpenMMLab projects so we can add it to https://github.com/open-mmlab/pre-commit-hooks. |
open-mmlab/pre-commit-hooks#12 had been merged. |
45780f0
to
807f284
Compare
# Conflicts: # README_zh-CN.md
* change pre-commit-config * modify docs with pre-commit hook * change pre-commit-config-zh-cn * fallback readme.md Co-authored-by: HAOCHENYE <21724054@zju.edu.cn>
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Fix Chinese docs whitespaces caused by HTML specification. See #486
Modification
BC-breaking (Optional)
No
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist