Detailed guidance for contributing developers is available at https://docs.openmicroscopy.org/contributing/
- Fork the repository on GitHub
- Create a branch for your work based on the latest
dev_xe.g. dev_5_0 branch ordevelop - Make your commits and open a PR
This repository uses Sphinx to publish a ReadTheDocs site at https://ngff.openmicroscopy.org in the Sphinx Book Theme.
MyST syntax can be used in addition to basic Markdown and HTML.
Edit conf.py with options from the Sphinx Book Theme. The PyData Sphinx Theme user guide may also have more up to date instructions for configuration properties.
Each PR receives a unique preview URL of the format https://ngff--<PR#>.org.readthedocs.build/ where <PR#> is the PR number. This link is also posted to each PR by the Github actions bot in an "Automated Review URLs" comment as the "Readthedocs" link.
Please check that your changes render correctly at this URL. New commits will automatically be live at the PR url after a few minutes.