site_name: "NSI Saint-Aspais" #site_url: https://bouillotvincent.gitlab.io/pyodide-mkdocs #repo_url: https://gitlab.com/bouillotvincent/pyodide-mkdocs edit_uri: tree/main/docs/ site_description: NSI site_author: Mireille Coilhac copyright: | Copyright © 2022 Mireille COILHAC <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>. docs_dir: docs nav: - "🏡 Accueil": index.md - "Listes Python": listes_python/01_taleaux.md theme: name: material #logo: assets/thick-apacheairflow.svg #favicon: assets/icon-py-mkdocs-color.png custom_dir: my_theme_customizations/ font: false # RGPD ; pas de fonte Google language: fr # français palette: # Palettes de couleurs jour/nuit - media: "(prefers-color-scheme: light)" scheme: slate primary: blue accent: blue toggle: icon: material/weather-night name: Passer au mode jour - media: "(prefers-color-scheme: dark)" scheme: default primary: indigo accent: indigo toggle: icon: material/weather-sunny name: Passer au mode nuit features: - navigation.instant - navigation.tabs - navigation.tabs.sticky - navigation.sections # - navigation.expand - navigation.tracking - navigation.top - toc.integrate - header.autohide markdown_extensions: - meta - abbr - def_list # Les listes de définition. - attr_list # Un peu de CSS et des attributs HTML. - footnotes # Notes[^1] de bas de page. [^1]: ma note. - admonition # Blocs colorés !!! info "ma remarque" - pymdownx.details # qui peuvent se plier/déplier. - pymdownx.caret # Passage ^^souligné^^ ou en ^exposant^. - pymdownx.mark # Passage ==surligné==. - pymdownx.tilde # Passage ~~barré~~ ou en ~indice~. - pymdownx.highlight # Coloration syntaxique du code - pymdownx.inlinehilite # pour `#!python <python en ligne>` - pymdownx.snippets # Inclusion de fichiers externe. - pymdownx.tasklist: # Cases à cocher - [ ] et - [x] custom_checkbox: false # avec cases d'origine clickable_checkbox: true # et cliquables. - pymdownx.tabbed: # Volets glissants. === "Mon volet" alternate_style: true - pymdownx.superfences: # Imbrication de blocs. preserve_tabs: true - pymdownx.keys: # Touches du clavier. ++ctrl+d++ separator: "\uff0b" - pymdownx.emoji: # Émojis :boom: emoji_index: !!python/name:materialx.emoji.twemoji emoji_generator: !!python/name:materialx.emoji.to_svg - pymdownx.tasklist: custom_checkbox: true clickable_checkbox: true - pymdownx.arithmatex: generic: true - toc: permalink: ⚓︎ toc_depth: 3 #extra: #social: # - icon: fontawesome/brands/gitlab # link: https://gitlab.com/ens-fr # name: Enseignement en français #- icon: fontawesome/brands/discourse # link: https://mooc-forums.inria.fr/moocnsi/ # name: Le forum des enseignants de NSI #- icon: fontawesome/solid/paper-plane # link: mailto:prof-bouillot@protonmail.com # name: Écrire à l'auteur # site_url: https://bouillotvincent.gitlab.io/pyodide_mkdocs/ # ace_style: # https://ace.c9.io/build/kitchen-sink.html for customization # default: crimson_editor # slate: tomorrow_night_bright # slate: tomorrow_night_bright|youtube if your dark mode is youtube plugins: - search - macros # - enumerate-headings extra_javascript: - xtra/javascripts/mathjax-config.js # MathJax - javascripts/config.js - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js # - https://unpkg.com/mermaid@8.9.2/dist/mermaid.min.js # - javascripts/mermaid.js extra_css: - xtra/stylesheets/qcm.css - xtra/stylesheets/ajustements.css # ajustements