Skip to content

Commit

Permalink
finished the 'NumPy arrays' tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Dec 19, 2024
1 parent c8c9ff5 commit 67f7700
Show file tree
Hide file tree
Showing 6 changed files with 770 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/src/awkward.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "26894013-8d55-45b5-9592-6a82c6e7440a",
"metadata": {},
"source": [
"First, [install](index.md#installation) and import Vector."
"First, [install](../index.md#installation) and import Vector."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/make_numpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To create a NumPy array of vectors,

1. use the `vector.array` function (`vector.arr` is a synonym)
2. use the `vector.VectorNumpy` class constructor
3. or cast a structured NumPy array as the appropriate class.
3. or cast a structured NumPy array as the appropriate class, which can avoid copying data.

## General constructor

Expand Down
2 changes: 1 addition & 1 deletion docs/src/numba.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "26a7599a-5b33-4f6d-85d2-788295abe176",
"metadata": {},
"source": [
"First, [install](index.md#installation) and import Vector."
"First, [install](../index.md#installation) and import Vector."
]
},
{
Expand Down
Loading

0 comments on commit 67f7700

Please sign in to comment.