Skip to content

Commit c1589a8

Browse files
committed
crossref fixes
1 parent 48850e5 commit c1589a8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/basics.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ and observations are filtered out:
317317

318318
.. image:: _static/images/basics/evi-masked-composite.png
319319

320+
.. _aggregate-spatial-evi
320321
321322
Aggregated EVI timeseries
322323
===========================

docs/cookbook/job_manager.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _job-manager
2+
13
====================================
24
Multi Backend Job Manager
35
====================================

docs/cookbook/sampling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sampling can be done for points or polygons:
1919

2020
Note that sampling many points or polygons may require to send a large amount of geometry, which sometimes makes the size
2121
of the requests too large when it is included inline as GeoJson. Therefore, we recommend to upload your vector data to a
22-
public url, and to load it in openEO using `openeo.rest.connection.Connection.load_url`.
22+
public url, and to load it in openEO using {py:meth}`openeo.rest.connection.Connection.load_url`.
2323

2424
## Sampling at point locations
2525

@@ -28,7 +28,7 @@ commonly supported reducer like `min`, `max` or `mean` and will receive only one
2828
in edge cases, a point can intersect with up to 4 pixels. If this is not desirable, it might be worth trying to align
2929
points with pixel centers, which does require more advanced knowledge of the pixel grid of your data cube.
3030

31-
More information on `aggregate_spatial` is available :ref:`here<Aggregated EVI timeseries>`.
31+
More information on `aggregate_spatial` is available [here](_aggregate-spatial-evi).
3232

3333
## Sampling polygons as rasters
3434

@@ -76,4 +76,4 @@ batch job. The recommendation here is to apply a spatial grouping to your sampli
7676
an area of around 100x100km. The optimal size of a group may be backend dependant. Also remember that when working with
7777
data in the UTM projection, you may want to avoid covering multiple UTM zones in a single group.
7878

79-
See also :ref:`Managing many jobs<Multi Backend Job Manager>`.
79+
See also how to manage [multiple jobs](_job-manager).

0 commit comments

Comments
 (0)