Skip to content

Commit 8b1bd2e

Browse files
EwoutHtpike3
authored andcommitted
Docs: Link to online example model demo in a few places
Link in a few places to the https://py.cafe/app/EwoutH/mesa-solara-basic-examples demo. This allows people unfamiliar with modelling to directly play with interactive models.
1 parent 68da79c commit 8b1bd2e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Repast, or MASON.
1818
![A screenshot of the WolfSheep Model in Mesa](https://raw.githubusercontent.com/projectmesa/mesa/main/docs/images/wolf_sheep.png)
1919

2020
*Above: A Mesa implementation of the WolfSheep model, this
21-
can be displayed in browser windows or Jupyter.*
21+
can be displayed in browser windows or Jupyter. An online demo is [available here](https://py.cafe/app/EwoutH/mesa-solara-basic-examples).*
2222

2323
## Features
2424

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Mesa allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python's data analysis tools. Mesa's goal is to make simulations accessible to everyone, so humanity can more effectively understand and solve complex problems.
2626

2727
![A screenshot of the Wolf Sheep model in Mesa|100%](images/wolf_sheep.png)
28-
*A visualisation of the Wolf Sheep model build with Mesa.*
28+
*A visualisation of the Wolf Sheep model build with Mesa. An online demo is [available here](https://py.cafe/app/EwoutH/mesa-solara-basic-examples).*
2929

3030
## Features
3131

mesa/examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The examples are categorized into two groups:
1111
## Basic Examples
1212
The basic examples are relatively simple and only use stable Mesa features. They are good starting points for learning how to use Mesa.
1313

14+
_An online version of these examples is [available here](https://py.cafe/app/EwoutH/mesa-solara-basic-examples)._
15+
1416
### [Boltzmann Wealth Model](examples/basic/boltzmann_wealth_model)
1517
Completed code to go along with the [tutorial](https://mesa.readthedocs.io/latest/tutorials/0_first_model.html) on making a simple model of how a highly-skewed wealth distribution can emerge from simple rules.
1618

0 commit comments

Comments
 (0)