Skip to content
Snippets Groups Projects
Commit c99d134e authored by Martin Lange's avatar Martin Lange
Browse files

minor rewordings "How to use it"

parent 44b70d7d
No related branches found
No related tags found
1 merge request!4How it works, how to use it
Pipeline #16057 passed with stage
in 13 seconds
...@@ -14,7 +14,7 @@ The document you are currently reading contains the [ODD protocol](#rabies-model ...@@ -14,7 +14,7 @@ The document you are currently reading contains the [ODD protocol](#rabies-model
**Read the ODD** **Read the ODD**
The best way to understand how to use Literate Programming with Yarner to create a NetLogo model from an ODD protocol is to read the below [ODD+C of the Rabies model.](#rabies-model-odd-protocol) It contains the complete code of the model, except the UI elements. The best way to understand how to use Literate Programming with Yarner to create a NetLogo model from an ODD protocol is to read the [ODD+C of the Rabies model](#rabies-model-odd-protocol), below. It contains the complete code of the model, except the UI elements.
See section [How it works](#how-it-works) for how the model is extracted from this document. See section [How it works](#how-it-works) for how the model is extracted from this document.
...@@ -55,7 +55,7 @@ let x 0 ...@@ -55,7 +55,7 @@ let x 0
let y 1 let y 1
``` ```
For a comprehensive guide and a description of all features, see the [Yarner documentation](https://mlange-42.github.io/yarner/). See the [Yarner documentation](https://mlange-42.github.io/yarner/) for a comprehensive guide and a description of all features.
## Rabies model - ODD protocol ## Rabies model - ODD protocol
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment