Skip to content

Commit 4791de0

Browse files
committed
Fix docs rendering
1 parent 201e0ab commit 4791de0

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

examples/ex_11_automatic_wiring.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@
5252

5353
##############################################################################
5454
# In this figure we have 2 numbers for each contact:
55-
# * the upper number "prbXX" is the Neuronexus index (one-based)
55+
# * the upper number "prbXX" is the contact id (one-based, from NeuroNexus)
5656
# * the lower "devXX" is the channel on the Intan device (zero-based)
5757

5858
fig, ax = plt.subplots(figsize=(5, 15))
5959
plot_probe(probe, with_contact_id=True, with_device_index=True, ax=ax)
6060

6161

62-
plt.show()
63-
64-
"""
65-
Available wiring "pathways"
66-
---------------------------
67-
68-
The available pathways can be found in the `probeinterface.wiring <>`_ module.
69-
70-
The following pathways are available:
71-
"""
62+
##############################################################################
63+
# Available wiring "pathways"
64+
# ---------------------------
65+
#
66+
# The available pathways can be found in the `probeinterface.wiring <https://github.com/SpikeInterface/probeinterface/blob/main/src/probeinterface/wiring.py>`_ module.
67+
#
68+
# The following pathways are available:
69+
#
7270

7371
from probeinterface import get_available_pathways
7472

7573
print(get_available_pathways())
74+
75+
plt.show()

0 commit comments

Comments
 (0)