@@ -10,14 +10,15 @@ guidelines] as Crossplane.
1010
1111To learn how to use this SDK:
1212
13+ * [ Follow the guide to writing a composition function in Python] [ function guide ]
1314* [ Learn about how composition functions work] [ functions ]
14- * [ Learn about Python code generated from protocol buffers ] [ python-protobuf ]
15+ * [ Read the package documentation ] [ package docs ]
1516
1617The ` RunFunctionRequest ` and ` RunFunctionResponse ` types provided by this SDK
1718are generated from a proto3 protocol buffer schema. Their fields behave
1819similarly to built-in Python types like lists and dictionaries, but there are
19- some differences. Read the generated code documentation to familiarize yourself
20- with the the differences.
20+ some differences. Read the [ generated code documentation] [ python-protobuf ] to
21+ familiarize yourself with the the differences.
2122
2223If you just want to jump in and get started, consider using the
2324[ function-template-python] template repository.
@@ -47,5 +48,7 @@ hatch build
4748[ functions ] : https://docs.crossplane.io/latest/concepts/composition-functions
4849[ python-protobuf ] : https://protobuf.dev/reference/python/python-generated/
4950[ function-template-python ] : https://github.com/crossplane/function-template-python
51+ [ function guide ] : https://docs.crossplane.io/knowledge-base/guides/write-a-composition-function-in-python
52+ [ package docs ] : https://crossplane.github.io/function-sdk-python
5053[ contributing guidelines ] : https://github.com/crossplane/crossplane/tree/master/contributing
5154[ hatch ] : https://github.com/pypa/hatch
0 commit comments