@@ -14,7 +14,7 @@ The document you are currently reading contains the [ODD protocol](#rabies-model
**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.
...
...
@@ -55,7 +55,7 @@ let x 0
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.