Closed chenw23 closed 4 years ago
Merging #1194 into master will not change coverage by
%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #1194 +/- ##
=======================================
Coverage 87.42% 87.42%
=======================================
Files 81 81
Lines 7345 7345
=======================================
Hits 6421 6421
Misses 924 924
Job PR-1194/1 is complete. Docs are uploaded to http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR-1194/1/index.html
Job PR-1194/2 is complete. Docs are uploaded to http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR-1194/2/index.html
Description
I am using PyCharm for developing. I often use
make docs
to preview the newly built website files and usemake clean
to wipe all the artifacts out.However, the
make clean
command removes everything in the./idea
folder, which is very unfriendly and destructive, meaning that I will need to manually set all the settings and preferences for this project.I think the change in this pull request will benefit the PyCharm users who build the website.
Checklist
Essentials
Changes
Comments
cc @dmlc/gluon-nlp-team