Skip to content

Commit

Permalink
finished the 'Vector objects' tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Dec 19, 2024
1 parent 47aa9b1 commit ce1ef28
Show file tree
Hide file tree
Showing 7 changed files with 1,031 additions and 6 deletions.
16 changes: 16 additions & 0 deletions docs/src/awkward.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
"source": [
"# Awkward Arrays of vectors"
]
},
{
"cell_type": "markdown",
"id": "26894013-8d55-45b5-9592-6a82c6e7440a",
"metadata": {},
"source": [
"First, [install](index.md#installation) and import Vector."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "8f504534-1fa5-4dfb-b0c9-f7a2b2d12eae",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
16 changes: 16 additions & 0 deletions docs/src/numba.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
"source": [
"# Compiling functions on vectors with Numba"
]
},
{
"cell_type": "markdown",
"id": "26a7599a-5b33-4f6d-85d2-788295abe176",
"metadata": {},
"source": [
"First, [install](index.md#installation) and import Vector."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "2ccf22f1-fc21-4afe-8e46-baef45a1e85b",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
16 changes: 16 additions & 0 deletions docs/src/numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
"source": [
"# NumPy arrays of vectors"
]
},
{
"cell_type": "markdown",
"id": "1144533f-0290-43f2-a9f2-adc9d042ed1a",
"metadata": {},
"source": [
"First, [install](index.md#installation) and import Vector."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "04ce97c4-d7db-458a-9976-68af8eeb9b58",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit ce1ef28

Please sign in to comment.