Skip to content

Commit ffc678f

Browse files
Exclude "BUILD" instructions from NetLogo manual
1 parent 2052a6d commit ffc678f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ primTemplate = """
2323

2424
{{{description}}}
2525
"""
26-
filesToIncludeInManual = [ "BUILDING.md", "USING.md", "primitives" ]
26+
filesToIncludeInManual = [ "USING.md", "primitives" ]
2727
primitives = [
2828
{
2929
name: from-list,

0 commit comments

Comments
 (0)