Skip to content

Commit

Permalink
Replace adamamer20 --> projectmesa
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Sep 2, 2024
1 parent b712801 commit a2ddc2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pip install -e .

**Note:** mesa-frames is currently in its early stages of development. As such, the usage patterns and API are subject to change. Breaking changes may be introduced. Reports of feedback and issues are encouraged.

You can find the API documentation [here](https://adamamer20.github.io/mesa-frames/api).
You can find the API documentation [here](https://projectmesa.github.io/mesa-frames/api).

### Creation of an Agent

Expand Down
2 changes: 1 addition & 1 deletion docs/api/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

# -- GitHub link and user guide settings -------------------------------------
github_root = "https://github.com/projectmesa/mesa-frames"
web_root = "https://adamamer20.github.io/mesa-frames"
web_root = "https://projectmesa.github.io/mesa-frames"

html_theme_options = {
"external_links": [
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project information
site_name: mesa-frames
site_url: https://adamamer20.github.io/mesa-frames
site_url: https://projectmesa.github.io/mesa-frames
repo_url: https://github.com/projectmesa/mesa-frames
repo_name: projectmesa/mesa-frames
docs_dir: docs/general
Expand Down Expand Up @@ -73,7 +73,7 @@ markdown_extensions:
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: adamamer20
user: projectmesa
repo: mesa-frames
- pymdownx.mark
- pymdownx.smartsymbols
Expand All @@ -97,7 +97,7 @@ extra_javascript:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/adamamer20
link: https://github.com/projectmesa
- icon: fontawesome/brands/python
link: https://pypi.org/project/mesa-frames/

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dynamic = [


[project.urls]
Documentation = "https://adamamer20.github.io/mesa-frames"
Documentation = "https://projectmesa.github.io/mesa-frames"
Repository = "https://github.com/projectmesa/mesa-frames.git"

[project.optional-dependencies]
Expand Down

0 comments on commit a2ddc2a

Please sign in to comment.