From 8f4d64f924640377a21764b99bafbf4e6687f6e6 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 4 May 2026 15:39:05 -0500 Subject: [PATCH 1/5] fix units for granular temp --- docs/source_docs/references/units.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/references/units.rst b/docs/source_docs/references/units.rst index 2355ef8..81e2136 100644 --- a/docs/source_docs/references/units.rst +++ b/docs/source_docs/references/units.rst @@ -22,7 +22,7 @@ units. +--------------------------------+-----------------------------------------+ | force | Newton [:math:`N`] | +--------------------------------+-----------------------------------------+ -| granular temperature | [:math m^{2} \cdot s{-2} | +| granular temperature | [:math m^{2} \cdot s{-2}:] | +--------------------------------+-----------------------------------------+ | heat of formation | [:math:`J \cdot kg^{-1}`] | +--------------------------------+-----------------------------------------+ -- GitLab From 2280846fee7e6f82bc46c27ac14add6a980b455b Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 4 May 2026 15:44:31 -0500 Subject: [PATCH 2/5] left-justify tables in page --- docs/source_docs/_static/theme_overrides.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/source_docs/_static/theme_overrides.css b/docs/source_docs/_static/theme_overrides.css index 282078d..ddb48d3 100644 --- a/docs/source_docs/_static/theme_overrides.css +++ b/docs/source_docs/_static/theme_overrides.css @@ -1,14 +1,3 @@ -/* override table width restrictions */ -.wy-table-responsive table td, .wy-table-responsive table th { - white-space: normal; -} - -.wy-table-responsive { - margin-bottom: 24px; - max-width: 100%; - overflow: visible; -} - .math { text-align: left; } @@ -19,3 +8,8 @@ .wy-nav-content { max-width: none; } + +table.docutils { + margin-left: 0; + margin-right: auto; +} -- GitLab From 0e9e6ff03ab64206abbb9b2d931214c487b480c8 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 4 May 2026 15:48:21 -0500 Subject: [PATCH 3/5] fix units for granular temp --- docs/source_docs/references/units.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/references/units.rst b/docs/source_docs/references/units.rst index 81e2136..b910b66 100644 --- a/docs/source_docs/references/units.rst +++ b/docs/source_docs/references/units.rst @@ -22,7 +22,7 @@ units. +--------------------------------+-----------------------------------------+ | force | Newton [:math:`N`] | +--------------------------------+-----------------------------------------+ -| granular temperature | [:math m^{2} \cdot s{-2}:] | +| granular temperature | [:math:`m^{2} \cdot s{-2}`] | +--------------------------------+-----------------------------------------+ | heat of formation | [:math:`J \cdot kg^{-1}`] | +--------------------------------+-----------------------------------------+ -- GitLab From d5932bd102dda35d4bb4e056a1a2102f4347e67a Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 4 May 2026 15:58:44 -0500 Subject: [PATCH 4/5] update units (SI) --- docs/source_docs/references/units.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source_docs/references/units.rst b/docs/source_docs/references/units.rst index b910b66..251362b 100644 --- a/docs/source_docs/references/units.rst +++ b/docs/source_docs/references/units.rst @@ -18,11 +18,11 @@ units. +--------------------------------+-----------------------------------------+ | dynamic viscosity | [:math:`Pa \cdot s`] | +--------------------------------+-----------------------------------------+ -| energy | Joule [:math:`J`] | +| energy | joule [:math:`J`] | +--------------------------------+-----------------------------------------+ -| force | Newton [:math:`N`] | +| force | newton [:math:`N`] | +--------------------------------+-----------------------------------------+ -| granular temperature | [:math:`m^{2} \cdot s{-2}`] | +| granular temperature | [:math:`m^{2} \cdot s{^-2}`] | +--------------------------------+-----------------------------------------+ | heat of formation | [:math:`J \cdot kg^{-1}`] | +--------------------------------+-----------------------------------------+ @@ -32,9 +32,9 @@ units. +--------------------------------+-----------------------------------------+ | molecular weight | [:math:`kg \cdot mol^{-1}`] | +--------------------------------+-----------------------------------------+ -| power | Watt [:math:`W`] | +| power | watt [:math:`W`] | +--------------------------------+-----------------------------------------+ -| pressure | Pascal [:math:`Pa`] | +| pressure | pascal [:math:`Pa`] | +--------------------------------+-----------------------------------------+ | reaction rate (Euler-Euler) | [:math:`mol \cdot m^{-3} \cdot s^{-1}`] | +--------------------------------+-----------------------------------------+ @@ -44,7 +44,7 @@ units. +--------------------------------+-----------------------------------------+ | spring coefficient | [:math:`N \cdot m^{-1}`] | +--------------------------------+-----------------------------------------+ -| temperature | Kelvin [:math:`K`] | +| temperature | kelvin [:math:`K`] | +--------------------------------+-----------------------------------------+ | thermal conductivity | [:math:`W \cdot m^{-1} \cdot K^{-1}`] | +--------------------------------+-----------------------------------------+ -- GitLab From 90c9550fb61b6ae6792e8d0950c9d46815159e11 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Mon, 4 May 2026 16:03:20 -0500 Subject: [PATCH 5/5] fix units for granular temp --- docs/source_docs/references/units.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/references/units.rst b/docs/source_docs/references/units.rst index 251362b..0333141 100644 --- a/docs/source_docs/references/units.rst +++ b/docs/source_docs/references/units.rst @@ -22,7 +22,7 @@ units. +--------------------------------+-----------------------------------------+ | force | newton [:math:`N`] | +--------------------------------+-----------------------------------------+ -| granular temperature | [:math:`m^{2} \cdot s{^-2}`] | +| granular temperature | [:math:`m^{2} \cdot s^{-2}`] | +--------------------------------+-----------------------------------------+ | heat of formation | [:math:`J \cdot kg^{-1}`] | +--------------------------------+-----------------------------------------+ -- GitLab