Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.33 KB

AlgebraicABMs.jl

Stable Documentation Development Documentation Code Coverage CI/CD

Important example files: docs/literate/game_of_life.jl and test/ABMs.jl

🛠️ Usage

To locally build the documentation and the literate code examples, run the following in the command line:

julia --project=docs -e "using AlgebraicABMs, LiveServer; servedocs(literate_dir=\"docs/literate\",skip_dir=\"docs/src/generated\")"

To locally run the test suite, run the following command

julia --project=test test/runtests.jl

NOTE

This library is currently under active development, and so is not yet at a point where a constant API/behavior can be assumed. That being said, if this project looks interesting/relevant please contact us and let us know!