Skip to content

Commit d5c651e

Browse files
committed
fix: remove API comparison card in doc index
1 parent ed72dff commit d5c651e

2 files changed

Lines changed: 15 additions & 25 deletions

File tree

docs/demo.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"cell_type": "code",
17-
"execution_count": 16,
17+
"execution_count": null,
1818
"id": "e24a8a4b",
1919
"metadata": {},
2020
"outputs": [
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"cell_type": "code",
64-
"execution_count": 17,
64+
"execution_count": null,
6565
"id": "56410772",
6666
"metadata": {},
6767
"outputs": [
@@ -89,7 +89,7 @@
8989
},
9090
{
9191
"cell_type": "code",
92-
"execution_count": 18,
92+
"execution_count": null,
9393
"id": "1b7d0305",
9494
"metadata": {},
9595
"outputs": [
@@ -141,7 +141,7 @@
141141
},
142142
{
143143
"cell_type": "code",
144-
"execution_count": 19,
144+
"execution_count": null,
145145
"id": "2749c664",
146146
"metadata": {},
147147
"outputs": [
@@ -165,7 +165,7 @@
165165
},
166166
{
167167
"cell_type": "code",
168-
"execution_count": 20,
168+
"execution_count": null,
169169
"id": "1cca2392",
170170
"metadata": {},
171171
"outputs": [
@@ -187,7 +187,7 @@
187187
},
188188
{
189189
"cell_type": "code",
190-
"execution_count": 21,
190+
"execution_count": null,
191191
"id": "2ad6d7e5",
192192
"metadata": {},
193193
"outputs": [
@@ -220,7 +220,7 @@
220220
},
221221
{
222222
"cell_type": "code",
223-
"execution_count": 22,
223+
"execution_count": null,
224224
"id": "b6c4ea8c",
225225
"metadata": {},
226226
"outputs": [
@@ -258,7 +258,7 @@
258258
},
259259
{
260260
"cell_type": "code",
261-
"execution_count": 23,
261+
"execution_count": null,
262262
"id": "6c89bf07",
263263
"metadata": {},
264264
"outputs": [
@@ -285,7 +285,7 @@
285285
},
286286
{
287287
"cell_type": "code",
288-
"execution_count": 24,
288+
"execution_count": null,
289289
"id": "25d8d0e5",
290290
"metadata": {},
291291
"outputs": [
@@ -322,7 +322,7 @@
322322
},
323323
{
324324
"cell_type": "code",
325-
"execution_count": 25,
325+
"execution_count": null,
326326
"id": "d985437b",
327327
"metadata": {},
328328
"outputs": [
@@ -406,7 +406,7 @@
406406
},
407407
{
408408
"cell_type": "code",
409-
"execution_count": 26,
409+
"execution_count": null,
410410
"id": "51179a02",
411411
"metadata": {},
412412
"outputs": [
@@ -440,7 +440,7 @@
440440
},
441441
{
442442
"cell_type": "code",
443-
"execution_count": 27,
443+
"execution_count": null,
444444
"id": "e9bbabc9",
445445
"metadata": {},
446446
"outputs": [
@@ -477,7 +477,7 @@
477477
},
478478
{
479479
"cell_type": "code",
480-
"execution_count": 28,
480+
"execution_count": null,
481481
"id": "1190f8aa",
482482
"metadata": {},
483483
"outputs": [
@@ -518,7 +518,7 @@
518518
},
519519
{
520520
"cell_type": "code",
521-
"execution_count": 29,
521+
"execution_count": null,
522522
"id": "bf2ba150",
523523
"metadata": {},
524524
"outputs": [

docs/index.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get started
4343
data = np.random.normal(0, 1, 10_000)
4444
hist, bin_edges = histogram(data) # optimal bins, no guessing
4545
46-
.. grid:: 1 1 3 3
46+
.. grid:: 1 1 2 2
4747
:gutter: 3
4848
:class-container: sd-mt-3
4949

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

71-
.. grid:: 1 1 2 2
72-
:gutter: 3
73-
:class-container: sd-mt-1
74-
75-
.. grid-item-card:: :octicon:`git-compare;1.5em` API comparison
76-
:link: api_comparison
77-
:link-type: doc
78-
79-
Side-by-side parameter tables for NumPy, Matplotlib, and Khisto.
80-
8171
.. grid-item-card:: :octicon:`play;1.5em` Interactive demo
8272
:link: demo
8373
:link-type: doc

0 commit comments

Comments
 (0)