Skip to content

Commit 1d98560

Browse files
remove cookiecutter (#2421)
* remove cookiecutter * Delete main.py * Delete test_scaffold.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3225dbb commit 1d98560

File tree

12 files changed

+1
-214
lines changed

12 files changed

+1
-214
lines changed

docs/best-practices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ an `images` directory.
2424
The [Schelling](https://github.com/projectmesa/mesa-examples/tree/main/examples/schelling) model is
2525
a good example of a small well-packaged model.
2626

27-
It's easy to create a cookiecutter mesa model by running `mesa startproject`
28-
2927
## Randomization
3028

3129
If your model involves some random choice, you can use the built-in `random`

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ and [solara](https://solara.dev/)
5656

5757
- **mesa[network]** installs mesa and [networkx](https://networkx.org/)
5858
- **mesa[viz]** installs, mesa, [matplotlib](https://matplotlib.org/stable/install/index.html) and [solara](https://solara.dev/)
59-
- **mesa[dev]** installs mesa[rec], [ruff](https://docs.astral.sh/ruff/), [pytest](https://docs.pytest.org/en/stable/), [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/), [sphinx](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-e), [pytest-mock](https://pytest-mock.readthedocs.io/en/latest/), [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/)
59+
- **mesa[dev]** installs mesa[rec], [ruff](https://docs.astral.sh/ruff/), [pytest](https://docs.pytest.org/en/stable/), [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/), [sphinx](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-e), [pytest-mock](https://pytest-mock.readthedocs.io/en/latest/)
6060
- **mesa[examples]** installs mesa[rec], [pytest](https://docs.pytest.org/en/stable/), and [scipy](https://scipy.org/)
6161
- **mesa[docs]** installs mesa[rec], [sphinx](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-e), [ipython](https://ipython.readthedocs.io/en/stable/install/kernel_install.html), [pydata_sphinx_theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/),
6262
[seaborn](https://seaborn.pydata.org/), [myst-nb](https://myst-nb.readthedocs.io/en/latest/), [myst-parser](https://myst-parser.readthedocs.io/en/latest/)

mesa/cookiecutter-mesa/cookiecutter.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

mesa/cookiecutter-mesa/hooks/post_gen_project.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

mesa/cookiecutter-mesa/{{cookiecutter.snake}}/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

mesa/cookiecutter-mesa/{{cookiecutter.snake}}/app.pytemplate

Lines changed: 0 additions & 27 deletions
This file was deleted.

mesa/cookiecutter-mesa/{{cookiecutter.snake}}/setup.pytemplate

Lines changed: 0 additions & 11 deletions
This file was deleted.

mesa/cookiecutter-mesa/{{cookiecutter.snake}}/{{cookiecutter.snake}}/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mesa/cookiecutter-mesa/{{cookiecutter.snake}}/{{cookiecutter.snake}}/model.pytemplate

Lines changed: 0 additions & 60 deletions
This file was deleted.

mesa/main.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)