From 70d748a72650ec455b18afa5cf7172e6e1c40f87 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sun, 22 Sep 2024 12:55:34 +0200 Subject: [PATCH] Overview: Add further resources section --- docs/overview.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/overview.md b/docs/overview.md index 11cac491a8d..a3c4cfed7bf 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -151,3 +151,29 @@ This will create an interactive visualization of your model, including: - A slider to adjust the number of agents You can also create custom visualization components using Matplotlib. For more advanced usage and customization options, please refer to the [visualization tutorial](tutorials/visualization_tutorial). + +## Further resources +To further explore Mesa and its features, we have the following resources available: + +### Tutorials +- [Introductory Tutorial](tutorials/intro_tutorial): Learn how to create your first Mesa model. +- [Visualization Tutorial](tutorials/visualization_tutorial.html): Learn how to create interactive visualizations for your models. + +### API documentation +- [Mesa API reference](apis): Detailed documentation of Mesa's classes and functions. + +### Example models +- [Mesa Examples repository](https://github.com/projectmesa/mesa-examples): A collection of example models demonstrating various Mesa features and modeling techniques. + +### Migration guide +- [Mesa 3.0 Migration guide](migration_guide): If you're upgrading from an earlier version of Mesa, this guide will help you navigate the changes in Mesa 3.0. + +### Source Ccode and development +- [Mesa GitHub repository](https://github.com/projectmesa/mesa): Access the full source code of Mesa, contribute to its development, or report issues. +- [Mesa release notes](https://github.com/projectmesa/mesa/releases): View the detailed changelog of Mesa, including all past releases and their features. + +### Community and support +- [Mesa GitHub Discussions](https://github.com/projectmesa/mesa/discussions): Join discussions, ask questions, and connect with other Mesa users. +- [Matrix Chat](https://matrix.to/#/#project-mesa:matrix.org): Real-time chat for quick questions and community interaction. + +Enjoy modelling with Mesa, and feel free to reach out!