Skip to content

Commit db617be

Browse files
author
committed
Deployed 40c824c with MkDocs version: 1.5.3
1 parent 448e3d6 commit db617be

File tree

3 files changed

+4
-42
lines changed

3 files changed

+4
-42
lines changed

T1_Structures_de_donnees/1.3_Arbres/exercices/index.html

Lines changed: 3 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@
109109
<label class="md-overlay" for="__drawer"></label>
110110
<div data-md-component="skip">
111111

112-
113-
<a href="#exercice" class="md-skip">
114-
Aller au contenu
115-
</a>
116-
117112
</div>
118113
<div data-md-component="announce">
119114

@@ -810,17 +805,6 @@
810805

811806

812807

813-
<label class="md-nav__link md-nav__link--active" for="__toc">
814-
815-
816-
<span class="md-ellipsis">
817-
Exercices
818-
</span>
819-
820-
821-
<span class="md-nav__icon md-icon"></span>
822-
</label>
823-
824808
<a href="./" class="md-nav__link md-nav__link--active">
825809

826810

@@ -831,30 +815,6 @@
831815

832816
</a>
833817

834-
835-
836-
<nav class="md-nav md-nav--secondary" aria-label="Table des matières">
837-
838-
839-
840-
841-
<label class="md-nav__title" for="__toc">
842-
<span class="md-nav__icon md-icon"></span>
843-
Table des matières
844-
</label>
845-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
846-
847-
<li class="md-nav__item">
848-
<a href="#exercice" class="md-nav__link">
849-
Exercice
850-
</a>
851-
852-
</li>
853-
854-
</ul>
855-
856-
</nav>
857-
858818
</li>
859819

860820

@@ -3869,14 +3829,16 @@ <h1>Exercices</h1>
38693829
</code></pre></div>
38703830
</details>
38713831
</div>
3872-
<h2 id="exercice">Exercice<a class="headerlink" href="#exercice" title="Permanent link">⚓︎</a></h2>
3832+
<div class="admonition example">
3833+
<p class="admonition-title">Exercice 7</p>
38733834
<p>Exercice 3 du sujet <a class="" href="https://glassus.github.io/terminale_nsi/T6_Annales/data/2023/2023_Centres_Etrangers_J2.pdf" target="blank">Centres Etrangers J2 - 2023</a></p>
38743835
<ul>
38753836
<li>Fichier des mots français : <a href="../data/gutenberg.txt">gutenberg.txt</a></li>
38763837
<li>Instruction pour créer une liste à partir du fichier :
38773838
<div class="highlight"><pre><span></span><code><span class="n">liste_mots_francais</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;gutenberg.txt&#39;</span><span class="p">)</span><span class="o">.</span><span class="n">read</span><span class="p">()</span><span class="o">.</span><span class="n">splitlines</span><span class="p">()</span>
38783839
</code></pre></div></li>
38793840
</ul>
3841+
</div>
38803842

38813843
<hr>
38823844
<div class="md-source-file">

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)