Skip to content

Commit 7c58c9b

Browse files
Backport PR #31156: DOC: Update of the 'getting started' pages in the sphinx section of the documentation (#32052)
Co-authored-by: Stijn Van Hoey <[email protected]>
1 parent ad54c65 commit 7c58c9b

Some content is hidden

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

52 files changed

+29594
-2
lines changed

doc/data/air_quality_long.csv

+5,273
Large diffs are not rendered by default.

doc/data/air_quality_no2.csv

+1,036
Large diffs are not rendered by default.

doc/data/air_quality_no2_long.csv

+2,069
Large diffs are not rendered by default.

doc/data/air_quality_parameters.csv

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
id,description,name
2+
bc,Black Carbon,BC
3+
co,Carbon Monoxide,CO
4+
no2,Nitrogen Dioxide,NO2
5+
o3,Ozone,O3
6+
pm10,Particulate matter less than 10 micrometers in diameter,PM10
7+
pm25,Particulate matter less than 2.5 micrometers in diameter,PM2.5
8+
so2,Sulfur Dioxide,SO2

doc/data/air_quality_pm25_long.csv

+1,111
Large diffs are not rendered by default.

doc/data/air_quality_stations.csv

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
location,coordinates.latitude,coordinates.longitude
2+
BELAL01,51.23619,4.38522
3+
BELHB23,51.1703,4.341
4+
BELLD01,51.10998,5.00486
5+
BELLD02,51.12038,5.02155
6+
BELR833,51.32766,4.36226
7+
BELSA04,51.31393,4.40387
8+
BELWZ02,51.1928,5.22153
9+
BETM802,51.26099,4.4244
10+
BETN016,51.23365,5.16398
11+
BETR801,51.20966,4.43182
12+
BETR802,51.20952,4.43179
13+
BETR803,51.22863,4.42845
14+
BETR805,51.20823,4.42156
15+
BETR811,51.2521,4.49136
16+
BETR815,51.2147,4.33221
17+
BETR817,51.17713,4.41795
18+
BETR820,51.32042,4.44481
19+
BETR822,51.26429,4.34128
20+
BETR831,51.3488,4.33971
21+
BETR834,51.092,4.3801
22+
BETR891,51.25581,4.38536
23+
BETR893,51.28138,4.38577
24+
BETR894,51.2835,4.3495
25+
BETR897,51.25011,4.3421
26+
FR04004,48.89167,2.34667
27+
FR04012,48.82778,2.3275
28+
FR04014,48.83724,2.3939
29+
FR04014,48.83722,2.3939
30+
FR04031,48.86887,2.31194
31+
FR04031,48.86889,2.31194
32+
FR04037,48.82861,2.36028
33+
FR04060,48.8572,2.2933
34+
FR04071,48.8564,2.33528
35+
FR04071,48.85639,2.33528
36+
FR04118,48.87027,2.3325
37+
FR04118,48.87029,2.3325
38+
FR04131,48.87333,2.33028
39+
FR04135,48.83795,2.40806
40+
FR04135,48.83796,2.40806
41+
FR04141,48.85278,2.36056
42+
FR04141,48.85279,2.36056
43+
FR04143,48.859,2.351
44+
FR04143,48.85944,2.35111
45+
FR04179,48.83038,2.26989
46+
FR04329,48.8386,2.41279
47+
FR04329,48.83862,2.41278
48+
Camden Kerbside,51.54421,-0.17527
49+
Ealing Horn Lane,51.51895,-0.26562
50+
Haringey Roadside,51.5993,-0.06822
51+
London Bexley,51.46603,0.18481
52+
London Bloomsbury,51.52229,-0.12589
53+
London Eltham,51.45258,0.07077
54+
London Haringey Priory Park South,51.58413,-0.12525
55+
London Harlington,51.48879,-0.44161
56+
London Harrow Stanmore,51.61733,-0.29878
57+
London Hillingdon,51.49633,-0.46086
58+
London Marylebone Road,51.52253,-0.15461
59+
London N. Kensington,51.52105,-0.21349
60+
London Teddington,51.42099,-0.33965
61+
London Teddington Bushy Park,51.42529,-0.34561
62+
London Westminster,51.49467,-0.13193
63+
Southend-on-Sea,51.5442,0.67841
64+
Southwark A2 Old Kent Road,51.4805,-0.05955
65+
Thurrock,51.47707,0.31797
66+
Tower Hamlets Roadside,51.52253,-0.04216
67+
Groton Fort Griswold,41.3536,-72.0789

doc/data/titanic.csv

+892
Large diffs are not rendered by default.
+251
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,251 @@
1+
/* Getting started pages */
2+
3+
/* data intro */
4+
.gs-data {
5+
font-size: 0.9rem;
6+
}
7+
8+
.gs-data-title {
9+
align-items: center;
10+
font-size: 0.9rem;
11+
}
12+
13+
.gs-data-title .badge {
14+
margin: 10px;
15+
padding: 5px;
16+
}
17+
18+
.gs-data .badge {
19+
cursor: pointer;
20+
padding: 10px;
21+
border: none;
22+
text-align: left;
23+
outline: none;
24+
font-size: 12px;
25+
}
26+
27+
.gs-data .btn {
28+
background-color: grey;
29+
border: none;
30+
}
31+
32+
/* note/alert properties */
33+
34+
.alert-heading {
35+
font-size: 1.2rem;
36+
}
37+
38+
/* callout properties */
39+
.gs-callout {
40+
padding: 20px;
41+
margin: 20px 0;
42+
border: 1px solid #eee;
43+
border-left-width: 5px;
44+
border-radius: 3px;
45+
}
46+
.gs-callout h4 {
47+
margin-top: 0;
48+
margin-bottom: 5px;
49+
}
50+
.gs-callout p:last-child {
51+
margin-bottom: 0;
52+
}
53+
.gs-callout code {
54+
border-radius: 3px;
55+
}
56+
.gs-callout+.gs-callout {
57+
margin-top: -5px;
58+
}
59+
.gs-callout-remember {
60+
border-left-color: #f0ad4e;
61+
align-items: center;
62+
font-size: 1.2rem;
63+
}
64+
.gs-callout-remember h4 {
65+
color: #f0ad4e;
66+
}
67+
68+
/* reference to user guide */
69+
.gs-torefguide {
70+
align-items: center;
71+
font-size: 0.9rem;
72+
}
73+
74+
.gs-torefguide .badge {
75+
background-color: #130654;
76+
margin: 10px 10px 10px 0px;
77+
padding: 5px;
78+
}
79+
80+
.gs-torefguide a {
81+
margin-left: 5px;
82+
color: #130654;
83+
border-bottom: 1px solid #FFCA00f3;
84+
box-shadow: 0px -10px 0px #FFCA00f3 inset;
85+
}
86+
87+
.gs-torefguide p {
88+
margin-top: 1rem;
89+
}
90+
91+
.gs-torefguide a:hover {
92+
margin-left: 5px;
93+
color: grey;
94+
text-decoration: none;
95+
border-bottom: 1px solid #b2ff80f3;
96+
box-shadow: 0px -10px 0px #b2ff80f3 inset;
97+
}
98+
99+
/* question-task environment */
100+
101+
ul.task-bullet, ol.custom-bullet{
102+
list-style:none;
103+
padding-left: 0;
104+
margin-top: 2em;
105+
}
106+
107+
ul.task-bullet > li:before {
108+
content:"";
109+
height:2em;
110+
width:2em;
111+
display:block;
112+
float:left;
113+
margin-left:-2em;
114+
background-position:center;
115+
background-repeat:no-repeat;
116+
background-color: #130654;
117+
border-radius: 50%;
118+
background-size:100%;
119+
background-image:url('../question_mark_noback.svg');
120+
}
121+
122+
ul.task-bullet > li {
123+
border-left: 1px solid #130654;
124+
padding-left:1em;
125+
}
126+
127+
ul.task-bullet > li > p:first-child {
128+
font-size: 1.1rem;
129+
padding-left: 0.75rem;
130+
}
131+
132+
/* Getting started index page */
133+
134+
.intro-card {
135+
background:#FFF;
136+
border-radius:0;
137+
padding: 30px 10px 10px 10px;
138+
margin: 10px 0px;
139+
}
140+
141+
.intro-card .card-text {
142+
margin:20px 0px;
143+
/*min-height: 150px; */
144+
}
145+
146+
.intro-card .card-img-top {
147+
margin: 10px;
148+
}
149+
150+
.install-block {
151+
padding-bottom: 30px;
152+
}
153+
154+
.install-card .card-header {
155+
border: none;
156+
background-color:white;
157+
color: #150458;
158+
font-size: 1.1rem;
159+
font-weight: bold;
160+
padding: 1rem 1rem 0rem 1rem;
161+
}
162+
163+
.install-card .card-footer {
164+
border: none;
165+
background-color:white;
166+
}
167+
168+
.install-card pre {
169+
margin: 0 1em 1em 1em;
170+
}
171+
172+
.custom-button {
173+
background-color:#DCDCDC;
174+
border: none;
175+
color: #484848;
176+
text-align: center;
177+
text-decoration: none;
178+
display: inline-block;
179+
font-size: 0.9rem;
180+
border-radius: 0.5rem;
181+
max-width: 120px;
182+
padding: 0.5rem 0rem;
183+
}
184+
185+
.custom-button a {
186+
color: #484848;
187+
}
188+
189+
.custom-button p {
190+
margin-top: 0;
191+
margin-bottom: 0rem;
192+
color: #484848;
193+
}
194+
195+
/* intro to tutorial collapsed cards */
196+
197+
.tutorial-accordion {
198+
margin-top: 20px;
199+
margin-bottom: 20px;
200+
}
201+
202+
.tutorial-card .card-header.card-link .btn {
203+
margin-right: 12px;
204+
}
205+
206+
.tutorial-card .card-header.card-link .btn:after {
207+
content: "-";
208+
}
209+
210+
.tutorial-card .card-header.card-link.collapsed .btn:after {
211+
content: "+";
212+
}
213+
214+
.tutorial-card-header-1 {
215+
justify-content: space-between;
216+
align-items: center;
217+
}
218+
219+
.tutorial-card-header-2 {
220+
justify-content: flex-start;
221+
align-items: center;
222+
font-size: 1.3rem;
223+
}
224+
225+
.tutorial-card .card-header {
226+
cursor: pointer;
227+
background-color: white;
228+
}
229+
230+
.tutorial-card .card-body {
231+
background-color: #F0F0F0;
232+
}
233+
234+
.tutorial-card .badge {
235+
background-color: #130654;
236+
margin: 10px 10px 10px 10px;
237+
padding: 5px;
238+
}
239+
240+
.tutorial-card .gs-badge-link p {
241+
margin: 0px;
242+
}
243+
244+
.tutorial-card .gs-badge-link a {
245+
color: white;
246+
text-decoration: none;
247+
}
248+
249+
.tutorial-card .badge:hover {
250+
background-color: grey;
251+
}

doc/source/_static/logo_r.svg

+14
Loading

doc/source/_static/logo_sas.svg

+9
Loading

0 commit comments

Comments
 (0)