Skip to content

Commit

Permalink
adding api documentation for udf decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-sj committed Jun 17, 2024
1 parent f9db545 commit e722cc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auto_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"mr_api": ["hopsworks.project.Project.get_model_registry"],
"ms_api": ["hopsworks.project.Project.get_model_serving"],
},
"api/udf.md": {
"udf": ["hopsworks.udf"],
},
"api/connection.md": {
"connection_create": ["hopsworks.connection.Connection.connection"],
"connection_properties": keras_autodoc.get_properties(
Expand Down
3 changes: 3 additions & 0 deletions docs/templates/api/udf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# UDF API

{{udf}}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ nav:
- Login: generated/api/login.md
- Connection: generated/api/connection.md
- Projects: generated/api/projects.md
- UDF: generated/api/udf.md
- Jobs: generated/api/jobs.md
- Executions: generated/api/executions.md
- FlinkCluster: generated/api/flink_cluster.md
Expand Down

0 comments on commit e722cc0

Please sign in to comment.