Skip to content

Commit 94ed51f

Browse files
authored
Add Cubed logo (#792)
1 parent 8e3c42b commit 94ed51f

File tree

7 files changed

+132
-4
lines changed

7 files changed

+132
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cubed
1+
![Cubed](docs/_static/cubed-logo.svg)
22

33
## Scalable array processing with bounded memory
44

docs/_static/cubed-icon.png

916 Bytes
Loading

docs/_static/cubed-icon.svg

Lines changed: 55 additions & 0 deletions
Loading

docs/_static/cubed-logo.png

5.67 KB
Loading

docs/_static/cubed-logo.svg

Lines changed: 70 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858

5959
# General information about the project.
6060
project = "Cubed"
61-
copyright = "2022-2024, Tom White"
62-
author = "Tom White"
61+
copyright = "2022-2025"
62+
author = "Cubed contributors"
6363

6464
# The version info for the project you're documenting, acts as replacement for
6565
# |version| and |release|, also used in various other places throughout the
@@ -115,6 +115,7 @@
115115
"use_fullscreen_button": False,
116116
}
117117
html_title = "Cubed"
118+
html_logo = "_static/cubed-logo.svg"
118119

119120
# Add any paths that contain custom static files (such as style sheets) here,
120121
# relative to this directory. They are copied after the builtin static files,

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Cubed: Scalable array processing with bounded memory
1+
![Cubed](_static/cubed-logo.svg)
2+
3+
# Scalable array processing with bounded memory
24

35
Cubed is a Python library for scalable out-of-core multi-dimensional array processing with bounded memory.
46

0 commit comments

Comments
 (0)