Skip to content

Commit 4396088

Browse files
author
Andy
committed
Fix issue in for_developers with run function prototype formatting
1 parent d5cd0d6 commit 4396088

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/for_developers.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ will need to be saved. All edge-level test objects must inherit from ``nla.edge.
1717

1818
* a ``run`` method
1919

20-
.. mat:automethod:: result = run(obj, input_struct)
20+
**result = run(obj, input_struct)**
21+
2122
input_struct typically contains the following fields in the normal GUI pipeline for most current tests (except SwE and OLS):
23+
2224
* behavior - [numSubjects x 1] array of doubles
2325
* func_conn - nla.TriMatrix object, containing functional connectivity data for all edges and subjects
2426

2527

2628

27-
2829
* **Result object**
2930

3031
A result object must be defined for the test edge-level results. If no custom data fields are needed, then the object in ``+nla/+edge/+result/Base.m``

0 commit comments

Comments
 (0)