aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/state_machine
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 19:39:35 +0100
committerGitHub <noreply@github.com>2021-11-15 19:39:35 +0100
commit6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch)
treee602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/state_machine
parent34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff)
downloadtranslated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz
translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2
translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes * Fix hidden blocks / code samples * Remove span cruft * Remove <font> and <style .. font..> * Remove notranslate * Remove id other than in headings * Fix pre blocks and remove style * Fix other report one offs and remove absolute urls * Remove external classes * Fixing images url
Diffstat (limited to 'files/fr/glossary/state_machine')
-rw-r--r--files/fr/glossary/state_machine/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/fr/glossary/state_machine/index.html b/files/fr/glossary/state_machine/index.html
index 4cc0af7b70..fea86d3248 100644
--- a/files/fr/glossary/state_machine/index.html
+++ b/files/fr/glossary/state_machine/index.html
@@ -24,13 +24,13 @@ original_slug: Glossaire/Machine_d_état
<p><em>Figure 1 : Machine déterministe à états finis</em></p>
-<p><img alt="" src="http://s14.postimg.org/wqu45yc9d/statemachine1.png" style="height: 164px; width: 243px;"></p>
+<p><img alt="" src="statemachine1.png"></p>
<p>Dans la <em>Figure 1</em>, l'état commence en State 1; l'état change vers State 2 en donnant l'entrée 'X', ou vers State 3 en donnant l'entrée 'Y'.</p>
<p><em>Figure 2 : Machine non déterministe à états finis</em></p>
-<p><a href="http://postimg.org/image/mpq3nz82h/"><img alt="" src="http://s28.postimg.org/i3tzfmmjh/statemachine2.png" style="height: 124px; width: 243px;"></a></p>
+<p><img alt="" src="statemachine2.png"></p>
<p>En <em>Figure 2</em>, étant donné l'entrée 'X', l'état peut persister ou passer à State 2.</p>
@@ -41,8 +41,8 @@ original_slug: Glossaire/Machine_d_état
<h3 id="Culture_générale">Culture générale</h3>
<ul>
- <li style="margin-left: 40px;">{{Interwiki("wikipedia", "Automate_fini","Automate fini")}} sur Wikipedia</li>
- <li style="margin-left: 40px;">{{Interwiki("wikipedia", "Automate_fini#Automates_UML","Automates UML")}} sur Wikipedia</li>
- <li style="margin-left: 40px;">{{Interwiki("wikipedia", "Machine_de_Moore","Machine de Moore")}} sur Wikipedia</li>
- <li style="margin-left: 40px;">{{Interwiki("wikipedia", "Machine_de_Mealy","Machine de Mealy")}} sur Wikipedia</li>
+ <li>{{Interwiki("wikipedia", "Automate_fini","Automate fini")}} sur Wikipedia</li>
+ <li>{{Interwiki("wikipedia", "Automate_fini#Automates_UML","Automates UML")}} sur Wikipedia</li>
+ <li>{{Interwiki("wikipedia", "Machine_de_Moore","Machine de Moore")}} sur Wikipedia</li>
+ <li>{{Interwiki("wikipedia", "Machine_de_Mealy","Machine de Mealy")}} sur Wikipedia</li>
</ul>