Skip to content

Commit e82fc40

Browse files
authored
Merge pull request #12 from satra/nipypeclick
fix interface doc builder skip patterns
2 parents 47e0291 + d022077 commit e82fc40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/build_interface_docs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'\.pipeline',
2525
'\.testing',
2626
'\.caching',
27+
'\.scripts',
2728
]
2829
# Modules that should not be included in generated API docs.
2930
docwriter.module_skip_patterns += ['\.version$',
@@ -36,7 +37,8 @@
3637
'\.interfaces\.traits',
3738
'\.pipeline\.alloy$',
3839
'\.pipeline\.s3_node_wrapper$',
39-
'.\testing',
40+
'\.testing',
41+
'\.scripts',
4042
]
4143
docwriter.class_skip_patterns += ['AFNI',
4244
'ANTS',

0 commit comments

Comments
 (0)