Skip to content

Commit 2b28e80

Browse files
committed
try again again
1 parent c8a4f27 commit 2b28e80

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/source/for_developers.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ Creating additional edge-level tests
99
Current tests are located in ``+nla/+edge/+test``. This is where all the current tests are located and also where
1010
any user-created custom tests will need to be saved. All edge-level test objects must inherit from ``nla.edge.BaseTest``
1111

12-
.. mat:module:: edge
1312

14-
.. mat:autoclass:: BaseTest
15-
16-
.. mat:automethod:: run(input_struct)
17-
18-
.. mat:automethod:: inputs = requiredInputs()
1913

2014

2115
* **Result object**
@@ -24,7 +18,11 @@ any user-created custom tests will need to be saved. All edge-level test objects
2418
may be used and this step can be skipped. If a new result is needed, a permutation result inheriting ``+nla/+edge/+result/PermBase``
2519
must also be created
2620

21+
.. mat:module:: edge.result
22+
23+
.. mat:autoclass:: Base
2724
25+
.. mat:automethod:: output(net_atlas, flags, prob_label)
2826
2927
Creating additional network-level tests
3028
----------------------------------------------------------

0 commit comments

Comments
 (0)