File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ You can modify the list of AD types in `main.jl`.
14
14
15
15
You can modify the list of models by:
16
16
17
- 1 . Adding a new call to ` @include_model {category_heading} {model_name} ` in ` main.jl ` .
18
- ** Both ` category_heading ` and ` model_name ` should be strings.**
17
+ 1 . ** Adding a new call to ` @include_model {category_heading} {model_name} ` in ` main.jl ` .**
18
+ Both ` category_heading ` and ` model_name ` should be strings.
19
19
20
20
` category_heading ` is used to determine which table the model appears under on the website.
21
21
This should be self-explanatory if you look at the [ current website] ( https://turinglang.org/ADTests ) .
22
22
23
- 2 . Adding a new file, ` models/{model_name}.jl ` .
23
+ 2 . ** Adding a new file, ` models/{model_name}.jl ` .**
24
24
25
25
The basic structure of this file should look like this, where ` model_name ` is replaced accordingly:
26
26
@@ -45,7 +45,7 @@ You can modify the list of models by:
45
45
model = model_name (data, ... )
46
46
```
47
47
48
- ** (1) Model name **
48
+ ** (1) Description **
49
49
50
50
Ideally, ` model_name ` would be self-explanatory, i.e. it would serve to illustrate exactly one feature and the name would indicate this.
51
51
However, if necessary, you can add further explanatory comments inside the model definition file.
You can’t perform that action at this time.
0 commit comments