Skip to content

Commit 3ced1cc

Browse files
committed
add documentation.yaml
1 parent 5bb3838 commit 3ced1cc

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

documentation.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
extensionName: view2.5d
2+
icon: i-lucide-move-3d
3+
filesToIncludeInManual:
4+
- USING.md
5+
- primitives
6+
markdownTemplate: |2
7+
8+
# NetLogo View2.5D Extension
9+
10+
The `view2.5d` extension allows you to visualize 2d models on a 3d surface, using height to represent agent properties.
11+
12+
{{> BUILDING.md}}
13+
14+
{{> USING.md}}
15+
16+
## Primitives
17+
18+
{{#contents}}{{#prims}}
19+
[`{{name}}`](#{{primitive.extensionName}}{{primitive.name}})
20+
{{/prims}}{{/contents}}
21+
22+
{{#primitives}}
23+
{{> primTemplate}}{{/primitives}}
24+
25+
## Acknowledgement
26+
27+
For development of the View 2.5D NetLogo Extension, we acknowledge financial support from Joshua M. Epstein's NIH Director's Pioneer Award (DP1).
28+
primTemplate: |2
29+
30+
### `{{name}}`
31+
32+
```NetLogo
33+
{{#examples}}
34+
{{primitive.fullName}}{{#args}} {{name}}{{/args}}
35+
{{/examples}}
36+
```
37+
38+
{{{description}}}

0 commit comments

Comments
 (0)