Skip to content

Commit 85ab807

Browse files
committed
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 3c6b65a commit 85ab807

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
@@ -48,15 +48,18 @@ Or any other (development) branch on this repo or your own fork:
4848
pip install -U -e git+https://github.com/YOUR_FORK/mesa@YOUR_BRANCH#egg=mesa
4949
```
5050

51+
## Resources
5152
For resources or help on using Mesa, check out the following:
5253

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

0 commit comments

Comments
 (0)