Skip to content

Commit 63306de

Browse files
committed
Various doc fixes
1 parent 1bfb6a6 commit 63306de

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/basics.rst

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

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

320-
.. _aggregate-spatial-evi
320+
.. _aggregate-spatial-evi:
321321

322322
Aggregated EVI timeseries
323323
===========================

docs/cookbook/job_manager.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _job-manager
1+
.. _job-manager:
22

33
====================================
44
Multi Backend Job Manager

docs/datacube_construction.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ TODO
200200

201201

202202
.. _multi-result-process-graphs:
203+
203204
Building process graphs with multiple result nodes
204205
===================================================
205206

docs/udf.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,10 @@ the datacube.
374374
375375
376376
.. warning::
377-
378-
The ``apply_neighborhood`` is the most versatile, but also most complex process. Make sure to keep an eye on the dimensions
379-
and the shape of the DataArray returned by your UDF. For instance, a very common error is to somehow 'flip' the spatial dimensions.
380-
Debugging the UDF locally can help, but then you will want to try and reproduce the input that you get also on the backend.
381-
This can typically be achieved by using logging to inspect the DataArrays passed into your UDF backend side.
377+
The ``apply_neighborhood`` is the most versatile, but also most complex process. Make sure to keep an eye on the dimensions
378+
and the shape of the DataArray returned by your UDF. For instance, a very common error is to somehow 'flip' the spatial dimensions.
379+
Debugging the UDF locally can help, but then you will want to try and reproduce the input that you get also on the backend.
380+
This can typically be achieved by using logging to inspect the DataArrays passed into your UDF backend side.
382381

383382

384383

0 commit comments

Comments
 (0)