-
Notifications
You must be signed in to change notification settings - Fork 673
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
cleaned up lib.log #2902
cleaned up lib.log #2902
Conversation
- fix #2734 (docs now build with sphinx 2.3) - removed unused code from lib.log (left over from ProgressMeter removal) - explicitly added docs to ProgressMeter - avoids sphinx failure due to wrong formatting in tqdm.auto.tqdm - add specific example for MDA - document our own verbose kwarg - improved markup - not documented: gui kwarg (discouraged in original docs)
Codecov Report
@@ Coverage Diff @@
## develop #2902 +/- ##
===========================================
+ Coverage 92.89% 92.94% +0.04%
===========================================
Files 187 187
Lines 24587 24570 -17
Branches 3192 3189 -3
===========================================
- Hits 22840 22836 -4
+ Misses 1701 1688 -13
Partials 46 46
Continue to review full report at Codecov.
|
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.
lgtm 👍
@jbarnoud would you mind looking after this PR, please? |
- fix #2734 (docs now build with sphinx 2.3) - formally deprecated lib.log.echo() (CHANGELOG, @deprecate, and test) - explicitly added docs to ProgressMeter - avoids sphinx failure due to wrong formatting in tqdm.auto.tqdm - add specific example for MDA - document our own verbose kwarg - improved markup - not documented: gui kwarg (discouraged in original docs) (cherry picked from commit 5e68617)
- fix MDAnalysis#2734 (docs now build with sphinx 2.3) - removed unused code from lib.log (left over from ProgressMeter removal) - explicitly added docs to ProgressMeter - avoids sphinx failure due to wrong formatting in tqdm.auto.tqdm - add specific example for MDA - document our own verbose kwarg - improved markup - not documented: gui kwarg (discouraged in original docs)
Fixes #2734
Changes made in this Pull Request:
PR Checklist