File tree Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ On demand access to remote Blosc2 data repositories.
12
12
Getting Started
13
13
^^^^^^^^^^^^^^^
14
14
15
- New to Caterva2? Check out the getting started guides . They contain an
15
+ New to Caterva2? Check out the getting started guide . They contain an
16
16
introduction to Caterva2 main concepts.
17
17
18
18
+++
@@ -22,7 +22,7 @@ On demand access to remote Blosc2 data repositories.
22
22
:color: dark
23
23
:click-parent:
24
24
25
- To the getting started guide
25
+ Get started!
26
26
27
27
.. grid-item-card ::
28
28
:img-top: _static/index_user_guide.svg
@@ -51,19 +51,12 @@ On demand access to remote Blosc2 data repositories.
51
51
52
52
+++
53
53
54
- .. button-ref :: reference/index
55
- :expand:
56
- :color: dark
57
- :click-parent:
58
-
59
- To the Python API reference
60
-
61
- .. button-ref :: reference/rest_api
62
- :expand:
63
- :color: dark
64
- :click-parent:
54
+ .. raw :: html
65
55
66
- To the REST API reference
56
+ <div class =" button-container" >
57
+ <a class =" sd-btn sd-btn-dark left-button" href =" reference/index.html" >Python API</a >
58
+ <a class =" sd-btn sd-btn-dark right-button" href =" reference/rest_api.html" >REST API</a >
59
+ </div >
67
60
68
61
.. grid-item-card ::
69
62
:img-top: _static/index_contribute.svg
Original file line number Diff line number Diff line change @@ -121,3 +121,13 @@ html[data-theme=dark] h1 {
121
121
html [data-theme = dark ] h3 {
122
122
color : # 0a6774 ;
123
123
}
124
+
125
+ .left-button {
126
+ float : left;
127
+ width : 48% ;
128
+ }
129
+
130
+ .right-button {
131
+ float : right;
132
+ width : 48% ;
133
+ }
You can’t perform that action at this time.
0 commit comments