From dd03e07fa7668dcf1b4e49e53b366e09c6539e1b Mon Sep 17 00:00:00 2001 From: Wang Boyu Date: Fri, 25 Nov 2022 19:39:21 -0500 Subject: [PATCH] fix tutorial url in examples --- examples/boltzmann_wealth_model/Readme.md | 6 +++--- examples/boltzmann_wealth_model_network/README.md | 4 ++-- examples/virus_on_network/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/boltzmann_wealth_model/Readme.md b/examples/boltzmann_wealth_model/Readme.md index d8f96dcabd4..785a0946a24 100644 --- a/examples/boltzmann_wealth_model/Readme.md +++ b/examples/boltzmann_wealth_model/Readme.md @@ -2,7 +2,7 @@ ## Summary -A simple model of agents exchanging wealth. All agents start with the same amount of money. Every step, each agent with one unit of money or more gives one unit of wealth to another random agent. This is the model described in the [Intro Tutorial](http://mesa.readthedocs.io/en/latest/intro-tutorial.html). +A simple model of agents exchanging wealth. All agents start with the same amount of money. Every step, each agent with one unit of money or more gives one unit of wealth to another random agent. This is the model described in the [Intro Tutorial](https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html). As the model runs, the distribution of wealth among agents goes from being perfectly uniform (all agents have the same starting wealth), to highly skewed -- a small number have high wealth, more have none at all. @@ -10,7 +10,7 @@ As the model runs, the distribution of wealth among agents goes from being perfe To follow the tutorial examples, launch the Jupyter Notebook and run the code in ``Introduction to Mesa Tutorial Code.ipynb``. -To launch the interactive server, as described in the [last section of the tutorial](http://mesa.readthedocs.io/en/latest/intro-tutorial.html#adding-visualization), run: +To launch the interactive server, as described in the [last section of the tutorial](https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html#adding-visualization), run: ``` $ python viz_money_model.py @@ -28,7 +28,7 @@ If your browser doesn't open automatically, point it to [http://127.0.0.1:8521/] ## Further Reading The full tutorial describing how the model is built can be found at: -http://mesa.readthedocs.io/en/latest/intro-tutorial.html +https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html This model is drawn from econophysics and presents a statistical mechanics approach to wealth distribution. Some examples of further reading on the topic can be found at: diff --git a/examples/boltzmann_wealth_model_network/README.md b/examples/boltzmann_wealth_model_network/README.md index 8a33d096e06..cd3bcd8df00 100644 --- a/examples/boltzmann_wealth_model_network/README.md +++ b/examples/boltzmann_wealth_model_network/README.md @@ -4,7 +4,7 @@ This is the same Boltzmann Wealth Model, but with a network grid implementation. -A simple model of agents exchanging wealth. All agents start with the same amount of money. Every step, each agent with one unit of money or more gives one unit of wealth to another random agent. This is the model described in the [Intro Tutorial](http://mesa.readthedocs.io/en/latest/intro-tutorial.html). +A simple model of agents exchanging wealth. All agents start with the same amount of money. Every step, each agent with one unit of money or more gives one unit of wealth to another random agent. This is the model described in the [Intro Tutorial](https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html). In this network implementation, agents must be located on a node, with a limit of one agent per node. In order to give or receive the unit of money, the agent must be directly connected to the other agent (there must be a direct link between the nodes). @@ -39,7 +39,7 @@ Then open your browser to [http://127.0.0.1:8521/](http://127.0.0.1:8521/) and p ## Further Reading The full tutorial describing how the model is built can be found at: -http://mesa.readthedocs.io/en/master/tutorials/intro_tutorial.html +https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html This model is drawn from econophysics and presents a statistical mechanics approach to wealth distribution. Some examples of further reading on the topic can be found at: diff --git a/examples/virus_on_network/README.md b/examples/virus_on_network/README.md index b6e989217e0..b9fd1e94ecb 100644 --- a/examples/virus_on_network/README.md +++ b/examples/virus_on_network/README.md @@ -35,7 +35,7 @@ Then open your browser to [http://127.0.0.1:8521/](http://127.0.0.1:8521/) and p ## Further Reading The full tutorial describing how the model is built can be found at: -http://mesa.readthedocs.io/en/master/tutorials/intro_tutorial.html +https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html [Stonedahl, F. and Wilensky, U. (2008). NetLogo Virus on a Network model](http://ccl.northwestern.edu/netlogo/models/VirusonaNetwork).