Skip to content

Commit e9a369a

Browse files
committed
Changed landing page, TOC/sidebar
1 parent 3cc38a7 commit e9a369a

4 files changed

Lines changed: 28 additions & 28 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# processing
1+
# Contributing Guide
22

33
This repositary includes python modules for running the STEMMUS-SCOPE model in a
4-
notebook.
4+
notebook.
55

66
The workflow is executed using python and MATLAB on a Unix-like system.
77
The python packages are listed in the
@@ -17,7 +17,7 @@ Run the commands below in a terminal:
1717
```sh
1818
# Download and install Conda
1919
wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-pypy3-Linux-x86_64.sh
20-
bash Mambaforge-pypy3-Linux-x86_64.sh
20+
bash Mambaforge-pypy3-Linux-x86_64.sh
2121
-b -p ~/mamba
2222

2323
# Update base environment
@@ -51,7 +51,7 @@ Snellius, see the script
5151
on how to load the module.
5252
</details>
5353

54-
# Run jupyter notebook
54+
## Run jupyter notebook
5555

5656
**On Snellius:**
5757

@@ -69,18 +69,18 @@ interactively.
6969
"InputPath" and "OutputPath".
7070
3. click on the `Remote Desktop` in the
7171
Launcher. Click on the `Applications`. You will find the 'MATLAB' software under
72-
the `Research`.
72+
the `Research`.
7373
4. After clicking on 'MATLAB', it asks for your account information that is
7474
connected to a MATLAB license.
7575
5. Open the file `run_model_in_matlab_dev.m` and set the paths inside the script.
7676
6. Then, run the main script `run_model_in_matlab_dev.m`.
7777

78-
# Recipe of model execution
78+
## Recipe of model execution
7979

8080
The execution of the model includes following steps:
8181

8282
- Update/set config files
83-
- Create input directories, prepare input files
83+
- Create input directories, prepare input files
8484
- Run the model
8585
- Create output directories, prepare output files
8686
- Create exe file

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# PyStemmusScope
21

32
<!-- (Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.) -->
43

@@ -18,7 +17,6 @@
1817
[![cffconvert](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/cffconvert.yml/badge.svg)](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/cffconvert.yml)
1918
[![markdown-link-check](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/markdown-link-check.yml/badge.svg)](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/markdown-link-check.yml) -->
2019

21-
2220
This repositary includes python modules for running the STEMMUS-SCOPE model in a jupyter
2321
notebook.
2422

@@ -87,7 +85,7 @@ Snellius, see the script
8785
on how to load the module.
8886
</details>
8987

90-
# Run jupyter notebook
88+
## Run jupyter notebook
9189

9290
Open a terminal and run:
9391

@@ -110,7 +108,7 @@ interactively.
110108
Currently, running the notebook on CRIB is not supported because MATLAB Runtime
111109
can not be installed there.
112110

113-
# Recipe of model execution
111+
## Recipe of model execution
114112

115113
The execution of the model includes following steps:
116114

docs/index.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6+
PyStemmusScope documentation
7+
****************************
68

7-
.. include:: ../README.md
8-
:parser: myst_parser.sphinx_
9+
Welcome to the documentation of PyStemmusScope, a python package that enables researchers
10+
to use the MATLAB-based STEMMUS-SCOPE model.
911

10-
.. toctree::
11-
:maxdepth: 2
12-
:caption: Contents:
13-
:hidden:
12+
`STEMMUS-SCOPE <https://gmd.copernicus.org/articles/14/1379/2021/>`_ is an integrated
13+
soil-plant-atmosphere continuum model based on the models
14+
`SCOPE <https://github.com/Christiaanvandertol/SCOPE/>`_ and
15+
`STEMMUS <https://blog.utwente.nl/stemmus/introduction/>`_, and models
16+
canopy photosynthesis, fluorescence, and the transfer of energy, mass, and momentum.
1417

15-
Readme <readme_link>
16-
Project Setup <project_setup.md>
17-
Developer Readme <README.dev.md>
18-
Contributing <contributing_link>
19-
Code of Conduct <CODE_OF_CONDUCT.md>
20-
Changelog <CHANGELOG.md>
18+
For a guide on how to setup and run the model, see the :doc:`user guide <readme_link>`.
19+
If you are interested in contributing to the PyStemmusScope code, see the
20+
:doc:`contributing guide <contributing_link>`.
2121

22-
Indices and tables
23-
==================
22+
.. toctree::
23+
:maxdepth: 0
24+
:hidden:
2425

25-
* :ref:`genindex`
26-
* :ref:`modindex`
27-
* :ref:`search`
26+
User guide <readme_link>
27+
Contributing guide <contributing_link>

docs/readme_link.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
User Guide
2+
**********
13
.. include:: ../README.md
24
:parser: myst_parser.sphinx_

0 commit comments

Comments
 (0)