[babl] docs: remove short-cut coverage, which is too expensive to generate



commit 5901ea93eca9c3e1367cbf646fa097eb0ec2d49f
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Apr 8 00:48:44 2018 +0200

    docs: remove short-cut coverage, which is too expensive to generate

 docs/index-static.html.in |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index a84422d..b0a04bd 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -80,7 +80,6 @@
         <li><a href='#Color-models'>&nbsp;&nbsp;&nbsp;&nbsp;Color models</a></li>
         <li><a href='#Pixel-formats'>&nbsp;&nbsp;&nbsp;&nbsp;Pixel formats</a></li>-->
 
-        <li><a href='#Shortcut_coverage'>&nbsp;&nbsp;Shortcut&nbsp;Coverage</a></li>
         <li><a href='#Environment'>&nbsp;&nbsp;Environment</a></li>
         <li><a href='#Extending'>&nbsp;&nbsp;Extending</a></li>
         <li><a href='#DirectoryOverview'>&nbsp;&nbsp;Directory Overview</a></li>
@@ -311,15 +310,8 @@ lab_buffer  = malloc (pixel_count * 3 * sizeof (float));
       </li>
     </ul>-->
 
-    <a name='Shortcut_coverage'></a>
-    <h3>Shortcut Coverage</h3>
-    <p>The diagram shown below visualizes the coverage of current shortcut
-    conversions. Dots indicate a direct conversion is provided for, the height
-    of the bar indicates the number of conversions steps needed in a chain of
-    conversions. 
-
-        <a name='Environment'></a>
-        <h2>Environment</h2>
+    <a name='Environment'></a>
+    <h2>Environment</h2>
 
     <p>Through the environment variable <tt>BABL_TOLERANCE</tt> you can control
     a speed/performance trade off that by default is set very low (0.000001)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]