Commit e4dc1e9 1 parent 0cc4c41 commit e4dc1e9 Copy full SHA for e4dc1e9
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -335,10 +335,10 @@ def build(self):
335
335
elif "licenses" in page_path :
336
336
self ._build_simple_instances (page_path , instances_ids , "core/data/license" )
337
337
# build RST docu for each brain atlas
338
- elif "brainAtlases" in page_path :
339
- self ._build_brain_atlas (page_path , instances_ids [0 ], "SANDS/atlas/brainAtlas" )
340
- # build RST docu for each brain atlas
341
- elif "commonCoordinateSpaces" in page_path :
342
- self ._build_common_coordinate_space (page_path , instances_ids [0 ], "SANDS/atlas/commonCoordinateSpace" )
338
+ # elif "brainAtlases" in page_path:
339
+ # self._build_brain_atlas(page_path, instances_ids[0], "SANDS/atlas/brainAtlas")
340
+ # # build RST docu for each brain atlas
341
+ # elif "commonCoordinateSpaces" in page_path:
342
+ # self._build_common_coordinate_space(page_path, instances_ids[0], "SANDS/atlas/commonCoordinateSpace")
343
343
else :
344
344
pass
You can’t perform that action at this time.
0 commit comments