summaryrefslogtreecommitdiff
path: root/docs/src/api/python/example.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/example.md
parentc654b48763592baae78b10f6fefec10be29e979b (diff)
Docs: Update API section for V2
Diffstat (limited to 'docs/src/api/python/example.md')
-rw-r--r--docs/src/api/python/example.md7
1 files changed, 0 insertions, 7 deletions
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}}
-```