From 6192ae594ce496125d4ab95d654cff5672b20359 Mon Sep 17 00:00:00 2001 From: Aditya Tiwari <65213780+ENUMERA8OR@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:04:08 +0530 Subject: [PATCH 1/3] Update index.md --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 117dd906729..36fce452fde 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,9 @@ :target: https://matrix.to/#/#project-mesa:matrix.orgs ``` -[Mesa] is an Apache2 licensed agent-based modeling (or ABM) framework in Python. +[Mesa] is an Apache2 licensed agent-based modeling (or ABM) framework in Python. + +For the original conference paper click here: http://conference.scipy.org.s3-website-us-east-1.amazonaws.com/proceedings/scipy2015/jacqueline_kazil.html 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. Its goal is to be the Python-based counterpart to NetLogo, Repast, or MASON. From 5ad1383136be2f4893c5942e2169c15942dbfbd3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:35:12 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 36fce452fde..66c1d076896 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ :target: https://matrix.to/#/#project-mesa:matrix.orgs ``` -[Mesa] is an Apache2 licensed agent-based modeling (or ABM) framework in Python. +[Mesa] is an Apache2 licensed agent-based modeling (or ABM) framework in Python. For the original conference paper click here: http://conference.scipy.org.s3-website-us-east-1.amazonaws.com/proceedings/scipy2015/jacqueline_kazil.html From d040b242b386b6953e6fa38a40ca9ef036a1a071 Mon Sep 17 00:00:00 2001 From: Aditya Tiwari <65213780+ENUMERA8OR@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:59:59 +0530 Subject: [PATCH 3/3] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 66c1d076896..e349a51524e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ [Mesa] is an Apache2 licensed agent-based modeling (or ABM) framework in Python. -For the original conference paper click here: http://conference.scipy.org.s3-website-us-east-1.amazonaws.com/proceedings/scipy2015/jacqueline_kazil.html +The original conference paper is [available here](http://conference.scipy.org.s3-website-us-east-1.amazonaws.com/proceedings/scipy2015/jacqueline_kazil.html). 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. Its goal is to be the Python-based counterpart to NetLogo, Repast, or MASON.