diff --git a/source/index.rst b/source/index.rst
index 44761f60b..d6844c3d3 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -58,7 +58,6 @@ The documentation is available in several languages. Some translations are incom
resources
flying
multispectral
- thermal
requesting-features
contributing
faq
diff --git a/source/multispectral.rst b/source/multispectral.rst
index 6df6e77a2..29f4c7e4c 100644
--- a/source/multispectral.rst
+++ b/source/multispectral.rst
@@ -1,3 +1,7 @@
+#################################
+Multispectral and Thermal Support
+#################################
+
Multispectral Support
=====================
@@ -53,3 +57,32 @@ While the Sentera AGX710 is not officially supported by ODM, the following workf
python3 contrib/ndvi/rename_sentera_agx710_multispectral_tif.py output_dir/odm_orthophoto.tif
* output_dir/odm_orthophoto.tif could be open with `QGIS `_ with correct band names
+
+Thermal Support
+===============
+
+ODM has support for radiometric calibration of thermal data, which is able to generate temperature orthophotos from long-wave infrared (LWIR) cameras. LWIR images can be processed alone or as part of a multispectral dataset.
+
+.. figure:: images/thermal.jpeg
+ :alt: Screen shot of thermal imagery as displayed in WebODM
+ :align: center
+
+Hardware
+--------
+
+While we aim to support as many cameras as possible, thermal support has been developed using the following cameras, so they will work better:
+
+ * `MicaSense Altum `_
+ * `DJI Zenmuse XT `_
+ * `DJI Zenmuse H20 Series `_
+
+Other cameras might also work. You can help us expand this list by `sharing datasets `_ captured with other cameras.
+
+Usage
+-----
+
+Process the images using the `--radiometric-calibration camera` parameter to enable radiometric calibration.
+
+
+`Learn to edit `_ and help improve `this page `_!
+
diff --git a/source/thermal.rst b/source/thermal.rst
deleted file mode 100644
index eacfb8948..000000000
--- a/source/thermal.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-Thermal Support
-===============
-
-ODM has support for radiometric calibration of thermal data, which is able to generate temperature orthophotos from long-wave infrared (LWIR) cameras. LWIR images can be processed alone or as part of a multispectral dataset.
-
-.. figure:: images/thermal.jpeg
- :alt: Screen shot of thermal imagery as displayed in WebODM
- :align: center
-
-Hardware
---------
-
-While we aim to support as many cameras as possible, thermal support has been developed using the following cameras, so they will work better:
-
- * `MicaSense Altum `_
- * `DJI Zenmuse XT `_
- * `DJI Zenmuse H20 Series `_
-
-Other cameras might also work. You can help us expand this list by `sharing datasets `_ captured with other cameras.
-
-Usage
------
-
-Process the images using the `--radiometric-calibration camera` parameter to enable radiometric calibration.
-
-
-`Learn to edit `_ and help improve `this page `_!