Added a lot to the doc and modified the pdf generation

This commit is contained in:
2023-06-02 13:41:12 +02:00
parent bef8b9d635
commit a368e02453
113 changed files with 54217 additions and 17276 deletions
+31 -19
View File
@@ -19,9 +19,15 @@ theme:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.highlight
plugins:
- glightbox
- search
@@ -29,23 +35,29 @@ plugins:
- with-pdf:
cover_subtitle: "Vroum Vroum"
enabled_if_env: ENABLE_PDF_EXPORT
toc_title: Table des matières
ordered_chapter_level: 3
toc_level: 6
- annexes-integration:
annexes: # Required (at least 1)
- ConfigurationTool.cs: Code/ConfigurationTool.cs # An path to an annex with its title
- DriverGapToLeaderWindow.cs: Code/DriverGapToLeaderWindow.cs # An path to an annex with its title
- DriverPositionWindow.cs: Code/DriverPositionWindow.cs # An path to an annex with its title
- F1TVEmulator.cs: Code/F1TVEmulator.cs # An path to an annex with its title
- Program.cs: Code/Program.cs # An path to an annex with its title
- Window.cs: Code/Window.cs # An path to an annex with its title
- DriverData.cs: Code/DriverData.cs # An path to an annex with its title
- DriverLapTimeWindow.cs: Code/DriverLapTimeWindow.cs # An path to an annex with its title
- DriverSectorWindow.cs: Code/DriverSectorWindow.cs # An path to an annex with its title
- Form1.cs: Code/Form1.cs # An path to an annex with its title
- Reader.cs: Code/Reader.cs # An path to an annex with its title
- Zone.cs: Code/Zone.cs # An path to an annex with its title
- DriverDrsWindow.cs: Code/DriverDrsWindow.cs # An path to an annex with its title
- DriverNameWindow.cs: Code/DriverNameWindow.cs # An path to an annex with its title
- DriverTyresWindow.cs: Code/DriverTyresWindow.cs # An path to an annex with its title
- OcrImage.cs: Code/OcrImage.cs # An path to an annex with its title
- Settings.cs: Code/Settings.cs # An path to an annex with its title
- recoverCookiesCSV.py: Code/recoverCookiesCSV.py # An path to an annex with its title
- ConfigurationTool.cs: "Code/ConfigurationTool.cs"
- DriverData.cs: "Code/DriverData.cs"
- DriverGapToLeaderWindow.cs: "Code/DriverGapToLeaderWindow.cs"
- DriverNameWindow.cs: "Code/DriverNameWindow.cs"
- DriverSectorWindow.cs: "Code/DriverSectorWindow.cs"
- F1TVEmulator.cs: "Code/F1TVEmulator.cs"
- Form1.cs: "Code/Form1.cs"
- Program.cs: "Code/Program.cs"
- Settings.Designer.cs: "Code/Settings.Designer.cs"
- SqliteStorage.cs: "Code/SqliteStorage.cs"
- Zone.cs: "Code/Zone.cs"
- DataWrapper.cs: "Code/DataWrapper.cs"
- DriverDrsWindow.cs: "Code/DriverDrsWindow.cs"
- DriverLapTimeWindow.cs: "Code/DriverLapTimeWindow.cs"
- DriverPositionWindow.cs: "Code/DriverPositionWindow.cs"
- DriverTyresWindow.cs: "Code/DriverTyresWindow.cs"
- OcrImage.cs: "Code/OcrImage.cs"
- Reader.cs: "Code/Reader.cs"
- Settings.cs: "Code/Settings.cs"
- Window.cs: "Code/Window.cs"
- recoverCookiesCSV.py: "Code/recoverCookiesCSV.py"