What's Changed
* Update docs - Code block rendering by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/127
* Sphinx markdown by bobturneruk in https://github.com/CITCOM-project/CausalTestingFramework/pull/130
* Causal test case refactor by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/118
* Base causal test case by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/103
This version adds the new `BaseTestCase` class which abstracts the information needed for identification out of the `CausalTestCase`
Also the `CausalTestCase` has been refactored to remove the dictionary configurations which previously stored the Variables and Values, to use separate attributes instead.
**Full Changelog**: https://github.com/CITCOM-project/CausalTestingFramework/compare/v1.0.1...v2.0.0