From 4d852744b10a7e384f09c5d21fec32c92a59df34 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Fri, 30 Aug 2024 09:48:04 +0200 Subject: [PATCH 1/2] Readme: Add direct link to our Visualization Tutorial Feels useful to linkt directly to our visualization tutorial. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 548e96de101..8e4ac557c75 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,12 @@ Or any other (development) branch on this repo or your own fork: pip install -U -e git+https://github.com/YOUR_FORK/mesa@YOUR_BRANCH#egg=mesa ``` +## Resources For resources or help on using Mesa, check out the following: - [Intro to Mesa Tutorial](http://mesa.readthedocs.org/en/stable/tutorials/intro_tutorial.html) (An introductory model, the Boltzmann Wealth Model, for beginners or those new to Mesa.) +- [Visualization Tutorial](https://mesa.readthedocs.io/en/stable/tutorials/visualization_tutorial.html) (An introduction into our Solara visualization) - [Complexity Explorer Tutorial](https://www.complexityexplorer.org/courses/172-agent-based-models-with-python-an-introduction-to-mesa) (An advanced-beginner model, SugarScape with Traders, with instructional videos) - [Mesa Examples](https://github.com/projectmesa/mesa-examples/tree/main/examples) (A repository of seminal ABMs using Mesa and From 96b050b9981688fa446a356f0051c633c05ae0bb Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Fri, 30 Aug 2024 09:50:11 +0200 Subject: [PATCH 2/2] Readme: Add direct link to latest development docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e4ac557c75..d7dd0faf206 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ For resources or help on using Mesa, check out the following: - [Mesa Examples](https://github.com/projectmesa/mesa-examples/tree/main/examples) (A repository of seminal ABMs using Mesa and examples of employing specific Mesa Features) - [Docs](http://mesa.readthedocs.org/) (Mesa's documentation, API and useful snippets) + - [Development version docs](https://mesa.readthedocs.io/en/latest/) (the latest version docs if you're using a pre-release Mesa version) - [Discussions](https://github.com/projectmesa/mesa/discussions) (GitHub threaded discussions about Mesa) - [Matrix Chat](https://matrix.to/#/#project-mesa:matrix.org) (Chat Forum via Matrix to talk about Mesa)