Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions docs/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": null,
"id": "e24a8a4b",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -61,7 +61,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": null,
"id": "56410772",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -89,7 +89,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": null,
"id": "1b7d0305",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -141,7 +141,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": null,
"id": "2749c664",
"metadata": {},
"outputs": [
Expand All @@ -165,7 +165,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": null,
"id": "1cca2392",
"metadata": {},
"outputs": [
Expand All @@ -187,7 +187,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": null,
"id": "2ad6d7e5",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -220,7 +220,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": null,
"id": "b6c4ea8c",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -258,7 +258,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": null,
"id": "6c89bf07",
"metadata": {},
"outputs": [
Expand All @@ -285,7 +285,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": null,
"id": "25d8d0e5",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -322,7 +322,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": null,
"id": "d985437b",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -406,7 +406,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": null,
"id": "51179a02",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -440,7 +440,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": null,
"id": "e9bbabc9",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -477,7 +477,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": null,
"id": "1190f8aa",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -518,7 +518,7 @@
},
{
"cell_type": "code",
"execution_count": 29,
"execution_count": null,
"id": "bf2ba150",
"metadata": {},
"outputs": [
Expand Down
12 changes: 1 addition & 11 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Get started
data = np.random.normal(0, 1, 10_000)
hist, bin_edges = histogram(data) # optimal bins, no guessing

.. grid:: 1 1 3 3
.. grid:: 1 1 2 2
:gutter: 3
:class-container: sd-mt-3

Expand All @@ -68,16 +68,6 @@ Get started
``compute_histograms`` exposes every granularity level so you can
pick the resolution that suits your analysis.

.. grid:: 1 1 2 2
:gutter: 3
:class-container: sd-mt-1

.. grid-item-card:: :octicon:`git-compare;1.5em` API comparison
:link: api_comparison
:link-type: doc

Side-by-side parameter tables for NumPy, Matplotlib, and Khisto.

.. grid-item-card:: :octicon:`play;1.5em` Interactive demo
:link: demo
:link-type: doc
Expand Down
Loading