Skip to content

Commit 1c786a3

Browse files
committed
rename
1 parent 77fbba9 commit 1c786a3

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

nbs/00_core.ipynb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "2f405ad0",
66
"metadata": {},
77
"source": [
8-
"# fastgit\n",
8+
"# API\n",
99
"\n",
1010
"> Implementation of fastgit"
1111
]
@@ -173,9 +173,7 @@
173173
"cell_type": "code",
174174
"execution_count": null,
175175
"id": "2addf06e",
176-
"metadata": {
177-
"time_run": "2026-01-04T03:04:56.157776+00:00"
178-
},
176+
"metadata": {},
179177
"outputs": [],
180178
"source": [
181179
"#| hide\n",
@@ -184,10 +182,7 @@
184182
]
185183
}
186184
],
187-
"metadata": {
188-
"solveit_dialog_mode": "learning",
189-
"solveit_ver": 2
190-
},
185+
"metadata": {},
191186
"nbformat": 4,
192187
"nbformat_minor": 5
193188
}

nbs/index.ipynb

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"cell_type": "code",
55
"execution_count": null,
66
"id": "77126577",
7-
"metadata": {
8-
"time_run": "2026-01-04T03:05:30.248760+00:00"
9-
},
7+
"metadata": {},
108
"outputs": [],
119
"source": [
1210
"#| hide\n",
@@ -73,9 +71,7 @@
7371
"cell_type": "code",
7472
"execution_count": null,
7573
"id": "1c2738c4",
76-
"metadata": {
77-
"time_run": "2026-01-04T03:05:30.319738+00:00"
78-
},
74+
"metadata": {},
7975
"outputs": [],
8076
"source": [
8177
"import tempfile"
@@ -85,9 +81,7 @@
8581
"cell_type": "code",
8682
"execution_count": null,
8783
"id": "bc6b01dd",
88-
"metadata": {
89-
"time_run": "2026-01-04T03:05:30.325655+00:00"
90-
},
84+
"metadata": {},
9185
"outputs": [],
9286
"source": [
9387
"def _git_init(g):\n",
@@ -104,9 +98,7 @@
10498
"cell_type": "code",
10599
"execution_count": null,
106100
"id": "451c7aa8",
107-
"metadata": {
108-
"time_run": "2026-01-04T03:05:30.423329+00:00"
109-
},
101+
"metadata": {},
110102
"outputs": [
111103
{
112104
"name": "stdout",
@@ -125,10 +117,7 @@
125117
]
126118
}
127119
],
128-
"metadata": {
129-
"solveit_dialog_mode": "learning",
130-
"solveit_ver": 2
131-
},
120+
"metadata": {},
132121
"nbformat": 4,
133122
"nbformat_minor": 5
134123
}

0 commit comments

Comments
 (0)