Skip to content

Commit b786a87

Browse files
committed
Add a new panel about sparse arrays
1 parent cb61b55 commit b786a87

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"css/custom.css",
2828
]
2929
html_logo = "_static/blosc-logo_256.png"
30-
html_favicon = "_static/blosc-logo_128.png"
30+
# Just use the favicon from the parent project
31+
# html_favicon = "_static/blosc-logo_128.png"
3132
html_theme_options = {
3233
"logo": {
3334
"link": "/index",
3435
"alt_text": "Blosc",
3536
},
3637
"external_links": [
3738
{"name": "C-Blosc2", "url": "/c-blosc2/c-blosc2.html"},
38-
{"name": "Python-Blosc", "url": "/python-blosc/python-blosc.html"},
39-
{"name": "Blosc In Depth", "url": "/pages/blosc-in-depth/"},
39+
{"name": "Python-Blosc2", "url": "/python-blosc/python-blosc2/"},
4040
{"name": "Donate to Blosc", "url": "/pages/donate/"},
4141
],
4242
"github_url": "https://github.com/Blosc/python-blosc2",

doc/python-blosc2.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
---
4848

49-
**Streamlined format**
49+
**Uncomplicated format**
5050

5151
`Blosc2's format <https://github.com/Blosc/c-blosc2/blob/main/README_FORMAT.rst>`_, with specs taking less than 4000 words, makes it easy to integrate with other systems and tools.
5252

@@ -62,6 +62,14 @@
6262

6363
Leverages multi-level CPU caches, `enhancing data access <https://www.blosc.org/posts/blosc2-ndim-intro/>`_ and `performance <https://www.blosc.org/posts/ndim-reductions/>`_ for modern multi-core processors.
6464

65+
.. panels::
66+
:card: intro-card text-center no-border
67+
:column: col-lg-4 col-md-6 col-sm-12 mb-4 offset-lg-4 offset-md-3
68+
:container: + gap-3
69+
70+
**Sparse arrays**
71+
72+
For `efficient storage <https://www.blosc.org/docs/Exploring-MilkyWay-SciPy2023.pdf>`_ and `data manipulation <https://www.blosc.org/docs/Exploring-MilkyWay-SciPy2023-paper.pdf>`_ with many zero values.
6573

6674
.. raw:: html
6775

0 commit comments

Comments
 (0)