Skip to content
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

fix missing PyPI images & CI badges #853

Merged
merged 1 commit into from
Feb 16, 2020
Merged

fix missing PyPI images & CI badges #853

merged 1 commit into from
Feb 16, 2020

Conversation

Borda
Copy link
Member

@Borda Borda commented Feb 15, 2020

What does this PR do?

There were missing images in PyPI package page because all docs was excluded from the package
https://pytorch-lightning.slack.com/archives/GR9G34QMS/p1581099166027500
The GH CI badges were not properly linked and it held some strange status...

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 🙃

@Borda Borda added bug Something isn't working docs Documentation related labels Feb 15, 2020
@Borda Borda added this to the 0.6.1 milestone Feb 15, 2020
@Borda Borda requested a review from a team February 15, 2020 11:28
@Borda
Copy link
Member Author

Borda commented Feb 15, 2020

@williamFalcon to avoid this complication we shall work with RC (release candidate) since PyPI does not allow creating package version if it existed any time in history...
So create v0.6.1rc1 and if it is fine, remove it and create proper v0.6.1. from the same commit

@PyTorchLightning/core-contributors ^^

@Borda
Copy link
Member Author

Borda commented Feb 15, 2020

There is still open question about the badges, they are referring to actual status not the status in the release time....
Also this brings docs to site-packages which I am not sure if it is correct...

Any thoughts?

@williamFalcon williamFalcon merged commit c48541d into Lightning-AI:master Feb 16, 2020
@Borda Borda deleted the pip-images branch February 16, 2020 08:03
hanbyul-kim pushed a commit to hanbyul-kim/pytorch-lightning that referenced this pull request Feb 16, 2020
hanbyul-kim pushed a commit to hanbyul-kim/pytorch-lightning that referenced this pull request Feb 24, 2020
williamFalcon added a commit that referenced this pull request Feb 27, 2020
* 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 (#826)

* drop Travis

* drop Appveyor

* update badges

* fix missing PyPI images & CI badges (#853)

* docs - anchor links (#848)

* docs - add links

* add desc.

* add Greeting action (#843)

* add Greeting action

* Update greetings.yml

Co-authored-by: William Falcon <waf2107@columbia.edu>

* add pep8speaks (#842)

* advanced profiler describe + cleaned up tests (#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>
tullie pushed a commit to tullie/pytorch-lightning that referenced this pull request Apr 3, 2020
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Documentation related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants