[babl] docs: clean up docs - add news to table of contents - change authors header level to 2 for consisten



commit 1d4207344611446bad5d02f0064895726de41a45
Author: John Marshall <jtm home gmail com>
Date:   Wed May 20 10:36:00 2020 +0100

    docs: clean up docs
    - add news to table of contents
    - change authors header level to 2 for consistency

 docs/index-static.html.in | 9 +++++----
 docs/toc                  | 1 +
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index 92a9c9ba2..e1f389c28 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -79,8 +79,8 @@ conversions using babl formats.
     </p>
     <pre>git clone https://gitlab.gnome.org/GNOME/babl.git/</pre>
 
-    <a name='NEWS'></a>
-    <h2>NEWS</h2>
+    <a name='News'></a>
+    <h2>News</h2>
 
     <p>The following is a list of the major changes that have gone into
     each babl release. If there are significant improvements to babl when
@@ -88,7 +88,8 @@ conversions using babl formats.
     to the GEGL release.</p>
 
     <!--NEWS-->
-    For more detailed changes see git log.
+    
+    <p>For more detailed changes see git log.</p>
 
 
     <a name='Usage'></a>
@@ -275,7 +276,7 @@ lab_buffer  = malloc (pixel_count * 3 * sizeof (float));
   version 3 of the License, or (at your option) any later version. </p>
 
   <a name='Authors'></a>
-  <h3>Authors</h3>
+  <h2>Authors</h2>
 
 <!--AUTHORS-->          
      
diff --git a/docs/toc b/docs/toc
index ffbf61d87..95f70f5d7 100644
--- a/docs/toc
+++ b/docs/toc
@@ -19,6 +19,7 @@
         <li><a href='index.html#Environment'>&nbsp;&nbsp;Environment</a></li>
         <li><a href='index.html#Extending'>&nbsp;&nbsp;Extending</a></li>
         <li><a href='index.html#DirectoryOverview'>&nbsp;&nbsp;Directory Overview</a></li>
+        <li><a href='index.html#News'>&nbsp;&nbsp;News</a></li>
         <li><a href='index.html#TODO'>&nbsp;&nbsp;Todo</a></li>
 
         <li><a href='index.html#Copyright'>&nbsp;&nbsp;Copyright</a></li>


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