Skip to content

Commit 6b469f5

Browse files
committed
fixed formatting warnings in docs
1 parent 520c295 commit 6b469f5

File tree

6 files changed

+15
-16
lines changed

6 files changed

+15
-16
lines changed

docs/source/components/higher-level/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Multiple :ref:`hl-submodules` are available, which either process ARD or feature
4040
:hidden:
4141
:maxdepth: 3
4242

43-
higher-level.rst
4443
hl-input.rst
4544
hl-compute.rst
4645
hl-aux.rst

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
# a list of builtin themes.
7878
#
7979
html_theme = 'default'
80+
#html_theme = 'sphinx_rtd_theme'
8081

8182
# Theme options are theme-specific and customize the look and feel of a theme
8283
# further. For a list of options available for each theme, see the

docs/source/howto/coreg.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
.. _tut-coreg:
22

3-
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
4-
5-
63
Coregistration
74
==============
85

6+
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
7+
98
**How to coregister Sentinel-2 with Landsat**
109

1110
This tutorial explains how to generate co-registered Sentinel-2 Analysis Ready Data using the FORCE Level 2 Processing System.

docs/source/howto/stm.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
.. _tut-stm:
22

3-
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
4-
5-
63
Spectral Temporal Metrics
74
=========================
85

6+
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
7+
98
**How to aggregate time series**
109

1110
This tutorial explains what Spectral Temporal Metrics are, and how to generate them using the Time Series Analysis (TSA) submodule of the FORCE Higher Level Processing system (HLPS).

docs/source/howto/tsi.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. _tut-tsi:
22

3-
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
4-
53
Time Series Interpolation
64
=========================
75

6+
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
7+
88
**How to interpolate and animate time series**
99

1010
This tutorial introduces the Time Series Analysis (TSA) submodule of the FORCE Higher Level Processing system (HLPS), shows how to interpolate time series, and how to visualize and animate them via QGIS plugins.
@@ -14,8 +14,8 @@ This tutorial introduces the Time Series Analysis (TSA) submodule of the FORCE H
1414
*This tutorial uses FORCE v. 3.5*
1515

1616

17-
----------
18-
Why interpolation?**
17+
Why interpolation?
18+
------------------
1919

2020
Despite regular observations, EO time series are generally not equidistant.
2121
Nominal equidistance is only given for areas that are not covered by orbital overlaps (16 days revisit at nadir for a single Landsat).
@@ -34,13 +34,13 @@ Equidistance is established, which might be needed for following processing step
3434

3535
Time Series interpolation is a basic option within the :ref:`tsa` submodule of the FORCE :ref:`hlps` Processing system (HLPS), and may be performed before using more advanced time series analysis methods:
3636

37-
.. figure:: img/force-tsa-workflow.jpg
37+
.. figure:: ../components/higher-level/tsa/tsa-workflow.jpg
3838

3939
*Time Series Analysis Workflow*
4040

4141

42-
----------
43-
RBF interpolation**
42+
RBF interpolation
43+
-----------------
4444

4545
In FORCE, a couple of interpolation methods are implemented.
4646

docs/source/howto/wvdb.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ The file holds the long-term average, long-term standard deviation, and the numb
129129
-53.6847 70.9100 0.546611 0.273735 276
130130
131131
132-
.. figure:: img/wvdb.gif" width="750
132+
.. figure:: ../components/lower-level/wvdb/wvdb.gif
133+
:width: 750
133134

134135
*Global animation of the climatology (monthly average)*
135136

@@ -245,7 +246,7 @@ This directory is the directory, to which DIR_WVPLUT in the FORCE L2PS parameter
245246
``DIR_WVPLUT = /data/Earth/global/wvp/wvdb``
246247

247248

248-
If you have finished compiling the WVDB, you may delete the MODIS *.hdf files.
249+
If you have finished compiling the WVDB, you may delete the MODIS \*.hdf files.
249250

250251
Download the entire data record (in one process - this is slow):
251252

0 commit comments

Comments
 (0)