mirror of https://github.com/kubeflow/website.git
Minor updates (#3429)
Updated "Command Line Interface" to "Command-line Interface". Rephrased descriptions of a couple of links. Co-authored-by: Chen Sun <chensun@users.noreply.github.com>
This commit is contained in:
parent
c6b14d618f
commit
9ed275995b
|
|
@ -74,9 +74,10 @@ For example, the following command submits the `path/to/pipeline.yaml` IR YAML t
|
|||
kfp run create --experiment-name my-experiment --package-file path/to/pipeline.yaml
|
||||
```
|
||||
|
||||
For more information about the `kfp run create` command, see the [KFP Command Line Interface reference documentation][kfp-run-create-reference-docs]. For more information on the KFP CLI generally see [Command Line Interface user docs][kfp-cli].
|
||||
For more information about the `kfp run create` command, see [Command Line Interface][kfp-run-create-reference-docs] in the [KFP SDK reference documentation][kfp-sdk-api-ref]. For a summary of the available commands in the KFP CLI, see [Command-line Interface][kfp-cli].
|
||||
|
||||
[compile-a-pipeline]: /docs/components/pipelines/v2/compile-a-pipeline
|
||||
[kfp-sdk-api-ref-client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/client.html
|
||||
[kfp-sdk-api-ref]: https://kubeflow-pipelines.readthedocs.io/en/master/index.html
|
||||
[compile-a-pipeline]: /docs/components/pipelines/v2/compile-a-pipeline/
|
||||
[kfp-sdk-api-ref-client]: https://kubeflow-pipelines.readthedocs.io/en/master/source/client.html
|
||||
[kfp-cli]: /docs/components/pipelines/v2/cli/
|
||||
[kfp-run-create-reference-docs]: https://kubeflow-pipelines.readthedocs.io/en/master/source/cli.html#kfp-run-create
|
||||
|
|
|
|||
Loading…
Reference in New Issue