Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/force/SOURCE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repository: bcdev/apex-force-openeo
release: manual
commit: d74a305e529b8313bdfe787d999261854b118435
Generated: Fri Jul 10 14:31:56 UTC 2026
commit: e0a10dd5385cd1c0798b1847e3e738aa961e5974
Generated: Fri Jul 24 14:19:48 UTC 2026
4 changes: 4 additions & 0 deletions docs/force/_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sidebar: force
format:
html:
code-line-numbers: true
1 change: 1 addition & 0 deletions docs/force/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ website:
- href: feature_overview.qmd
text: Feature overview
sidebar:
id: "force"
style: "docked"
search: true
contents:
Expand Down
5 changes: 0 additions & 5 deletions docs/force/about.qmd

This file was deleted.

3 changes: 3 additions & 0 deletions docs/force/guide/_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
page-navigation: true
execute:
freeze: true
5 changes: 4 additions & 1 deletion docs/force/guide/intro.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Introduction
---
title: "Introduction"
order: 1
---

The FORCE integration on CDSE makes it possible to use selected functionality of the FORCE processing engine on the CDSE infrastructure through the openEO API.

Expand Down
4 changes: 1 addition & 3 deletions docs/force/guide/level2.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
format:
html:
page-navigation: true
execute:
freeze: true
order: 4
---

# FORCE level 2
Expand Down
5 changes: 1 addition & 4 deletions docs/force/guide/parametrization.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
format:
html:
code-fold: false
page-navigation: true
execute:
freeze: true
order: 6
---

# Parametrization
Expand Down
6 changes: 2 additions & 4 deletions docs/force/guide/processes.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
format:
html:
code-fold: false
page-navigation: true
execute:
# Cache is necessary to avoid having to authenticate to build the documentation
freeze: true

order: 2
---

# openEO processes
Expand Down
4 changes: 1 addition & 3 deletions docs/force/guide/query.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
format:
html:
page-navigation: true
execute:
freeze: true
order: 3
---

# Selecting input data
Expand Down
4 changes: 1 addition & 3 deletions docs/force/guide/tsa.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
format:
html:
page-navigation: true
execute:
freeze: true
order: 5
---
# FORCE Time Series Analysis

Expand Down
3 changes: 0 additions & 3 deletions docs/force/index.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "FORCE with openEO on CDSE"
format:
html:
code-line-numbers: true
---

The integration of the [FORCE](https://force-eo.readthedocs.io/en/latest/) processing engine in CDSE provides access to [a subset of FORCE's processing functionality](feature_overview.qmd) via the [openEO API on CDSE](https://eoap.github.io/).
Expand Down
Loading