-
Notifications
You must be signed in to change notification settings - Fork 706
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 hyperlinks in the 'overview' section #1418
Conversation
hyperlinks now point to the latest api reference files. issue - kubeflow#1411
Hi @pramodrj07. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @Jeffwan |
@@ -12,9 +12,9 @@ run distributed or non-distributed TensorFlow/PyTorch/MXNet/XGBoost jobs on Kube | |||
|
|||
- For a complete reference of the custom resource definitions, please refer to the API Definition. | |||
- [Tensorflow API Definition](pkg/apis/tensorflow/v1/types.go) |
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.
We probably want to make these consistent. Seems like https://github.com/kubeflow/tf-operator/blob/master/pkg/apis/tensorflow/v1/types.go is still there.
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.
Are you suggesting that we change the name of this file?
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.
Perhaps changing those files to types.go would be good since they are already under each particular framework.
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.
Sounds good. I will make the changes in a new PR and link it to this one.
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.
Hmm why not reusing this same PR? I don't think the changes here are needed and will be reverted by the new PR anyways.
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.
Oh yes. that makes sense. I will update the change here itself. 👍🏽
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.
/ok-to-test
Do we want to merge doc fix first and create an issue to track the code improvement or finish everything is this PR? /cc @terrytangyuan @gaocegege |
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.
We can merge this first as people are looking at these references on REAME so it’s better to fix now.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: terrytangyuan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@pramodrj07 Feel free to submit follow up PRs for enhancements. |
hyperlinks now point to the latest api reference files. issue - kubeflow#1411
hyperlinks now point to the latest api reference files. issue - kubeflow#1411
* Feature/support pytorchjob set queue of volcano (#1415) * support pytorch use volcano-queue * support pytorch use volcano-queue Signed-off-by: bert.li <qiankun.li@qq.com> * set SchedulingPolicy for runPolicy Signed-off-by: bert.li <qiankun.li@qq.com> * use pytorchjob.Spec.RunPolicy directly * fix hyperlinks in the 'overview' section (#1418) hyperlinks now point to the latest api reference files. issue - #1411
this change is as per the discussion in the link below kubeflow#1418 (comment)
this change is as per the discussion in the link below kubeflow#1418 (comment)
* consistent naming for better readability this change is as per the discussion in the link below #1418 (comment) * update the respective naming changes in README.md
hyperlinks now point to the latest api reference files.
issue - #1411