docs: add ReadTheDocs configuration and Sphinx documentation structure

This commit is contained in:
Melvin Alvarez
2026-02-08 17:16:41 +01:00
parent 68fe7fdb8e
commit c1f4c0bde7
14 changed files with 646 additions and 526 deletions
@@ -889,7 +889,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": null,
"id": "dec563b0",
"metadata": {},
"outputs": [
@@ -911,7 +911,7 @@
}
],
"source": [
"# Compute RMSEs\n",
" ccxw # Compute RMSEs\n",
"sensor_rmses = [\n",
" np.sqrt(np.mean((measurements - true_temp)**2))\n",
" for measurements in sensor_measurements\n",