summaryrefslogtreecommitdiff
path: root/docs/examples.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples.md')
-rw-r--r--docs/examples.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/examples.md b/docs/examples.md
index 376e458..779a64d 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -166,3 +166,17 @@ The following scripts can also be found in the
:lines: 6-
```
:::
+
+
+### VCR Export
+```{include} ../examples/vcr.py
+:start-line: 2
+:end-line: 5
+```
+
+:::{admonition} Example: `vcr.py`
+:class: toggle
+```{literalinclude} ../examples/vcr.py
+:lines: 7-
+```
+::: \ No newline at end of file