Skip to content

Commit 1896edd

Browse files
fixup! Docs: update introduction
1 parent b0c55f5 commit 1896edd

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/source/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
```{include} ./user_guide/introduction.md
2-
:relative-images:
3-
:relative-docs:
42
```
53

64
```{toctree}

docs/source/user_guide/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CADET-RDM projects are structured into two distinct repositories.
2929
1. The **project repository** that contains the input data, code, software and configurations to execute the computations. The output repository is a directory within the project repository.
3030
2. The **output repository** that contains the results of these computations, including all calculations, models and figures created by running the project code. Also stored in the output directory is the metadata used to create the specific result. This includes e.g. the software versions and requirements.
3131

32-
:::{figure} user_guide/figures/RDM_wide.png
32+
:::{figure} /_static/figures/RDM_wide.png
3333
:width: 700
3434
:alt: RDM structure
3535

@@ -47,11 +47,11 @@ Every run of the project code creates a new output branch (*result branch*) in t
4747
:gap: 8px
4848
:subcaptions: below
4949
50-
.. image:: user_guide/figures/RDM-project-commits.png
50+
.. image:: /_static/figures/RDM-project-commits.png
5151
:alt: Project Repository
5252
:width: 300px
5353
54-
.. image:: user_guide/figures/RDM-output-commits.png
54+
.. image:: /_static/figures/RDM-output-commits.png
5555
:alt: Output Repository
5656
:width: 420px
5757

0 commit comments

Comments
 (0)