As mentioned on #31, there is an issue with the crossrefs on the pipeline page: https://ethzplus.github.io/evoland-plus-HPC/pipeline/pipeline.html, where the manual ToC refers to *.qmd files:
|
- [Setup](setup.qmd) |
|
- [Steps] |
|
- [LULCC](../pipeline/10_LULCC.qmd) |
|
- [Check LULCC](../pipeline/11_CheckLULCC.qmd) |
|
- [Focals](../pipeline/20_FocalLULC.qmd) |
|
- [NCPs](../pipeline/40_NCPs.qmd) |
|
- [Running the pipeline](../pipeline/running.qmd) |
The solution may be to move the headers into the main file and just do the crossrefs there. Since the ToC is also rendered to the side, just removing the manual ToC could also work.
While we're at it, this may be a good occasion to split the pretty long setup and usage section into separate pages.
index.logand other intermediary files; add to gitignoreAs mentioned on #31, there is an issue with the crossrefs on the pipeline page: https://ethzplus.github.io/evoland-plus-HPC/pipeline/pipeline.html, where the manual ToC refers to
*.qmdfiles:evoland-plus-HPC/evoland-plus-hpc-guide/pipeline/pipeline.qmd
Lines 11 to 17 in 07a6279
The solution may be to move the headers into the main file and just do the crossrefs there. Since the ToC is also rendered to the side, just removing the manual ToC could also work.
While we're at it, this may be a good occasion to split the pretty long setup and usage section into separate pages.