Skip to content

Commit 5083b78

Browse files
committed
Minor formatting update to docstrings
1 parent b030951 commit 5083b78

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

element_array_ephys/ephys_acute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def activate(
3939
linking_module (str): A string containing the module name or module containing the required dependencies to activate the schema.
4040
4141
Dependencies:
42-
4342
Upstream tables:
4443
Session: A parent table to ProbeInsertion
4544
Probe: A parent table to EphysRecording. Probe information is required before electrophysiology data is imported.

element_array_ephys/ephys_chronic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def activate(
4242
Upstream tables:
4343
Session: A parent table to ProbeInsertion
4444
Probe: A parent table to EphysRecording. Probe information is required before electrophysiology data is imported.
45+
4546
Functions:
4647
get_ephys_root_data_dir(): Returns absolute path for root data director(y/ies) with all electrophysiological recording sessions, as a list of string(s).
4748
get_session_direction(session_key: dict): Returns path to electrophysiology data for the a particular session as a list of strings.

element_array_ephys/ephys_no_curation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def activate(
4242
Upstream tables:
4343
Session: A parent table to ProbeInsertion
4444
Probe: A parent table to EphysRecording. Probe information is required before electrophysiology data is imported.
45+
4546
Functions:
4647
get_ephys_root_data_dir(): Returns absolute path for root data director(y/ies) with all electrophysiological recording sessions, as a list of string(s).
4748
get_session_direction(session_key: dict): Returns path to electrophysiology data for the a particular session as a list of strings.

element_array_ephys/ephys_precluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def activate(
3737
Upstream tables:
3838
Session: A parent table to ProbeInsertion
3939
Probe: A parent table to EphysRecording. Probe information is required before electrophysiology data is imported.
40+
4041
Functions:
4142
get_ephys_root_data_dir(): Returns absolute path for root data director(y/ies) with all electrophysiological recording sessions, as a list of string(s).
4243
get_session_direction(session_key: dict): Returns path to electrophysiology data for the a particular session as a list of strings.

element_array_ephys/probe.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ def activate(
2020
schema_name (str): A string containing the name of the probe scehma.
2121
create_schema (bool): If True, schema will be created in the database.
2222
create_tables (bool): If True, tables related to the schema will be created in the database.
23+
2324
Dependencies:
25+
Upstream tables:
26+
Session: A parent table to ProbeInsertion.
27+
2428
Functions:
2529
"""
2630
schema.activate(schema_name, create_schema=create_schema, create_tables=create_tables)

0 commit comments

Comments
 (0)