Skip to content

Commit

Permalink
🎨 Docs
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 9, 2024
1 parent 4e95f4d commit e517974
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions docs/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,6 @@
"source": [
"# Quickstart"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a51faaf3-ee27-43c6-b48d-13be1adb5c46",
"metadata": {},
"outputs": [],
"source": [
"from wheretrue_lamin import ExampleClass, example_function"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fa758625-efb0-4047-9a03-aa534bf6f78e",
"metadata": {},
"outputs": [],
"source": [
"example_function(\"A\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ad22eec0-8f75-4e0b-a132-8a43ccb09b37",
"metadata": {},
"outputs": [],
"source": [
"ex = ExampleClass(1)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8bf01623-742e-425a-973d-132fc61c3d9c",
"metadata": {},
"outputs": [],
"source": [
"assert ex.bar() == \"hello\""
]
}
],
"metadata": {
Expand Down

0 comments on commit e517974

Please sign in to comment.