-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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: update pytorch_lightning
imports
#16864
Conversation
⛈️ Required checks status: Has failure 🔴
Groups summary🟢 pytorch_lightning: Tests workflow
These checks are required after the changes to 🟢 pytorch_lightning: Azure GPU
These checks are required after the changes to 🟢 pytorch_lightning: Azure HPU
These checks are required after the changes to 🔴 pytorch_lightning: Docs
These checks are required after the changes to 🟢 lightning_app: Docs
These checks are required after the changes to 🟢 mypy
These checks are required after the changes to 🟢 installThese checks are required after the changes to Thank you for your contribution! 💜
|
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.
Can you check the references in the docstrings too in a follow-up?
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.
The "pytorch" docs fail to build because they import lightning
but the app requirements are not installed.
Since the docs will be merged, should the docs jobs be merged too?
.github/workflows/docs-checks.yml
Outdated
@@ -6,7 +6,7 @@ on: | |||
branches: ["master", "release/*"] | |||
# use this event type to share secrets with forks. | |||
# it's important that the PR head SHA is checked out to run the changes | |||
pull_request_target: |
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.
Firnedly "FIXME" reminder
This need to be picked for building 1.9 docs as RTFD does not allow define env. variable in yaml file... |
What does this PR do?
unify references and imports in examples to be
lightning.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist
cc @Borda @carmocca @akihironitta