summaryrefslogtreecommitdiff
path: root/docs/src/api/python/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-24 08:46:14 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-24 09:23:18 +0200
commit56f084389a3eb6b34df86af347ce60acdeb6106b (patch)
tree3e3fc02086b7b246752a6dc4804551dd05b4dfa3 /docs/src/api/python/README.md
parent1f3a6e09d3b605fb70cd0dd2165373814feb2eda (diff)
Actions + Docs: Use Sphinx docs for Python
Diffstat (limited to 'docs/src/api/python/README.md')
-rw-r--r--docs/src/api/python/README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/src/api/python/README.md b/docs/src/api/python/README.md
index e15511f..6bc66b6 100644
--- a/docs/src/api/python/README.md
+++ b/docs/src/api/python/README.md
@@ -1,10 +1,2 @@
# 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. We define the functions and then give a similar example to the Go example.
-
-The functions that we will discuss are all part of the `EduVPN` class defined in `eduvpn_common.main`. You can import it like so:
-
-```python
-import eduvpn_common.main as eduvpn
-
-# Then use eduvpn.EduVPN
-```
+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.