python/doc/source/usage.rst
Kian-Meng Ang 2d299b7a57 Fix typos
Found via `codespell -S CHANGELOG.md,*.json,*.unprocessed -L querys,couldn`
2023-01-27 11:10:29 +08:00

21 lines
441 B
ReStructuredText

========
Usage
========
The directory ``examples`` contains a few examples on how to use the client.
Deployments
-----------
Here is a simple usage of creating a deployment from a yaml file:
.. literalinclude:: ../../examples/create_deployment.py
The following example demonstrates how to create, update and delete deployments
without the need to read a file from the disk:
.. literalinclude:: ../../examples/deployment_examples.py