Commit Graph

6 Commits

Author SHA1 Message Date
Yuan (Bob) Gong 4636ab5dbe
doc(kfp): connecting KFP SDK client to API generic introduction (#2729)
* docs(kfp): connect to api doc

* doc(kfp): generic introduction for connecting KFP SDK client to API

* address comments

* doc(kfp): update all usages for KFP SDK client

* fix a minor issue + add a script to batch convert notebooks

* fix url

* python-function-components.ipynb

* fix all notebooks

* fix pipeline_root
2021-05-26 22:01:17 -07:00
Kenneth Koski 2e74e56b73
Add more robust check for empty doc pages (#2124)
Checks that there is actual content after front matter section when
adding outdated banner to docs. Treats docs with only "strippable"
characters after the front matter section as having no content.
2021-02-19 07:04:25 -08:00
Joe Liedtke fe7ca55b7a
Pipelines component authoring (#2290)
* Updates netlify config for brancy deployments.

* Initial draft, Python comp authoring.

* Updates links to Colab and GitHub.

* Updated formatting and grammar.

* Adds a script to generate MD from a notebook

* Regenerated notebook markdown using script.

* Adds unit tests and css formatting for icons

* Updates line lengths in code samples

* Adds a redirect for lightweight components guide

* Deletes the lightweight component guide.
2020-10-22 02:37:35 -07:00
Kenneth Koski c7ecb68ae9
Add script for mark outdated docs as requiring updating (#2087)
Adds script that will mark outdated docs as requiring updating.
2020-08-10 07:42:21 -07:00
Jane Man 876c852065
Added = and % to HTTP_PATTERN (#1704) 2020-02-18 17:42:25 -08:00
Zhenghui Wang ef02bb2826
Add script to validate urls in .md (#1684)
* Add script to validate urls in .md

* add detailed README comments

* only consier > 400 response as invalid

* address comments
2020-02-13 17:34:17 -08:00