Skip to content

Commit cc1b253

Browse files
authored
Merge pull request #548 from t-b/fix-iceephys-example
Documentation: Fix display of icephys example
2 parents 64a2143 + bb334ce commit cc1b253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/gallery/domain/icephys.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474

7575
nwbfile.add_stimulus(ccss)
7676

77+
#######################
7778
# Here, we will use :py:class:`~pynwb.icephys.VoltageClampSeries` to store voltage clamp
7879
# data and then add it to our NWBFile as acquired data using the :py:class:`~pynwb.file.NWBFile` method
7980
# :py:meth:`~pynwb.file.NWBFile.add_acquisition`.
@@ -124,6 +125,7 @@
124125

125126
ccss = nwbfile.get_stimulus('ccss')
126127

128+
####################
127129
# Grabbing acquisition data an be done via :py:meth:`~pynwb.file.NWBFile.get_acquisition`
128130

129131
vcs = nwbfile.get_acquisition('vcs')

0 commit comments

Comments
 (0)