summaryrefslogtreecommitdiff
path: root/docs/src/api/python/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 14:19:32 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commitd4939e8694a6762dc9de2f4027266850f49790ac (patch)
tree89545f23dbb74766ed42dd1824c59eae35f26800 /docs/src/api/python/README.md
parentc654b48763592baae78b10f6fefec10be29e979b (diff)
Docs: Update API section for V2
Diffstat (limited to 'docs/src/api/python/README.md')
-rw-r--r--docs/src/api/python/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/api/python/README.md b/docs/src/api/python/README.md
deleted file mode 100644
index 6bc66b6..0000000
--- a/docs/src/api/python/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# Python
-As the Go library is build as a *shared* library, it can be loaded by other languages. We have created wrapper code for Python to use this library. The api documentation can be found [here](./rtd/index.html). In the next chapter we will give a similar example to the Go example.