Contains the CAFE Public Data Standard Operating Procedure for Data Management functions such as Harvard Dataverse interfacing and GitHub integration.
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:
_toc.yml
file in the handbook
folder._toc.yml
is the same as your .md
file name (e.g., tutorial.md
)..md
file._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 handbook
Navigate to the browser to see the SOP handbook with your contribution. Make sure everything looks good before opening a pull request.