-
Notifications
You must be signed in to change notification settings - Fork 781
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
Generate API reference docs #366
Comments
Here's the existing issue for the Pipelines reference: #345 - it includes some discussion. |
We need to think about how we'll include the generated reference docs in our Kubeflow website.
|
There's a REST API that you can use to, for example, create a new pipeline. Here is the swagger definition for the API: The Python SDK supports submitting pipeline runs programmatically: |
Useful discussion happening over here: kubeflow/training-operator#731 |
Docs for TFJob are now generated; kubeflow/training-operator#731 is closed. @sarahmaddox Is there more work to be done here or can we close this issue? |
I'm not sure - are there any other APIs / CRDs we should generate references for? If so, perhaps we should create individual issues for those, and close this generic issue.
|
SGTM. Lets close this issue and open up additional specific issues as needed. |
We should generate API reference docs for various aspects of Kubeflow; e.g our custom operators, the Katib API, Pipelines API.
Here are instructions for how Kubernetes generates its reference docs. Looks like its based on OpenAPI specs.
https://kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/
Related issues:
kubeflow/katib#120 - Document Katib API
kubeflow/training-operator#731 - Document TFJob API
The text was updated successfully, but these errors were encountered: