Skip to content

Commit 2761fff

Browse files
committed
chore(docs): fix docs what-is
1 parent f248a34 commit 2761fff

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'main.css',
7777
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css',
7878
]
79-
html_js_files = ['https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js', 'docbot.js']
79+
html_js_files = ['https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js']
8080
htmlhelp_basename = slug
8181
html_show_sourcelink = False
8282
html_favicon = '_static/favicon.png'
3.64 MB
Loading

docs/get-started/what-is.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# What is DocArray?
22

3+
```{figure} docarray-vs-banner.gif
4+
:scale: 0 %
5+
```
6+
37
- It is like JSON, but for intensive computation.
48
- It is like `numpy.ndarray`, but for unstructured data.
59
- It is like `pandas.DataFrame`, but for nested and mixed media data with embeddings.

0 commit comments

Comments
 (0)