-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
resolving documentation warnings #833
resolving documentation warnings #833
Conversation
@hanbyul-kim could you pls check the lint issues:
|
Hello @hanbyul-kim! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-02-27 16:05:30 UTC |
Sure. I've been busy this weekend. I'll come back and do it tonight. |
@Borda I can't build docs anymore locally. Do you have any idea about this? I tried
|
dd5f676
to
0721ff4
Compare
@hanbyul-kim Could you please rebase on the master, I will check the build... |
Well it works for me and also the CI pass docs build
|
@Borda Hi good morning. I think I managed to pass all the tests. Please review my code and approve it. 😆 |
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 🚀
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 🚀 @williamFalcon ?
@williamFalcon this also fixes missing examples in actual docs |
moreover, this shall prevent future issues #844 |
|
Failing GPU tests...
|
@williamFalcon I didn't touch that gpu part, so I'm not sure that should be resolved in this issue. I guess this issue has something to do with docs. How do you think about it? |
@hanbyul-kim it maybe was there before... pls check the solution here #849 (comment) |
16e2dff
to
80e4bd7
Compare
@Borda @williamFalcon Rebased master again and pushed. Please review it again. |
I'm failing CI test on macos build job (python3.7 latest).. maybe related to #859 ? |
@williamFalcon I don't have a ddp machine, so I can't run the gpu test. However, this branch has rebased and 2244f8c was applied. So I guess there won't be similar gpu test problems. |
just tried to rerun checks manually... LGTM @williamFalcon can you run GPU to get it done? |
@williamFalcon this one starting to be a bit old... could make it done just after @hanbyul-kim rebase it? |
just to trigger CI
* add more underline * fix LightningMudule import error * remove unneeded blank line * escape asterisk to fix inline emphasis warning * add PULL_REQUEST_TEMPLATE.md * add __init__.py and import imagenet_example * fix duplicate label * add noindex option to fix duplicate object warnings * remove unexpected indent * refer explicit LightningModule * fix minor bug * refer EarlyStopping explicitly * restore exclude patterns * change the way how to refer class * remove unused import * update badges & drop Travis/Appveyor (Lightning-AI#826) * drop Travis * drop Appveyor * update badges * fix missing PyPI images & CI badges (Lightning-AI#853) * docs - anchor links (Lightning-AI#848) * docs - add links * add desc. * add Greeting action (Lightning-AI#843) * add Greeting action * Update greetings.yml Co-authored-by: William Falcon <waf2107@columbia.edu> * add pep8speaks (Lightning-AI#842) * advanced profiler describe + cleaned up tests (Lightning-AI#837) * add py36 compatibility * add test case to capture previous bug * clean up tests * clean up tests * Update lightning_module_template.py * Update lightning.py * respond lint issues * break long line * break more lines * checkout conflicting files from master * shorten url * checkout from upstream/master * remove trailing whitespaces * remove unused import LightningModule * fix sphinx bot warnings * Apply suggestions from code review just to trigger CI * Update .github/workflows/greetings.yml Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: William Falcon <waf2107@columbia.edu> Co-authored-by: Jeremy Jordan <13970565+jeremyjordan@users.noreply.github.com>
Before submitting
What does this PR do?
Fixes #717 (issue).
remove warnings (number: 142 -> 9)
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃