From d4939e8694a6762dc9de2f4027266850f49790ac Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 1 May 2023 14:19:32 +0200 Subject: Docs: Update API section for V2 --- docs/src/api/python/README.md | 2 -- docs/src/api/python/example.md | 7 ------- 2 files changed, 9 deletions(-) delete mode 100644 docs/src/api/python/README.md delete mode 100644 docs/src/api/python/example.md (limited to 'docs/src/api/python') 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. diff --git a/docs/src/api/python/example.md b/docs/src/api/python/example.md deleted file mode 100644 index d4f6c08..0000000 --- a/docs/src/api/python/example.md +++ /dev/null @@ -1,7 +0,0 @@ -# Example with comments - -This is an example that can also be found [in the repository](https://github.com/eduvpn/eduvpn-common/blob/main/wrappers/python/main.py). It gets a config from an Institute Access server with support for multiple profiles. - -```python -{{#include ../../../../wrappers/python/example/main.py}} -``` -- cgit v1.2.3