File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Github Actions and Webhooks
4
4
Actions
5
5
--------------
6
6
7
- Currently, this project makes use of 3 `Github Actions <https://github.com/features/actions >`_,
7
+ Currently, this project makes use of 4 `Github Actions <https://github.com/features/actions >`_,
8
8
which can be found in the
9
9
`.github/workflows <https://github.com/CITCOM-project/CausalTestingFramework/tree/main/.github/workflows >`_ directory.
10
10
@@ -16,14 +16,18 @@ They are:
16
16
17
17
#. ``publish-to-pypi.yaml ``, runs when a new version tag is pushed and publishes that tag version to PyPI.
18
18
19
+ #. ``figshare.yaml ``, releases new versions to `Figshare <https://orda.shef.ac.uk/articles/software/CITCOM_Software_Release/24427516?file=43686015 >`_.
20
+
21
+ #. ``publish-to-dafni.yaml ``, which containerises and uploads every major release to `DAFNI <https://www.dafni.ac.uk/ >`_.
22
+
23
+
19
24
Webhooks
20
25
---------------
21
26
22
- The project also uses 3 `Webhooks <https://docs.github.com/en/webhooks-and-events/webhooks/about-webhooks >`_, which can
27
+ The project also uses 2 `Webhooks <https://docs.github.com/en/webhooks-and-events/webhooks/about-webhooks >`_, which can
23
28
be found in the `project settings <https://github.com/CITCOM-project/CausalTestingFramework/settings >`_ on Github. These
24
29
include:
25
30
26
- #. `Codacy <https://github.com/codacy >`_
27
31
28
32
#. `Codecov <https://github.com/codecov >`_
29
33
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Causal testing is a :term:`causal inference`-driven framework for functional bla
10
10
graphical causal inference (CI) techniques for the specification and functional testing of software from a black-box
11
11
perspective. In this framework, we use causal directed acyclic graphs (DAGs) to express the anticipated cause-effect
12
12
relationships amongst the inputs and outputs of the system-under-test and the supporting mathematical framework to
13
- relationships amongst the inputs and outputs of the system-under-test and the supporting mathematical framework to
14
13
design statistical procedures capable of making causal inferences. Each causal test case focuses on the causal effect
15
14
of an intervention made to the system-under test. That is, a prescribed change to the input configuration of the
16
15
system-under-test that is expected to cause a change to some output(s).
@@ -37,7 +36,7 @@ system-under-test that is expected to cause a change to some output(s).
37
36
}
38
37
39
38
.zoom-container.zoomed {
40
- transform : scale (2 );
39
+ transform : scale (4 );
41
40
cursor : zoom-out ;
42
41
}
43
42
@@ -84,7 +83,7 @@ system-under-test that is expected to cause a change to some output(s).
84
83
85
84
.. container :: zoom-container
86
85
87
- .. image :: /images/workflow .png
86
+ .. image :: /images/schematic .png
88
87
:class: zoomable-image
89
88
:alt: Zoomable Image
90
89
@@ -93,6 +92,8 @@ system-under-test that is expected to cause a change to some output(s).
93
92
:hidden:
94
93
:caption: Home
95
94
95
+ self
96
+
96
97
.. toctree ::
97
98
:hidden:
98
99
:maxdepth: 1
You can’t perform that action at this time.
0 commit comments