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

[bug] KFP SDK API Reference doc links need to be updated throughout pipelines docs #3569

Closed
ryanjung-jm opened this issue Aug 1, 2023 · 0 comments · Fixed by #3568
Closed

Comments

@ryanjung-jm
Copy link
Contributor

The KFP SDK API Reference doc link https://kubeflow-pipelines.readthedocs.io/.../source/kfp. ... needs to be updated to https://kubeflow-pipelines.readthedocs.io/.../source/....

There are 114 broken links.

 ❯ grep -r source/kfp. ./*                                                                                                                                                     
./content/en/docs/components/pipelines/v1/sdk/parameters.md:class](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.PipelineParam)
./content/en/docs/components/pipelines/v1/sdk/component-development.md:[kfp-load-comp-file]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.load_component_from_file
./content/en/docs/components/pipelines/v1/sdk/component-development.md:[kfp-load-comp-url]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.load_component_from_url
./content/en/docs/components/pipelines/v1/sdk/component-development.md:[kfp-load-comp-text]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.load_component_from_text
./content/en/docs/components/pipelines/v1/sdk/component-development.md:[kfp-containerop]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:SDK](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.html)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:* [`kfp.compiler`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.compiler.html)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:* [`kfp.components`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:    ([`ContainerOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp))
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:    ([`ContainerOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp))
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:    ([`ContainerOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp))
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:* [`kfp.dsl`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:    ([`ContainerOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp)).
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.types`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.types.html)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.ResourceOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ResourceOp)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.VolumeOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.VolumeOp)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.VolumeSnapshotOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.VolumeSnapshotOp)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.PipelineVolume`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.PipelineVolume)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.ParallelFor`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ParallelFor)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.ExitHandler`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ExitHandler)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:  * [`kfp.dsl.Condition`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.Condition)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:* [`kfp.Client`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html)
./content/en/docs/components/pipelines/v1/sdk/sdk-overview.md:* [Kubeflow Pipelines extension modules](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.extensions.html)
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.client.html#kfp.Client\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp"
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[create-component-from-func]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.create_component_from_func\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[input-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputPath\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[output-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputPath"
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[input-binary]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputBinaryFile\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[input-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputPath\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[input-text]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputTextFile\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[output-binary]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputBinaryFile\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[output-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputPath\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[output-text]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputTextFile\n",
./content/en/docs/components/pipelines/v1/sdk/python-function-components.ipynb:    "[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp"
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[create-component-from-func]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.create_component_from_func
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[input-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputPath
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[output-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputPath
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[input-binary]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputBinaryFile
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[input-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputPath
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[input-text]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputTextFile
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[output-binary]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputBinaryFile
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[output-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputPath
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[output-text]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputTextFile
./content/en/docs/components/pipelines/v1/sdk/python-function-components.md:[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.ipynb:    "[container-op]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.dsl.html#kfp.dsl.ContainerOp\n",
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.ipynb:    "[input-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html?highlight=inputpath#kfp.components.InputPath\n",
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.ipynb:    "[output-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html?highlight=outputpath#kfp.components.OutputPath"
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.ipynb:    "[create_component_from_func]: (https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.create_component_from_func\n",
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.ipynb:    "[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp"
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.ipynb:    "[load_component_from_url]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html?highlight=load_component_from_url#kfp.components.load_component_from_url"
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.ipynb:    "[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.client.html#kfp.Client\n",
./content/en/docs/components/pipelines/v1/sdk/manipulate-resources.md:[Link](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ResourceOp)
./content/en/docs/components/pipelines/v1/sdk/manipulate-resources.md:  [`kfp.dsl.ContainerOp`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp).
./content/en/docs/components/pipelines/v1/sdk/manipulate-resources.md:[Link](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.VolumeOp)
./content/en/docs/components/pipelines/v1/sdk/manipulate-resources.md:[Link](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.PipelineVolume)
./content/en/docs/components/pipelines/v1/sdk/manipulate-resources.md:[Link](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.VolumeSnapshotOp)
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.md:[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.md:[input-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html?highlight=inputpath#kfp.components.InputPath
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.md:[output-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html?highlight=outputpath#kfp.components.OutputPath
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.md:[create_component_from_func]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.create_component_from_func
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.md:[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.md:[load_component_from_url]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html?highlight=load_component_from_url#kfp.components.load_component_from_url
./content/en/docs/components/pipelines/v1/sdk/build-pipeline.md:[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client
./content/en/docs/components/pipelines/v1/sdk/enviroment_variables.md:[kfp.components.func_to_container_op(func)](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.func_to_container_op) to convert the
./content/en/docs/components/pipelines/v1/sdk/enviroment_variables.md:[kfp.components.func_to_container_op(func)](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.func_to_container_op).
./content/en/docs/components/pipelines/v1/sdk/enviroment_variables.md:Add this component to a pipeline. Use [add_env_variable](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp.container) to pass an
./content/en/docs/components/pipelines/v1/sdk/enviroment_variables.md:using python lightweight components or a [container operation](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp).
./content/en/docs/components/pipelines/v1/sdk/enviroment_variables.md:[add_env_variable()](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp.container). Use the following command to run this pipeline using the
./content/en/docs/components/pipelines/v1/overview/pipeline-root.md:* [add-op-transformer](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.PipelineConf.add_op_transformer)
./content/en/docs/components/pipelines/v1/overview/pipeline-root.md:* [use-aws-secret](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.extensions.html#kfp.aws.use_aws_secret)
./content/en/docs/components/pipelines/v1/overview/pipeline-root.md:* [create_run_from_pipeline_func](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client.create_run_from_pipeline_func)
./content/en/docs/components/pipelines/v1/overview/pipeline-root.md:* [create_run_from_pipeline_package](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client.create_run_from_pipeline_package)
./content/en/docs/components/pipelines/v1/overview/pipeline-root.md:* [run_pipeline](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client.run_pipeline).
./content/en/docs/components/pipelines/v1/overview/caching-v2.md:You can turn off execution caching for pipeline runs that are created using Python. When you run a pipeline using [create_run_from_pipeline_func](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client.create_run_from_pipeline_func) or [create_run_from_pipeline_package](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client.create_run_from_pipeline_package) or [run_pipeline](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client.run_pipeline,) you can use the `enable_caching` argument to specify that this pipeline run does not use caching.
./content/en/docs/components/pipelines/v1/overview/multi-user.md:* To set a default namespace for Pipelines SDK commands, use the [`kfp.Client().set_user_namespace()`](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client.set_user_namespace) method,
./content/en/docs/components/pipelines/v1/overview/multi-user.md:* Detailed documentation for `kfp.Client()` can be found in the [Kubeflow Pipelines SDK Reference](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html).
./content/en/docs/components/pipelines/v1/overview/multi-user.md:The following code uses the [generated python API client](https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.server_api.html) to create an experiment and pipeline run.
./content/en/docs/components/pipelines/v1/sdk-v2/component-development.md:[kfp-load-comp-file]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.load_component_from_file
./content/en/docs/components/pipelines/v1/sdk-v2/component-development.md:[kfp-load-comp-url]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.load_component_from_url
./content/en/docs/components/pipelines/v1/sdk-v2/component-development.md:[kfp-load-comp-text]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.load_component_from_text
./content/en/docs/components/pipelines/v1/sdk-v2/component-development.md:[kfp-containerop]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.client.html#kfp.Client\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp"
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[create-component-from-func]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.create_component_from_func\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[input-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputPath\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[output-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputPath\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[input-binary]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputBinaryFile\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[input-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputPath\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[input-text]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.InputTextFile\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[output-binary]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputBinaryFile\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[output-path]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputPath\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.ipynb:    "[output-text]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html#kfp.components.OutputTextFile\n",
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[create-component-from-func]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.create_component_from_func
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[input-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputPath
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[output-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputPath
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[input-binary]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputBinaryFile
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[input-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputPath
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[input-text]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.InputTextFile
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[output-binary]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputBinaryFile
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[output-path]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputPath
./content/en/docs/components/pipelines/v1/sdk-v2/python-function-components.md:[output-text]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html#kfp.components.OutputTextFile
./content/en/docs/components/pipelines/v1/sdk-v2/build-pipeline.ipynb:    "[container-op]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.dsl.html#kfp.dsl.ContainerOp\n",
./content/en/docs/components/pipelines/v1/sdk-v2/build-pipeline.ipynb:    "[load_component_from_url]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.components.html?highlight=load_component_from_url#kfp.components.load_component_from_url"
./content/en/docs/components/pipelines/v1/sdk-v2/build-pipeline.ipynb:    "[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/latest/source/kfp.client.html#kfp.Client\n",
./content/en/docs/components/pipelines/v1/sdk-v2/build-pipeline.md:[container-op]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.dsl.html#kfp.dsl.ContainerOp
./content/en/docs/components/pipelines/v1/sdk-v2/build-pipeline.md:[load_component_from_url]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.components.html?highlight=load_component_from_url#kfp.components.load_component_from_url
./content/en/docs/components/pipelines/v1/sdk-v2/build-pipeline.md:[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client
./content/en/docs/components/pipelines/v1/sdk-v2/v2-compatibility.md:[kfp-client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/kfp.client.html#kfp.Client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant