Contains CAFE documentation pages and materials, including instructions for interfacing with the CAFE Dataverse collection on Harvard Dataverse and the CAFE GitHub organization's repositories and tutorials.
The rendered website is located at https://climate-cafe.github.io/.
If you have read/write access to this page, you can directly open a new feature and add your changes. However, we strongly suggest opening a PR and letting others review your code before merging it into the final version. If you do not have access to this page, please fork the repo and submit a PR.
To add a new sidebar link to the handbook, follow these steps:
- Edit the
_toc.ymlfile in thehandbookfolder. - Make sure the name in
_toc.ymlis the same as your.mdfile name (e.g.,tutorial.md). - Add the necessary content to your new
.mdfile. - Ensure your new sidebar link is correctly configured in
_toc.yml.
For more help on using JupyterBook for documentation, refer to the JupyterBook documentation.
Run the following commands in the terminal:
git clone https://github.com/Climate-CAFE/Climate-CAFE.github.io.git
cd SOP_documentation
mkdir .env
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
jupyter-book build --all handbookNavigate to the browser to see the SOP handbook with your contribution. Make sure everything looks good before opening a pull request.