Skip to content

Commit b4c2549

Browse files
update index
1 parent b4f7d64 commit b4c2549

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docs/source/description.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Causal Testing Framework Description
22
=====================================
33

4-
The causal testing framework has three core components:
5-
4+
CTF Components
5+
--------------
66

77
#.
88
:doc:`Causal Specification <../modules/causal_specification>`\ : Before we can test software, we need to obtain an

docs/source/index.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,27 @@ system-under-test that is expected to cause a change to some output(s).
2222

2323
description
2424
installation
25+
.. toctree::
26+
:maxdepth: 1
27+
:caption: Module Descriptions
28+
29+
/modules/data_collector
30+
/modules/causal_specification
31+
/modules/causal_tests
2532

2633
.. toctree::
2734
:maxdepth: 2
28-
:caption: Contents:
35+
:caption: Code Docs
2936
:titlesonly:
3037

3138
/autoapi/causal_testing/index
3239

3340
.. toctree::
3441
:maxdepth: 1
35-
:caption: Examples
42+
:caption: Front Ends
3643

37-
json_front_end
38-
test_suite
44+
frontends/json_front_end
45+
frontends/test_suite
3946

4047
.. toctree::
4148
:maxdepth: 1

0 commit comments

Comments
 (0)