Skip to content

Commit 1c1ef24

Browse files
authored
Merge pull request #13 from satra/nipypeclick
doc+fix: do not generate api from scripts directory
2 parents e82fc40 + 2483b7a commit 1c1ef24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build_modref_templates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'\.testing$',
2828
'\.fixes$',
2929
'\.algorithms$',
30+
'\.scripts$',
3031
]
3132
# Modules that should not be included in generated API docs.
3233
docwriter.module_skip_patterns += ['\.version$',
@@ -35,6 +36,7 @@
3536
'\.pipeline\.utils$',
3637
'\.interfaces\.slicer\.generate_classes$',
3738
'\.interfaces\.pymvpa$',
39+
'\.scripts$',
3840
]
3941
docwriter.write_api_docs(outdir)
4042
docwriter.write_index(outdir, 'gen', relative_to='api')

0 commit comments

Comments
 (0)