3
3
<!DOCTYPE html>
4
4
5
5
6
- < html lang ="fr " >
6
+ < html lang ="fr " data-content_root ="" >
7
7
8
8
< head >
9
9
< meta charset ="utf-8 " />
19
19
</ script >
20
20
21
21
<!-- Loaded before other Sphinx assets -->
22
- < link href ="../_static/styles/theme.css?digest=e353d410970836974a52 " rel ="stylesheet " />
23
- < link href ="../_static/styles/bootstrap.css?digest=e353d410970836974a52 " rel ="stylesheet " />
24
- < link href ="../_static/styles/pydata-sphinx-theme.css?digest=e353d410970836974a52 " rel ="stylesheet " />
22
+ < link href ="../_static/styles/theme.css?digest=5b4479735964841361fd " rel ="stylesheet " />
23
+ < link href ="../_static/styles/bootstrap.css?digest=5b4479735964841361fd " rel ="stylesheet " />
24
+ < link href ="../_static/styles/pydata-sphinx-theme.css?digest=5b4479735964841361fd " rel ="stylesheet " />
25
25
26
26
27
- < link href ="../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=e353d410970836974a52 " rel ="stylesheet " />
27
+ < link href ="../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=5b4479735964841361fd " rel ="stylesheet " />
28
28
< link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 " />
29
29
< link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 " />
30
30
< link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 " />
38
38
< link rel ="stylesheet " type ="text/css " href ="../_static/design-style.4045f2051d55cab465a707391d5b2007.min.css " />
39
39
40
40
<!-- Pre-loaded scripts that we'll load fully later -->
41
- < link rel ="preload " as ="script " href ="../_static/scripts/bootstrap.js?digest=e353d410970836974a52 " />
42
- < link rel ="preload " as ="script " href ="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52 " />
41
+ < link rel ="preload " as ="script " href ="../_static/scripts/bootstrap.js?digest=5b4479735964841361fd " />
42
+ < link rel ="preload " as ="script " href ="../_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd " />
43
+ < script src ="../_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=5b4479735964841361fd "> </ script >
43
44
44
45
< script data-url_root ="../ " id ="documentation_options " src ="../_static/documentation_options.js "> </ script >
45
46
< script src ="../_static/jquery.js "> </ script >
70
71
< link rel ="prev " title ="Groupe 1 : Cartographie de la communauté " href ="../1-carto/intro.html " />
71
72
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
72
73
< meta name ="docsearch:language " content ="fr "/>
74
+ < meta name ="docbuild:last-update " content ="20 mars 2024 "/>
73
75
</ head >
74
76
75
77
79
81
80
82
< a class ="skip-link " href ="#main-content "> Passer au contenu principal</ a >
81
83
84
+ < div id ="pst-scroll-pixel-helper "> </ div >
85
+
86
+
87
+ < button type ="button " class ="btn rounded-pill " id ="pst-back-to-top ">
88
+ < i class ="fa-solid fa-arrow-up "> </ i >
89
+ Back to top
90
+ </ button >
91
+
92
+
82
93
< input type ="checkbox "
83
94
class ="sidebar-toggle "
84
95
name ="__primary "
131
142
132
143
< div class ="sidebar-primary-items__start sidebar-primary__section ">
133
144
< div class ="sidebar-primary-item ">
145
+
134
146
135
147
136
148
< a class ="navbar-brand logo " href ="../index.html ">
137
149
138
150
139
151
140
152
153
+
141
154
142
155
143
156
144
157
145
158
146
- < img src ="../_static/logo_pole_surfaces_planetaires.jpg " class ="logo__image only-light " alt ="Logo image "/>
147
- < script > document . write ( `<img src="../_static/logo_pole_surfaces_planetaires.jpg" class="logo__image only-dark" alt="Logo image "/>` ) ; </ script >
159
+ < img src ="../_static/logo_pole_surfaces_planetaires.jpg " class ="logo__image only-light " alt ="Guide des outils pour l'analyse des surfaces planétaires - Home "/>
160
+ < script > document . write ( `<img src="../_static/logo_pole_surfaces_planetaires.jpg" class="logo__image only-dark" alt="Guide des outils pour l'analyse des surfaces planétaires - Home "/>` ) ; </ script >
148
161
149
162
150
163
</ a > </ div >
328
341
</ button >
329
342
330
343
344
+
331
345
< script >
332
346
document . write ( `
333
- <button class="theme-switch-button btn btn-sm btn-outline-primary navbar-btn rounded-circle " title="clair/sombre" aria-label="clair/sombre" data-bs-placement="bottom" data-bs-toggle="tooltip">
334
- <span class="theme-switch" data-mode="light"><i class="fa-solid fa-sun"></i></span>
335
- <span class="theme-switch" data-mode="dark"><i class="fa-solid fa-moon"></i></span>
336
- <span class="theme-switch" data-mode="auto"><i class="fa-solid fa-circle-half-stroke"></i></span>
347
+ <button class="btn btn-sm navbar-btn theme-switch-button " title="clair/sombre" aria-label="clair/sombre" data-bs-placement="bottom" data-bs-toggle="tooltip">
348
+ <span class="theme-switch nav-link " data-mode="light"><i class="fa-solid fa-sun fa-lg "></i></span>
349
+ <span class="theme-switch nav-link " data-mode="dark"><i class="fa-solid fa-moon fa-lg "></i></span>
350
+ <span class="theme-switch nav-link " data-mode="auto"><i class="fa-solid fa-circle-half-stroke fa-lg "></i></span>
337
351
</button>
338
352
` ) ;
339
353
</ script >
340
354
355
+
341
356
< script >
342
357
document . write ( `
343
358
<button class="btn btn-sm navbar-btn search-button search-button__button" title="Recherche" aria-label="Recherche" data-bs-placement="bottom" data-bs-toggle="tooltip">
344
- <i class="fa-solid fa-magnifying-glass"></i>
359
+ <i class="fa-solid fa-magnifying-glass fa-lg "></i>
345
360
</button>
346
361
` ) ;
347
362
</ script >
@@ -421,11 +436,10 @@ <h2>Présentations<a class="headerlink" href="#presentations" title="Lien perman
421
436
422
437
423
438
424
- < footer class ="bd-footer-article ">
439
+
440
+
441
+ < footer class ="prev-next-footer ">
425
442
426
- < div class ="footer-article-items footer-article__inner ">
427
-
428
- < div class ="footer-article-item "> <!-- Previous / next buttons -->
429
443
< div class ="prev-next-area ">
430
444
< a class ="left-prev "
431
445
href ="../1-carto/intro.html "
@@ -445,10 +459,7 @@ <h2>Présentations<a class="headerlink" href="#presentations" title="Lien perman
445
459
</ div >
446
460
< i class ="fa-solid fa-angle-right "> </ i >
447
461
</ a >
448
- </ div > </ div >
449
-
450
462
</ div >
451
-
452
463
</ footer >
453
464
454
465
</ div >
@@ -485,11 +496,12 @@ <h2>Présentations<a class="headerlink" href="#presentations" title="Lien perman
485
496
486
497
< div class ="footer-item ">
487
498
499
+
488
500
</ div >
489
501
490
502
< div class ="footer-item ">
491
503
< p class ="last-updated ">
492
- Mis à jour le 29 août 2023 .
504
+ Mis à jour le 20 mars 2024 .
493
505
< br />
494
506
</ p >
495
507
</ div >
@@ -510,8 +522,8 @@ <h2>Présentations<a class="headerlink" href="#presentations" title="Lien perman
510
522
</ div >
511
523
512
524
<!-- Scripts loaded after <body> so the DOM is not blocked -->
513
- < script src ="../_static/scripts/bootstrap.js?digest=e353d410970836974a52 "> </ script >
514
- < script src ="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52 "> </ script >
525
+ < script src ="../_static/scripts/bootstrap.js?digest=5b4479735964841361fd "> </ script >
526
+ < script src ="../_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd "> </ script >
515
527
516
528
< footer class ="bd-footer ">
517
529
</ footer >
0 commit comments