File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,12 @@ print a
6868
6969## Primitives
7070
71+ [ ` array:from-list ` ] ( #arrayfrom-list )
72+ [ ` array:item ` ] ( #arrayitem )
73+ [ ` array:set ` ] ( #arrayset )
74+ [ ` array:length ` ] ( #arraylength )
75+ [ ` array:to-list ` ] ( #arrayto-list )
76+
7177
7278### ` array:from-list `
7379
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ markdownTemplate = """
88
99## Primitives
1010
11+ {{#contents}}{{#prims}}
12+ [`{{name}}`](#{{primitive.extensionName}}{{primitive.name}})
13+ {{/prims}}{{/contents}}
14+
1115{{#allPrimitives}}
1216{{{.}}}
1317{{/allPrimitives}}
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ resolvers += Resolver.url(
44 Resolver .ivyStylePatterns)
55
66addSbtPlugin(" org.nlogo" % " netlogo-extension-plugin" % " 3.0" )
7- addSbtPlugin(" org.nlogo" % " netlogo-extension-documentation" % " 0.5" )
7+ addSbtPlugin(" org.nlogo" % " netlogo-extension-documentation" % " 0.5.2 " )
You can’t perform that action at this time.
0 commit comments