Currently, the docs are hosted on GitLab Pages:
for building the docs page locally install python sphinx and sphinx-rtd-theme
pip install sphinx sphinx-rtd-theme
then build the html with
sphinx-build -b html ./doc ./public
The docs contain detailed information on installation, usage, and contributing standards:
- Getting Started: Detailed instructions on creating and running metamorphic relations and transformations.
- Contributing: A guide for developers contributing to the framework, including testing, code standards, and more.
- Additional Resources: FAQs and detailed examples.