File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
Causal Testing Framework Description
2
2
=====================================
3
3
4
- The causal testing framework has three core components:
5
-
4
+ CTF Components
5
+ --------------
6
6
7
7
#.
8
8
:doc: `Causal Specification <../modules/causal_specification >`\ : Before we can test software, we need to obtain an
Original file line number Diff line number Diff line change @@ -22,20 +22,27 @@ system-under-test that is expected to cause a change to some output(s).
22
22
23
23
description
24
24
installation
25
+ .. toctree ::
26
+ :maxdepth: 1
27
+ :caption: Module Descriptions
28
+
29
+ /modules/data_collector
30
+ /modules/causal_specification
31
+ /modules/causal_tests
25
32
26
33
.. toctree ::
27
34
:maxdepth: 2
28
- :caption: Contents:
35
+ :caption: Code Docs
29
36
:titlesonly:
30
37
31
38
/autoapi/causal_testing/index
32
39
33
40
.. toctree ::
34
41
:maxdepth: 1
35
- :caption: Examples
42
+ :caption: Front Ends
36
43
37
- json_front_end
38
- test_suite
44
+ frontends/ json_front_end
45
+ frontends/ test_suite
39
46
40
47
.. toctree ::
41
48
:maxdepth: 1
You can’t perform that action at this time.
0 commit comments