Commit Graph

66 Commits

Author SHA1 Message Date
Sarah Maddox 4007120ec3
Upgraded Hugo and Docsy (#1870)
* Upgraded Hugo and Docsy.

* Updated generated CSS.

* Updated more SCSS files.

* Updated/removed Kubeflow custom layouts in accordance with Docsy updates.

* Revert to older Hugo to see if that fixes the deploy errors.

* Restored latest Hugo to continue troubleshooting the deploy error.

* Created own version of main.css to hold recent change.

* Removed own version of main.css as it didn't fix the deploy error.

* Added more custom layouts for previous changes.

* Swapped to BlackFriday Markdown renderer to see if that fixes the deploy error.

* Swapped back to default renderer Goldmark.

* Removed the enerated resources to see if Hugo will create them for us.

* Forced commit of the generated resources.

* Clarified the version info and added eof empty lines.

* Fixed template for edit-page on single lang site; enabled add-issue-to-project.

* Fixed layouts for alpha/beta banners.

* Removed empty lines to fix table rendering in server overview.

* Closed some HTML anchor tags to fix rendering issues.

* Fixed rendering of cell within table for Pipelines output viewer.

* Fixed list formatting in kfctl/kustomize guide.
2020-04-14 15:12:03 -07:00
Jane Man bffdc5e54f
Fixed program.py when num of line requested is more than actual num (#1831)
* Fixed program.py when num of line requested is more than actual number of line in input file

* Simple typo fix for SDK example (#1830)

* Adding StorageClass documentation to istio-dex installation (#1834)

* Adding StorageClass documentation to istio-dex installation

* Fixed spelling of "on-premises"

Co-authored-by: Sarah Maddox <sarahmaddox@users.noreply.github.com>

* Fixed program.py when num of line requested is more than actual number of line in input file

* Addressed review comment

* Moved break statement to the next line

* Removing excess whitespace

Co-authored-by: Caleb Bailey-moss <62480501+calebmoss@users.noreply.github.com>
Co-authored-by: Krishna Durai <krishnadurai20@gmail.com>
Co-authored-by: Sarah Maddox <sarahmaddox@users.noreply.github.com>
Co-authored-by: Joe Liedtke <joeliedtke@google.com>
2020-04-03 15:33:46 -07:00
Caleb Bailey-moss b44ef690ee
Simple typo fix for SDK example (#1830) 2020-03-23 10:11:25 -07:00
Jane Man faa8fa7f06
corret image name in docker inspect (#1829) 2020-03-20 11:40:09 -07:00
jingzhang36 49308e1b9f
Add a simple example to show how to use upload local files when creating pipeline versions (#1776)
* Add a simple example to show how to use upload apis

* add example number and we will have more examples

* shorten the title

* be more precise with the client name

* add a command for user to test sdk version

* address comments

* modified the title

* addressing comments
2020-03-18 14:52:43 -07:00
Pierre Tholoniat 6040ef582a
Fix YAML dict syntax (use ":" instead of "=") (#1799)
For example, change `{name: Input 1, type: GCSPath, description='Data for Input 1'}` to `{name: Input 1, type: GCSPath, description: 'Data for Input 1'}`.
2020-03-13 11:25:47 -07:00
Yuan (Bob) Gong c76ec73743
[KFP] Introduce inline visualization (#1766)
* Introduce inline visualization

* Introduce lightweight components output visualization

* Update CR comments

* Update output-viewer.md

* Update output-viewer.md
2020-03-09 16:53:37 -07:00
Kubernetes Prow Robot 9e6bc1d8af
Fixed broken links in pipeline sdk-overview (#1768)
* Fixed broken links in pipeline sdk-overview

* changed notebook title
2020-03-04 17:32:38 -08:00
Joe Liedtke 97d4f0f23e
Formats code samples and updates link text (#1733)
* Formats code samples and updates link text

* Applying reviewer feedback
2020-02-24 16:23:36 -08:00
JohanWork e752628abb
Example how to use environment variables (#1697)
* adding a example about reading enviroment variables

* update

* updating spelling misstake and clearifyng

* updating after feedback on spelling, and style

* correcting previous push

* removing small comment and reanaming pipline
2020-02-23 17:38:47 -08:00
Manjong Han 809485ff80
Fix typo in install-sdk.md (#1708) 2020-02-19 12:34:49 -08:00
Sarah Maddox 627bae1bb3
Kubeflow v1.0: Versioning policy and app stability indicators (#1308)
* First commit of versioning policy and product-ready indicators.

* Started the application version matrix.

* Further refinements to the versioning policy.

* Further refinements to the app version matrix.

* Finished the matrices.

* Added production-ready batch to more components.

* Updated to reflect feedback in reviewing meeting.

* Reverted changes to GKE deployment reasons - no longer needed.

* Reverted changes to GKE deployment reasons - no longer needed.

* Added the Pipelines SDK to the versioning doc.

* Clarified that kubectl doesn't discriminate based on app status.

* Adjusted after tech writer review.

* Added a missing and.

* Updated app versions to latest known.

* Added link to support page (which is added by PR #1520).

* Changed status 'experimental' to 'alpha' throughout.

* Initial commit of a shortcode for alpha banner.

* Fixed error in alpha shortcode.

* Finalised alpha and beta shortcodes; added alpha to Chainer docs.

* Further tweaking of the alpha and beta banners.

* Added all status banners and swapped docs/github links.

* Added empty line at end of file.

* Added version numbers for Metadata and Fairing.

* Added some version numbers to the matrix and removed TFServing and Batch Predict.
2020-02-04 09:49:28 -08:00
sina chavoshi ecd2e4e51e
Update install-sdk.md (#1552)
* Update install-sdk.md

* Using python3 -m pip install instead of pip3

* Update install-sdk.md
2020-01-29 10:58:14 -08:00
sina chavoshi 8150bf0157 Update sdk-overview.md (#1544)
* Update sdk-overview.md

* updated based on review feedback

* Update sdk-overview.md
2020-01-27 11:12:42 -08:00
Amy 6a6b35bdfb typo fix (#1565)
'nbcovert' --> 'nbconvert'
2020-01-27 09:21:03 -08:00
jingzhang36 db2b59005f Add demo of using custom visualization with taxi pipeline (#1533)
* Add example of using custom visualization with taxi pipeline

* fix a typo
2020-01-16 18:06:57 -08:00
Karen Bradshaw 7838f04e26 update formatting of code blocks (#1526)
* update formatting of code blocks

See issue #1505.

* update video element width, height
2020-01-13 14:39:09 -08:00
Kirin Patel e9603bd8b3 Fixed code snippets (#1509) 2020-01-08 11:49:40 -08:00
Sarah Maddox ab7ae7f914 Moved GCP-specific docs to GCP pipelines section. (#1498) 2020-01-06 14:26:17 -08:00
jingzhang36 bece48a8b8 Add an exmaple of how to use TFDV visualization in KFP (#1487)
* Add an exmaple of how to use TFDV visualization in KFP

* Make the video area larger

* Make video area even larger

* Address comments
2019-12-26 16:23:39 -08:00
dnavale 11ebd962ba WtD fixit: Readability improvements for How to write a recursive function (#1393)
Fixes https://github.com/kubeflow/website/issues/1372
2019-11-13 20:07:42 -08:00
nkrish1983 bf0a458506 WtD fixit: Readability improvements for Python Based Visualizations (#1383)
Fixes https://www.kubeflow.org/docs/pipelines/sdk/python-based-visualizations/
2019-11-13 19:45:35 -08:00
Peter Conrad 90afd9a432 WtD fixit: Readability improvements for Enable GPU and TPU (#1380)
Fixes https://github.com/kubeflow/website/issues/1370
2019-11-13 19:43:35 -08:00
Bryan Ye e1f1aa8cc1 WtD fixit: Readability improvements for Manipulate Kubernetes Resourc… (#1376)
* WtD fixit: Readability improvements for Manipulate Kubernetes Resources as part of pipeline

Fixes https://github.com/kubeflow/website/issues/1373

* Add "a" to title
2019-11-13 19:21:35 -08:00
Alexey Volkov 8686643d7f [Pipelines] Small fix for component guide (#1286) 2019-10-28 10:50:44 -07:00
Alexey Volkov a1893e88bd [Pipelines] Greatly simplified the "Create Reusable Components" tutorial (#1277)
* [Pipelines] Greatly simplified the "Create Reusable Components" tutorial

The recently added artifact passing feature (and the `inputPath` placeholder) makes data passing and component development much simpler.
Updating the tutorials.

* Addressed feedback
2019-10-27 05:01:24 -07:00
Alexey Volkov 53f0531e72 Moving the advanced topic "Manipulate Kubernetes Resources" down (#1276)
Part of the curriculum organization https://github.com/kubeflow/pipelines/issues/2490
2019-10-25 08:33:39 -07:00
Sarah Maddox 8aa22af635 Replaced KFAPP with KF_NAME and fixed some URLs. (#1266) 2019-10-24 09:31:23 -07:00
Kirin Patel 5b36749bc8 Add Documentation for new Python Based Visualizations (v0.7) (#1076)
* Started work on Python Based Visualization documentation

* Continued work on Python Based Visualization documentation

* Pipelines -> Kubeflow Pipelines

* Improved wording surrounding link in output-viewer.md

* Removed Jupyter reference

* Removed ambiguity surrounding "Kubeflow Pipelines Team" and "users"

* Removed "Why Predefined Visualizations are Important" section

* Fixed brand name capitalization

* Fixed header name capitalization

* i.e. -> that is (spelling out abbreviations)

* Removed "How to create predefined visualizations" in favor of "Next Steps"

https://github.com/kubeflow/pipelines/pull/1853

* Added periods to the end of each list item

* Continued addressing PR feedback

* Fixed TODO and added additional information to pre-intro paragraph

* Added details for how to enable custom visualizations
* Added details about python based visualizations vs. current offering

* Added images

* Changed last occurrence of Arbitrary -> Custom

* Addressed PR feedback

* Added version info and changed customizability -> customization

Version info currently leads to dead links as releases have not yet been made

* Changed version of Kubeflow release

* Addressed most of the PR comments from @sarahmaddox
2019-10-12 06:32:37 -07:00
Oleg Butuzov e2040afbe6 updating broken pipelines references (#1199)
* updating broken pipelines references

This is global update, its meaning to fix links to kubeflow/pipelines
repository

1. `pipeline-metrics.md` - taxy pipeline and notebook link (tfx)
2. `manipulate-reposerces.md` - renamed resources
    see kubeflow/pipelines@fe0bc678a
3. `build-pipeline.md` link to tfx notebook + general link to
    samples/core, as notebooks now located in multiple directories.
4. `build-pipeline.md` - other pipeline repo changes.

* Additional fix for new found broken resources

Added two more fixes for broken pipelines, not covered before.

* Updating `pipelines metrics`
2019-10-09 13:35:51 -07:00
Ning 480966bce8 update tfx cab sample links (#1157)
* update tfx cab sample links

* fix
2019-10-07 15:57:11 -07:00
Ning 5a0bbe6a43 add hard_constraint support for the preemptible VMs in KFP (#1170) 2019-10-03 15:11:55 -07:00
Oleg Butuzov a51773643d Multiple dead/broken links fixed see #1184 (#1185) 2019-10-01 14:59:08 -07:00
Shanid K P 9d12137b99 fix broken link (#1164)
fix broken link - tfx oss using components example and replace with a simple component build example
2019-09-29 22:31:36 -07:00
Alexey Volkov 391b650f17 Deemphasized manual creation of `PipelineParam` objects (#1161) 2019-09-29 22:19:36 -07:00
Jiaxiao Zheng e5ec21ba8b Fix links (#1141) 2019-09-10 14:24:49 -07:00
Ilias Katsakioris 92a743d373 KFP SDK: Add Documentation on K8s Resource Manipulation (#1122)
* KFP SDK: Add Documentation on K8s Resource Manipulation

Add documentation for:
  * ResourceOp
  * VolumeOp
  * PipelineVolume
  * VolumeSnapshotOp

* Fix typo resulting in broken link

* Add reference in sdk-overview

* Minor rephrasing in manipulate-resources description
2019-09-05 22:10:57 -07:00
Yuan (Bob) Gong 7a1908308e Change kfp sdk version to latest (#1095) 2019-08-23 00:17:18 -07:00
Jiaxiao Zheng cf7b9f3a87 Fix broken links. (#1060) 2019-08-11 18:21:10 -07:00
Ning 05d3d92332 update sample link after kfp sample restructure (#1057) 2019-08-09 21:51:13 -07:00
Michael Benavidez beefae93e9 PR for Issue 795 (outdated Pipelines SDK guide) (#971)
* Update pipelines-tutorial.md

* Add files via upload

* Update kubeflow-current-version.html

* Delete kubeflow-current-version.html

Unnecessary, kf-stable-tag already serves this purpose.

* Update pipelines-tutorial.md

* Update pipelines-tutorial.md

* Update pipelines-tutorial.md

* Update build-component.md

* Update build-component.md

* Update build-component.md

* Update build-component.md

* Update build-component.md

* Update build-component.md
2019-08-07 09:02:51 -07:00
Sarah Maddox 1a5bd1ba2b Fixed a couple more links. 2019-08-07 09:56:32 +10:00
Sarah Maddox 065a1330ed Added page for shared components and resources 2019-08-07 09:56:32 +10:00
Matt Callanan db5ad7e7c6 Fixed link to xgboost-training-cm.py (#1018) 2019-08-04 13:33:48 -07:00
Ning 070a0ead7a minor fix (#1007) 2019-07-31 16:54:13 -07:00
Karen Bradshaw fae0bf9873 fix a few typos (#985)
- See #936
- See #982
2019-07-29 14:58:49 -07:00
Riley Bauer 0b3237131a Adds markdown visualization example and image (#926)
* Adds example markdown code and image to docs

* Adds comments

* Update image
2019-07-12 16:25:04 -07:00
Joe Liedtke 872caedc7c Adds pl sdk ver shortcode and uses it for install (#885) 2019-07-10 15:08:27 -07:00
Ilias Katsakioris 50d4e24be0 KFP SDK Overview: Add mentions to more DSL entities (#837)
Supplement the KFP SDK Overview with the following entities:

* kfp.dsl.ResourceOp
* kfp.dsl.VolumeOp
* kfp.dsl.VolumeSnapshotOp
* kfp.dsl.PipelineVolume

Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
2019-06-26 20:51:21 -07:00
Sarah Maddox 67c34d3014 Linked to the new Pipelines SDK intro from various pages (#827)
* Linked to Pipelines SDK intro from various pages.

* Tweaks.

* Update content/docs/pipelines/tutorials/build-pipeline.md

Co-Authored-By: Dwight J Lyle <dwightjl@users.noreply.github.com>
2019-06-24 16:52:36 -07:00