From 6f7df778b224fc93fe544423fec137a261fca664 Mon Sep 17 00:00:00 2001 From: Karen Stuitje Date: Thu, 15 Jan 2026 21:57:29 +0100 Subject: [PATCH 1/4] fix name zalmoxis --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 58227ef..12bc66b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: - 🔗 AGNI: https://h-nicholls.space/AGNI/dev/ - 🔗 Obliqua: https://proteus-framework.org/Obliqua/ - 🔗 VULCAN: https://proteus-framework.org/VULCAN/ - - 🔗 Zalmoxis: https://proteus-framework.org/ZALMOXIS/ + - 🔗 Zalmoxis: https://proteus-framework.org/Zalmoxis/ - 🔗 Aragog: https://proteus-framework.org/aragog/ theme: From 380f0f063f88430e7c69efee26e0505972df5c96 Mon Sep 17 00:00:00 2001 From: Karen Stuitje Date: Thu, 15 Jan 2026 21:58:49 +0100 Subject: [PATCH 2/4] point docs page vulcan to repo (no docs) --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 12bc66b..5f3bcf9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,7 +32,7 @@ nav: - 🔗 CALLIOPE: https://proteus-framework.org/CALLIOPE/ - 🔗 AGNI: https://h-nicholls.space/AGNI/dev/ - 🔗 Obliqua: https://proteus-framework.org/Obliqua/ - - 🔗 VULCAN: https://proteus-framework.org/VULCAN/ + - 🔗 VULCAN: https://github.com/FormingWorlds/VULCAN - 🔗 Zalmoxis: https://proteus-framework.org/Zalmoxis/ - 🔗 Aragog: https://proteus-framework.org/aragog/ From 0aab8625bf6c4b2881e094007a4d78262aa79991 Mon Sep 17 00:00:00 2001 From: Karen Stuitje Date: Thu, 15 Jan 2026 22:32:54 +0100 Subject: [PATCH 3/4] remove .readthedocs.yaml, documentation is moved --- .readthedocs.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index f35fa21..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# .readthedocs.yaml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required -version: 2 - -# Set the version of Python and other tools you might need -build: - os: ubuntu-22.04 - tools: - python: "3.11" - -# Build documentation in the docs/ directory with Sphinx -mkdocs: - configuration: mkdocs.yml - -# Optionally declare the Python requirements required to build your docs -python: - install: - - method: pip - path: . - extra_requirements: - - docs From 3a4b6fc945126091e9e482e6e61a94746556a998 Mon Sep 17 00:00:00 2001 From: Karen Stuitje Date: Thu, 15 Jan 2026 22:34:30 +0100 Subject: [PATCH 4/4] formatting fix --- docs/Tutorials/first_run.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Tutorials/first_run.md b/docs/Tutorials/first_run.md index d315299..bcfcd46 100644 --- a/docs/Tutorials/first_run.md +++ b/docs/Tutorials/first_run.md @@ -2,6 +2,7 @@ ## What you’ll do By the end of this tutorial you will: + 1. Install MORS and download the required data 2. Create a `Star` and compute evolutionary tracks 3. Inspect available tracks + units