Skip to content

Commit

Permalink
correct link to space api file
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Jul 13, 2022
1 parent 663747d commit b30aee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/devdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git clone https://github.com/JuliaDynamics/Agents.jl.git --single-branch
```

## Creating a new space type
Creating a new space type within Agents.jl is quite simple and requires the extension of only 5 methods to support the entire Agents.jl API. The exact specifications on how to create a new space type are contained within the file: [`[src/core/space_interaction_API.jl]`](https://github.com/JuliaDynamics/Agents.jl/blob//src/core/space_interaction_API.jl).
Creating a new space type within Agents.jl is quite simple and requires the extension of only 5 methods to support the entire Agents.jl API. The exact specifications on how to create a new space type are contained within the file: [`src/core/space_interaction_API.jl`](https://github.com/JuliaDynamics/Agents.jl/blob/main/src/core/space_interaction_API.jl).

In principle, the following should be done:

Expand Down

0 comments on commit b30aee2

Please sign in to comment.