Skip to content

Commit

Permalink
Replace links in docs - google group to matrix. (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil authored May 22, 2024
1 parent af79930 commit 6507f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For more help on using Mesa, check out the following resources:
- [Mesa Introductory Tutorial]
- [Mesa Visualization Tutorial]
- [GitHub Issue Tracker]
- [Email list]
- [Matrix chat room]
- [PyPI]

## Contributing back to Mesa
Expand Down Expand Up @@ -93,9 +93,9 @@ tutorials/adv_tutorial_legacy.ipynb
- {ref}`search`

[contributors guide]: https://github.com/projectmesa/mesa/blob/main/CONTRIBUTING.md
[email list]: https://groups.google.com/d/forum/projectmesa
[github]: https://github.com/projectmesa/mesa/
[github issue tracker]: https://github.com/projectmesa/mesa/issues
[matrix chat room]: https://matrix.to/#/#project-mesa:matrix.org
[mesa]: https://github.com/projectmesa/mesa/
[mesa introductory tutorial]: tutorials/intro_tutorial.html
[mesa visualization tutorial]: tutorials/visualization_tutorial.html
Expand Down
2 changes: 1 addition & 1 deletion docs/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Most likely you created an ABM that has the code that you want to share in it, w
>
> 7. `git add` all the files to the repo, which means the repo starts to track the files. Then `git commit` the files with a meaningful message. To learn more about this see: [Saving changes](https://www.atlassian.com/git/tutorials/saving-changes). Finally, you will want to `git push` all your changes to GitHub, see: [Git Push](https://help.github.com/articles/pushing-to-a-remote/).
>
> 8. Let people know about your package on the [MESA Wiki Page](https://github.com/projectmesa/mesa/wiki) and share it on the [email list](https://groups.google.com/forum/#!forum/projectmesa). In the future, we will create more of a directory, but at this point we are not there yet.
> 8. Let people know about your package on the [MESA Wiki Page](https://github.com/projectmesa/mesa/wiki) and share it in the [matrix chat room](https://matrix.to/#/#project-mesa:matrix.org). In the future, we will create more of a directory, but at this point we are not there yet.
From this point, someone can clone your repo and then add your repo to their Python path and use it in their project. However, if you want to take your package to the next level, you will want to add more structure to your package and share it on PyPI.
Expand Down

0 comments on commit 6507f51

Please sign in to comment.