Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Explanations/proteus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<br>

<p align="center">
<img src="https://raw.githubusercontent.com/FormingWorlds/PROTEUS/main/docs/assets/schematic_round.png" style="max-width: 90%; height: auto;"></br>
<b>Schematic of PROTEUS components and corresponding modules. MORS is shown in orange.</b> </br>
<img src="../assets/PROTEUS_schematic_lightmode.png#only-light" style="max-width: 90%; height: auto;" alt="PROTEUS schematic"><img src="../assets/PROTEUS_schematic_darkmode.png#only-dark" style="max-width: 90%; height: auto;" alt="PROTEUS schematic"><br>
<b>Schematic of PROTEUS components and corresponding modules.</b>
</p>

## MORS in PROTEUS
Expand Down
Binary file added docs/assets/PROTEUS_schematic_darkmode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/PROTEUS_schematic_lightmode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/proteus_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ You can find the <b>documentation of each PROTEUS module</b> in the sidebar.
<br>

<p align="center">
<img src="https://raw.githubusercontent.com/FormingWorlds/PROTEUS/main/docs/assets/schematic_round.png" style="max-width: 90%; height: auto;"></br>
<b>Schematic of PROTEUS components and corresponding modules.</b> </br>
<img src="assets/PROTEUS_schematic_lightmode.png#only-light" style="max-width: 90%; height: auto;" alt="PROTEUS schematic"><img src="assets/PROTEUS_schematic_darkmode.png#only-dark" style="max-width: 90%; height: auto;" alt="PROTEUS schematic"><br>
<b>Schematic of PROTEUS components and corresponding modules.</b>
</p>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ develop = [
"pytest-cov"
]
docs = [
"zensical",
"zensical==0.0.39",
"mkdocs-material",
"markdown-include",
"mkdocs",
Expand Down
Loading