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/3] 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/3] 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/3] 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