Skip to content

Commit 921db58

Browse files
committed
Add dev note
1 parent 603693b commit 921db58

File tree

4 files changed

+8
-136
lines changed

4 files changed

+8
-136
lines changed

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@
88
AgentPy is an open-source library for the development and analysis of agent-based models in Python.
99
The framework integrates the tasks of model design, interactive simulations, numerical experiments,
1010
and data analysis within a single environment. The package is optimized for interactive computing
11-
with [IPython](http://ipython.org/), [IPySimulate](https://github.com/JoelForamitti/ipysimulate), and [Jupyter](https://jupyter.org/).
11+
with [IPython](http://ipython.org/) and [Jupyter](https://jupyter.org/).
1212

13-
Please cite this software as follows:
14-
15-
Foramitti, J., (2021). AgentPy: A package for agent-based modeling in Python.
16-
Journal of Open Source Software, 6(62), 3065, https://doi.org/10.21105/joss.03065
13+
**Note:** AgentPy is no longer under active development. For new projects, we recommend using [MESA](https://mesa.readthedocs.io/stable/).
1714

1815
**Installation:** `pip install agentpy`
1916

2017
**Documentation:** https://agentpy.readthedocs.io
2118

2219
**JOSS publication:** https://doi.org/10.21105/joss.03065
2320

24-
**Discussion forum:** https://github.com/JoelForamitti/agentpy/discussions
25-
26-
**Tutorials and examples:** https://agentpy.readthedocs.io/en/latest/model_library.html
21+
Please cite this software as follows:
2722

28-
**Comparison with other frameworks**: https://agentpy.readthedocs.io/en/latest/comparison.html
23+
Foramitti, J., (2021). AgentPy: A package for agent-based modeling in Python.
24+
Journal of Open Source Software, 6(62), 3065, https://doi.org/10.21105/joss.03065

docs/comparison.rst

-66
This file was deleted.

docs/index.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ AgentPy - Agent-based modeling in Python
2020
AgentPy is an open-source library for the development and analysis of agent-based models in Python.
2121
The framework integrates the tasks of model design, interactive simulations, numerical experiments,
2222
and data analysis within a single environment. The package is optimized for interactive computing
23-
with `IPython <http://ipython.org/>`_, `IPySimulate <https://github.com/JoelForamitti/ipysimulate>`_, and `Jupyter <https://jupyter.org/>`_.
24-
If you have questions or ideas for improvements, please visit the
25-
`discussion forum <https://github.com/JoelForamitti/agentpy/discussions>`_.
23+
with `IPython <http://ipython.org/>`_ and `Jupyter <https://jupyter.org/>`_.
24+
25+
**Note:** AgentPy is no longer under active development. For new projects, we recommend using [MESA](https://mesa.readthedocs.io/stable/).
2626

2727
.. rubric:: Quick orientation
2828

@@ -53,7 +53,6 @@ Please cite this software as follows:
5353
guide
5454
model_library
5555
reference
56-
comparison
5756
changelog
5857
contributing
5958
about

docs/mesa_demo.py

-57
This file was deleted.

0 commit comments

Comments
 (0)