Skip to content

Commit 0e15acf

Browse files
committed
docs
1 parent b085b52 commit 0e15acf

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

nbs/index.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"source": [
1818
"# fastcaddy\n",
1919
"\n",
20-
"> A simple python wrapper for using the caddy API"
20+
"> A simple python wrapper for using the caddy API\n",
21+
"\n",
22+
"- skip_showdoc: true\n",
23+
"- skip_exec: true"
2124
]
2225
},
2326
{

nbs/test_add_sub_reverse_proxy.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"id": "33dfcb6a",
66
"metadata": {},
77
"source": [
8-
"# Test add_sub_reverse_proxy"
8+
"# Test add_sub_reverse_proxy\n",
9+
"\n",
10+
"- skip_showdoc: true\n",
11+
"- skip_exec: true"
912
]
1013
},
1114
{
@@ -26,8 +29,7 @@
2629
"metadata": {},
2730
"outputs": [],
2831
"source": [
29-
"import json\n",
30-
"from rich import print"
32+
"import json"
3133
]
3234
},
3335
{

0 commit comments

Comments
 (0)