Skip to content

Commit 73e637a

Browse files
committed
[MAINT] docstring in example_sulcal_graph.py
1 parent ec9fd36 commit 73e637a

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

examples/example_sulcal_graph.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
"""
2+
.. _example_sulcal_graph:
3+
4+
===================================
5+
Example of sulcal graph in slam
6+
===================================
7+
"""
8+
9+
# Authors:
10+
# Lucile Hashimoto lucile-hashimoto
11+
# Guillaume Auzias <[email protected]>
12+
13+
# License: MIT
14+
# sphinx_gallery_thumbnail_number = 2
15+
16+
###############################################################################
17+
# NOTE: there is no visualization tool in slam, but we provide at the
18+
# end of this script exemplare code to do the visualization with
19+
# an external solution
20+
###############################################################################
21+
122
###############################################################################
223
# importation of slam modules
324
import slam.io as sio

examples/example_watershed.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
"""
2+
.. _example_watershed:
3+
4+
===================================
5+
Example of watershed in slam
6+
===================================
7+
"""
8+
9+
# Authors:
10+
# Lucile Hashimoto lucile-hashimoto
11+
# Guillaume Auzias <[email protected]>
12+
13+
# License: MIT
14+
# sphinx_gallery_thumbnail_number = 2
15+
16+
###############################################################################
17+
# NOTE: there is no visualization tool in slam, but we provide at the
18+
# end of this script exemplare code to do the visualization with
19+
# an external solution
20+
###############################################################################
21+
122
###############################################################################
223
# importation of slam modules
324
import slam.io as sio

0 commit comments

Comments
 (0)