Contribution
This documentation is not meant to be static and is a collaborative effort of the CTSM-Norway team. If you spot anything wrong or would like to add information to the documentation, please send us a pull request or file an issue in our repository.
What do I need to contribute?
Locally build this page
Before filling a pull-request you should check that the changes introduced by you still make the site build. Therefor, you should always build and test locally before you ask for a pull request.
Usage
How to automatically update the documentation locally during development:
$[~/PROJECT_ROOT] sphinx-autobuild content/ _build
The static webpage is hosted on Github and automatically builded with GitHub-Actions by pushing changes from the main
to the gh-pages
branch. The built web-page is displayed as the stuff build on the gh-pages
branch. This process is automatic. A guide to the principles can be found here.