Skip to content

Commit 64524f1

Browse files
authored
Readme: Add direct links to Visualization Tutorial and dev docs (#2256)
Adds two direct links to the Readme: - Add direct link to our Visualization Tutorial - Add direct link to latest development docs
1 parent 4926a6d commit 64524f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,18 @@ Or any other (development) branch on this repo or your own fork:
5252
pip install -U -e git+https://github.com/YOUR_FORK/mesa@YOUR_BRANCH#egg=mesa
5353
```
5454

55+
## Resources
5556
For resources or help on using Mesa, check out the following:
5657

5758
- [Intro to Mesa Tutorial](http://mesa.readthedocs.org/en/stable/tutorials/intro_tutorial.html) (An introductory model, the Boltzmann
5859
Wealth Model, for beginners or those new to Mesa.)
60+
- [Visualization Tutorial](https://mesa.readthedocs.io/en/stable/tutorials/visualization_tutorial.html) (An introduction into our Solara visualization)
5961
- [Complexity Explorer Tutorial](https://www.complexityexplorer.org/courses/172-agent-based-models-with-python-an-introduction-to-mesa) (An advanced-beginner model,
6062
SugarScape with Traders, with instructional videos)
6163
- [Mesa Examples](https://github.com/projectmesa/mesa-examples/tree/main/examples) (A repository of seminal ABMs using Mesa and
6264
examples of employing specific Mesa Features)
6365
- [Docs](http://mesa.readthedocs.org/) (Mesa's documentation, API and useful snippets)
66+
- [Development version docs](https://mesa.readthedocs.io/en/latest/) (the latest version docs if you're using a pre-release Mesa version)
6467
- [Discussions](https://github.com/projectmesa/mesa/discussions) (GitHub threaded discussions about Mesa)
6568
- [Matrix Chat](https://matrix.to/#/#project-mesa:matrix.org) (Chat Forum via Matrix to talk about Mesa)
6669

0 commit comments

Comments
 (0)