Skip to content

Commit

Permalink
Add a new panel about sparse arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 15, 2024
1 parent cb61b55 commit b786a87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"css/custom.css",
]
html_logo = "_static/blosc-logo_256.png"
html_favicon = "_static/blosc-logo_128.png"
# Just use the favicon from the parent project
# html_favicon = "_static/blosc-logo_128.png"
html_theme_options = {
"logo": {
"link": "/index",
"alt_text": "Blosc",
},
"external_links": [
{"name": "C-Blosc2", "url": "/c-blosc2/c-blosc2.html"},
{"name": "Python-Blosc", "url": "/python-blosc/python-blosc.html"},
{"name": "Blosc In Depth", "url": "/pages/blosc-in-depth/"},
{"name": "Python-Blosc2", "url": "/python-blosc/python-blosc2/"},
{"name": "Donate to Blosc", "url": "/pages/donate/"},
],
"github_url": "https://github.com/Blosc/python-blosc2",
Expand Down
10 changes: 9 additions & 1 deletion doc/python-blosc2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

---

**Streamlined format**
**Uncomplicated format**

`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.

Expand All @@ -62,6 +62,14 @@

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.

.. panels::
:card: intro-card text-center no-border
:column: col-lg-4 col-md-6 col-sm-12 mb-4 offset-lg-4 offset-md-3
:container: + gap-3

**Sparse arrays**

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.

.. raw:: html

Expand Down

0 comments on commit b786a87

Please sign in to comment.