Commit Graph

223 Commits

Author SHA1 Message Date
slitery1234 2c3b156051
Update pipeline.md (#2737)
URL Fixed
2021-05-25 02:12:09 -07:00
Yuan (Bob) Gong ce6c713ef4
chore(kfp): bump v2 compatible mode required version 2021-05-25 15:31:32 +08:00
Yuan (Bob) Gong 2b4418d742
doc(kfp): introduce v2 compatible mode current caveats and requirements (#2730)
* doc(kfp): introduce v2 compatible mode current caveats and requirements

* fix
2021-05-21 17:41:29 -07:00
Shuhei Fujiwara 9b39ffdcb1
Fix typo: vs ==> v2 (#2727) 2021-05-19 12:29:45 -07:00
Yuan (Bob) Gong e5cfc53f70
docs(kfp): Update v2-compatibility.md (#2725) 2021-05-18 23:40:41 -07:00
Yuan (Bob) Gong 62522b4fe5
fix(kfp): format fix in v2 compatible mode introduction (#2721) 2021-05-18 06:53:41 -07:00
Joe Liedtke 73b6e8b2db
KFP: Adds SDK v2 compatibility mode docs (#2715)
* Adds _index.md for v2 compatibility docs

* Adds v2 compatibility docs

* Fix typos in v2 compat

* Fix import statements

* Updated with reviewer feedback

* Fixes code sample type

* Updated usage of KFP SDK and re-added constraint

* Updated with reviewer feedback.

* Update v2 docs to install kfp 1.6.0rc0

* Updated with reviewer feedback
2021-05-17 17:44:41 -07:00
Joe Liedtke 6ab15cfa48
Updates the KFP SDK overview (#2689)
* Removes old options for building components

* Fixes typos
2021-05-15 17:27:29 -07:00
Ihor Sychevskyi abd54c3d84
fix parameters.md link (#2714) 2021-05-14 17:18:28 -07:00
Joe Liedtke d50f697eb6
KFP - Fixes broken links (#2706)
* Fixes links to colab notebook.

* Fixes links to colab notebook.
2021-05-10 07:31:09 -07:00
Benjamin Tan Wei Hao 3c7d3d71a0
Remove duplicate command (#2599) 2021-05-07 01:42:07 -07:00
Joe Liedtke 980fa0e7d0
KFP - Replaces the guide to building components and pipelines (#2653)
* Updates build-pipeline guide

* Adds build-pipeline.md

* Deletes build-component.md

build-component.md is replaced by build-pipeline.md

* Fixes links to pipeline docs.

* Fixes links to pipeline docs.

* Removes trailing empty cell.

* Removes trailing empty cell

* Fixes grammar issues.

* Fixes grammar issues.
2021-04-28 17:16:29 -07:00
Joe Liedtke 78f52781c0
KFP - Updates guide to building components (#2573)
* KFP - Updates guide to building components

* Updated with reviewer feedback

* Updates this doc with reviewer feedback.

* Updated with reviewer feedback.
2021-04-28 16:32:29 -07:00
8bitmp3 9d5049165e
Kubeflow OWNERS update (#2670)
* Update OWNERS other-guides

* Update OWNERS ibmdistr

* Update OWNERS az

* Update OWNERS micro

* Update OWNERS ibmdeploy

* Update OWNERS gkedist

* Update OWNERS pipelinescomp

* Update OWNERS pipelinessdk

* Update OWNERS multitenancy
2021-04-27 17:34:28 -07:00
Shu 8aacbe1e82
Fix broken url link (#2614) 2021-04-19 06:17:16 -07:00
Rui Vasconcelos e94071766f
Fix broken link (#2580) 2021-04-06 02:40:00 -07:00
Joe Liedtke 0d179de9f0
KFP - Update Python function-based component doc with param naming rules (#2544)
* Describe pipeline param naming

Adds notes on how the KFP SDK updates param names to describe the data instead of the implementation. Updates passing data by value to indicate that users can pass lists and dictionaries.

* Update auto-gen Markdown 

Updates python-function-components.md with changes to python-function-components.ipynb.
2021-03-23 00:16:44 -07:00
JohanWork 9d293c8534
update broken link (#2557) 2021-03-21 02:45:17 -07:00
Niklas Hansson c5dc3fa9bc
fix(docs): updated the quickstart for kubeflow pipelines. Fixes 4617 in (kubeflow/pipelines) (#2512)
* Updated the quickstart for kubeflow pipelines

* small fix

* updated and proof read

* clean up

* fixed merge conflict and new structure

* fixed after feedback@
2021-03-14 15:20:47 -07:00
Rui Vasconcelos c34470b84f
Move Kubeflow Pipelines under /components (#2505)
* Remove existing pipelines redirect

* mv /pipelines to under /components

* Fix all links poining to /pipelines -» /components/pipelines

* Fix redirects src + add base redirect

* Updating redirects + adding pipelines catch all

* Moved Catch-all redirects to bottom of file

* Update "weight" so that Pipelines is right after notebooks
2021-03-03 11:03:48 -08:00
Yuan (Bob) Gong cc7ae6a48c
Remove outdated warning for reviewed KFP docs (#2094)
* Remove outdated warning for pipeline-metrics.md

* revert the change, because it's outdated

* update
2020-08-07 16:47:56 -07:00
Jeremy Lewi e56f365048
Added outdated banner to non-index docs unchanged in last 30d (#2072)
This was originally PR #2066. @RFMVasconcelos is out this week and
the PR is blocked by a merge conflict so I rebased it in order
to get it merged.

Related to: #1984

Author:    jlewi <jeremy@lewi.us>
2020-08-03 11:19:40 -07:00
Sarah Maddox d0bd0e0314
Restructured the website repo to allow for future i18n and content translation (#1909)
* Modified configand directory structure for multiple langs.

* Moved docs and images to new i18n directories.

* Redirects are broken in preview. Moved the redirects file into the en/ directory too.

* Move the redirects file back to root.

* Test redirects with en/ prefix.

* Still testing redirects.

* I think redirects are working now.

* Removed Kubeflow customization of page edit URL.

* Moved the logos to same directory as other images.
2020-04-20 20:24:55 -07:00