From 297fa9f8fd0b609cb1e3232c961ab69936865052 Mon Sep 17 00:00:00 2001 From: HugoMVale <57530119+HugoMVale@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:52:10 +0100 Subject: [PATCH] add index thermal conductivity --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index c161bf0..87a8cc0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -54,6 +54,7 @@ watch: plugins: - search - autolinks + #- autorefs - markdown-exec - table-reader - bibtex: @@ -165,6 +166,7 @@ nav: - Kinetic Coefficients: "tutorials/kinetic_coefficients.ipynb" - Physical Property Equations: "tutorials/physprop_equations.ipynb" - Thermal Conductivity: "tutorials/thermal_conductivity.ipynb" + # - Viscosity: "tutorials/viscosity.ipynb" #- API Reference: reference/polykin/ # - API Reference: - polykin.copolymerization: @@ -202,6 +204,7 @@ nav: - SanchezLacombe: reference/properties/pvt_polymer/SanchezLacombe.md - Tait: reference/properties/pvt_polymer/Tait.md - Thermal Conductivity: + - reference/properties/thermal_conductivity/index.md - KLMX2_li: reference/properties/thermal_conductivity/KLMX2_li.md - KVMX2_wassilijewa: reference/properties/thermal_conductivity/KVMX2_wassilijewa.md - KVPC_stiel_thodos: reference/properties/thermal_conductivity/KVPC_stiel_thodos.md