https://rse-tre-community.readthedocs.io/
This repo is for Research Software Engineers (RSEs), researchers, Trusted Research Environment (TRE) users, developers and enthusiasts to collaborate on and communicate about open-source TRE infrastructure.
Our Code of Conduct applies to all interactions within this space. We value the participation of every member of the community and want to ensure that everybody has an enjoyable and fulfilling experience.
We want this space to be community-driven, and not have any one voice direct conversation. Please use it as a free-form place to share thoughts and ideas, work together on resolving problems, and discuss where the community should be focusing our efforts!
- Visit our readthedocs site to see latest developments with the community
- Join the
rse-tre-wg
Slack channel in the RSE Slack Workspace. - Look through our issues on GitHub to see what we're working on, and create a new issue if you have something to add!
We welcome contributions from anyone who is interested in this community. There are lots of ways to contribute, not just writing docs!
See our Code of Conduct and our Contributor Guide to learn more about how we work together as a community and how you can contribute.
This repository is published using Read the Docs. The documentation is built with Sphinx, and written in Markdown with the MyST Parser.
To build this repository locally, create a Python environment and install the requirements:
cd docs
pip install -r requirements.txt
Then build the documentation:
make html
pre-commit is used to check the documentation for common issues, and to auto-format all content.
To run pre-commit locally:
pre-commit run --all-files