From 85da3e630698a0c8f820aaa71a0efe9ecd642450 Mon Sep 17 00:00:00 2001 From: Lisa Goodrich Date: Thu, 5 Aug 2021 15:18:31 -0600 Subject: [PATCH] removing typo file, removing line breaks #1049 --- docs/Users_Guide/statistics_list.rst | 7 ++----- docs/_templates/theme_overrides.css | 16 ---------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 docs/_templates/theme_overrides.css diff --git a/docs/Users_Guide/statistics_list.rst b/docs/Users_Guide/statistics_list.rst index 65a4665313..696020e529 100644 --- a/docs/Users_Guide/statistics_list.rst +++ b/docs/Users_Guide/statistics_list.rst @@ -3,7 +3,7 @@ METplus Laundry List of Statistics ********************************** - 8th attempt. text wrapping This is only for the "A" items + 9th attempt. text wrapping This is only for the "A" items .. list-table:: Laundry list A. :widths: auto @@ -13,10 +13,7 @@ METplus Laundry List of Statistics - Statistics - References * - 2D Objects - - For each object: Location of the centroid in grid units, -Location of the centroid in lat/lon degrees, Axis angle, Length of the -enclosing rectangle, Width of the enclosing rectangle, Object area, -Radius of curvature of the object defined in terms of third order moments, Center of curvature, Ratio of the difference between the area of an object and the area of its convex hull divided by the area of the complex hull, percentiles of intensity of the raw field within the object, Percentile of intensity chosen for use in the percentile intensity ratio, Sum of the intensities of the raw field within the object, + - For each object: Location of the centroid in grid units, Location of the centroid in lat/lon degrees, Axis angle, Length of the enclosing rectangle, Width of the enclosing rectangle, Object area, Radius of curvature of the object defined in terms of third order moments, Center of curvature, Ratio of the difference between the area of an object and the area of its convex hull divided by the area of the complex hull, percentiles of intensity of the raw field within the object, Percentile of intensity chosen for use in the percentile intensity ratio, Sum of the intensities of the raw field within the object, - See the WWRP/WGNE JWGFVR website * - A/BAL_WIND_34 - TCMPR output format: a/bdeck 34-knot radius winds in full circle diff --git a/docs/_templates/theme_overrides.css b/docs/_templates/theme_overrides.css deleted file mode 100644 index ab16bba14c..0000000000 --- a/docs/_templates/theme_overrides.css +++ /dev/null @@ -1,16 +0,0 @@ -/* Fix missing line-wrapping with Sphinx-RTD theme */ -/* https://github.com/platformio/platformio-docs/issues/5 */ - -/* override table width restrictions */ -@media screen and (min-width: 767px) { - - .wy-table-responsive table td { - /* !important prevents the common CSS stylesheets from overriding - this as on RTD they are loaded after this stylesheet */ - white-space: normal !important; - } - - .wy-table-responsive { - overflow: visible !important; - } -} \ No newline at end of file