Skip to content

Commit a5e956e

Browse files
authored
fix sphinx config and update the documentation (#289)
* fix sphinx config and update the documentation * fix dependencies image target url
1 parent fc003c8 commit a5e956e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+559
-230
lines changed

docs/source/_static/css/styles.css

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
/*
2+
Logo
3+
====
4+
*/
5+
6+
.logo {
7+
max-height: 200px;
8+
}
9+
/*
10+
Examples Panel
11+
==============
12+
*/
13+
14+
.examples {
15+
tab-size: 4;
16+
font-family: inherit;
17+
line-height: inherit;
18+
box-sizing: border-box;
19+
border-width: 0;
20+
border-style: solid;
21+
border-color: #e5e7eb;
22+
--tw-shadow: 0 0 #0000;
23+
--tw-ring-inset: var(--tw-empty, /*!*/
24+
/*!*/
25+
);
26+
--tw-ring-offset-width: 0px;
27+
--tw-ring-offset-color: #fff;
28+
--tw-ring-color: rgba(59, 130, 246, 0.5);
29+
--tw-ring-offset-shadow: 0 0 #0000;
30+
--tw-ring-shadow: 0 0 #0000;
31+
--tw-bg-opacity: 1;
32+
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
33+
display: flex;
34+
flex-wrap: wrap;
35+
margin-bottom: 3rem;
36+
padding: 0.5rem;
37+
padding-left: 1rem;
38+
padding-right: 1rem;
39+
width: 100%;
40+
}
41+
42+
.examples-item {
43+
text-decoration: inherit;
44+
color: #1a0dab;
45+
--tw-border-opacity: 1;
46+
border-color: rgba(107, 114, 128, var(--tw-border-opacity));
47+
border-width: 2px;
48+
margin-left: 0.25rem;
49+
margin-right: 0.25rem;
50+
margin-top: 1rem;
51+
margin-bottom: 0.5rem;
52+
}
53+
54+
.examples-item>img {
55+
vertical-align: middle;
56+
display: block;
57+
max-width: 100px;
58+
max-height: 60px;
59+
width: auto;
60+
height: auto;
61+
}
62+
/*
63+
Description Band
64+
================
65+
*/
66+
67+
.description-libs {
68+
tab-size: 4;
69+
font-family: inherit;
70+
box-sizing: border-box;
71+
border-width: 0;
72+
border-style: solid;
73+
border-color: #e5e7eb;
74+
--tw-shadow: 0 0 #0000;
75+
--tw-ring-inset: var(--tw-empty, /*!*/
76+
/*!*/
77+
);
78+
--tw-ring-offset-width: 0px;
79+
--tw-ring-offset-color: #fff;
80+
--tw-ring-color: rgba(59, 130, 246, 0.5);
81+
--tw-ring-offset-shadow: 0 0 #0000;
82+
--tw-ring-shadow: 0 0 #0000;
83+
--tw-bg-opacity: 1;
84+
background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
85+
display: flex;
86+
justify-content: center;
87+
font-size: 0.9rem;
88+
line-height: 1.75rem;
89+
text-align: center;
90+
--tw-text-opacity: 1;
91+
color: rgba(255, 255, 255, var(--tw-text-opacity));
92+
flex-direction: row;
93+
}
94+
95+
.python {
96+
font-size: 1.25rem;
97+
margin: 1rem;
98+
padding-top: 0.25rem;
99+
padding-bottom: 0.5rem;
100+
width: 25%;
101+
}
102+
103+
.python>img {
104+
display: block;
105+
vertical-align: middle;
106+
max-width: 100%;
107+
width: 7rem;
108+
margin: 0px auto;
109+
height: 75px;
110+
}
111+
112+
.numba {
113+
font-size: 1.25rem;
114+
--tw-border-opacity: 1;
115+
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
116+
margin: 1rem;
117+
padding-top: 0.25rem;
118+
padding-bottom: 0.5rem;
119+
width: 25%;
120+
}
121+
122+
.numba>img {
123+
display: block;
124+
vertical-align: middle;
125+
max-width: 100%;
126+
width: 7rem;
127+
margin: 0px auto;
128+
height: 75px;
129+
}
130+
131+
.dask {
132+
font-size: 1.25rem;
133+
margin: 1rem;
134+
padding-top: 0.25rem;
135+
padding-bottom: 0.5rem;
136+
width: 25%;
137+
}
138+
139+
.dask>img {
140+
text-align: center;
141+
display: block;
142+
vertical-align: middle;
143+
max-width: 100%;
144+
width: 7rem;
145+
margin: 0px auto;
146+
height: 75px;
147+
}
148+
149+
.description-text {
150+
tab-size: 4;
151+
box-sizing: border-box;
152+
border-width: 0;
153+
border-style: solid;
154+
border-color: #e5e7eb;
155+
--tw-shadow: 0 0 #0000;
156+
--tw-ring-inset: var(--tw-empty, /*!*/
157+
/*!*/
158+
);
159+
--tw-ring-offset-width: 0px;
160+
--tw-ring-offset-color: #fff;
161+
--tw-ring-color: rgba(59, 130, 246, 0.5);
162+
--tw-ring-offset-shadow: 0 0 #0000;
163+
--tw-ring-shadow: 0 0 #0000;
164+
--tw-bg-opacity: 1;
165+
background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
166+
display: flex;
167+
justify-content: center;
168+
font-size: 1.875rem;
169+
line-height: 2.25rem;
170+
margin-top: 0.25rem;
171+
margin-bottom: 0.25rem;
172+
padding-top: 2rem;
173+
padding-bottom: 2rem;
174+
text-align: center;
175+
--tw-text-opacity: 1;
176+
color: rgba(255, 255, 255, var(--tw-text-opacity));
177+
}

docs/source/_static/img/0-0.png

160 KB
Loading

docs/source/_static/img/0-1.png

15.7 KB
Loading

docs/source/_static/img/0-2.png

12 KB
Loading

docs/source/_static/img/0-3.png

50.8 KB
Loading

docs/source/_static/img/0-4.png

107 KB
Loading

docs/source/_static/img/1-0.png

165 KB
Loading

docs/source/_static/img/1-1.png

328 KB
Loading

docs/source/_static/img/1-2.png

293 KB
Loading

docs/source/_static/img/1-3.png

223 KB
Loading

0 commit comments

Comments
 (0)