chiark / gitweb /
Fix typo in closing tag name
authorSergei Izmailov <sergei.a.izmailov@gmail.com>
Sun, 28 Jun 2020 10:21:33 +0000 (13:21 +0300)
committerSergei Izmailov <sergei.a.izmailov@gmail.com>
Sun, 28 Jun 2020 10:25:40 +0000 (13:25 +0300)
41 files changed:
documentation/templates/doxygen/annotated.html
documentation/templates/doxygen/files.html
documentation/templates/doxygen/modules.html
documentation/templates/doxygen/namespaces.html
documentation/templates/doxygen/pages.html
documentation/templates/python/classes.html
documentation/templates/python/modules.html
documentation/templates/python/pages.html
documentation/test_doxygen/compound_deprecated/annotated.html
documentation/test_doxygen/compound_deprecated/files.html
documentation/test_doxygen/compound_deprecated/modules.html
documentation/test_doxygen/compound_deprecated/namespaces.html
documentation/test_doxygen/compound_deprecated/pages.html
documentation/test_doxygen/compound_filename_case/pages.html
documentation/test_doxygen/compound_inline_namespace/annotated.html
documentation/test_doxygen/compound_inline_namespace/namespaces.html
documentation/test_doxygen/compound_listing/annotated.html
documentation/test_doxygen/compound_listing/files.html
documentation/test_doxygen/compound_listing/namespaces.html
documentation/test_doxygen/compound_listing/pages.html
documentation/test_doxygen/compound_modules/modules.html
documentation/test_doxygen/compound_since/annotated.html
documentation/test_doxygen/compound_since/files.html
documentation/test_doxygen/compound_since/modules.html
documentation/test_doxygen/compound_since/namespaces.html
documentation/test_doxygen/compound_since/pages.html
documentation/test_doxygen/cpp_derived/annotated.html
documentation/test_doxygen/layout/pages.html
documentation/test_doxygen/page_brief/pages.html
documentation/test_doxygen/page_empty_page/pages.html
documentation/test_doxygen/page_order/pages.html
documentation/test_doxygen/page_subpage_of_index/pages.html
documentation/test_doxygen/undocumented/annotated.html
documentation/test_doxygen/undocumented/files.html
documentation/test_python/content/classes.html
documentation/test_python/inspect_string/classes.html
documentation/test_python/inspect_string/modules.html
documentation/test_python/link_formatting/s.classes.html
documentation/test_python/link_formatting/s.modules.html
documentation/test_python/link_formatting/s.pages.html
documentation/test_python/page/pages.html

index 50fa77b9f8e29740e2d4a32fb9d299fa4b28fc19..aab7a490aaa10fe15e5ac24de191dd1737c504a9 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           {% for i in index.symbols recursive %}
           {% if i.children %}
index a4cacf7edd40ec1200978580ed23b81befccc52c..9a9465af9b6b389d43fce8be4caa3785daa43f82 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Files</h2>
+        <h1>Files</h1>
         <ul class="m-doc">
           {% for i in index.files recursive %}
           {% if i.children %}
index a8547112456039348366a6be00c33da1ab22d8a8..832eca125b9ad2dca7518b39b6953768c0b8d137 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Modules</h2>
+        <h1>Modules</h1>
         <ul class="m-doc">
           {% for i in index.modules recursive %}
           {% if i.has_nestable_children %}
index ca8748239b643e2aa7c33ef0e839ee5eef3354d3..feff7aa7dfc8c21976f168df20df2755b2aa344e 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Namespaces</h2>
+        <h1>Namespaces</h1>
         <ul class="m-doc">
           {% for i in index.symbols|selectattr('kind', 'equalto', 'namespace') recursive %}
           {% if i.has_nestable_children %}
index 46bf87b8a50759e63a5e27af636aa137c23381c0..2f3b5980f1337af69e254335ac4be6f853abe3ad 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           {% for i in index.pages recursive %}
           {% if i.children %}
index 8b0b3bdbc2bfaca981dc67bf1cb12bc4ad62b314..ba9bf760a477334919414bc508817217d533025b 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           {% for i in index.classes recursive %}
           {% if i.children %}
index cd954c9b131eb75d06cacde3d7a126b7326f1d6a..dfcb5706384120e2486abac19b4eef29ac30e238 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Modules</h2>
+        <h1>Modules</h1>
         <ul class="m-doc">
           {% for i in index.classes|selectattr('kind', 'equalto', 'module') recursive %}
           {% if i.has_nestable_children %}
index 629d7160b05047e8ee239a711fc96c278e96c036..23df4b372e16e72490e9e0e9b3d70c8414ab78d7 100644 (file)
@@ -2,7 +2,7 @@
 {% extends 'base-index.html' %}
 
 {% block main %}
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           {% for i in index.pages recursive %}
           {% if i.children %}
index e83ee095ca28ca1b4ac41601d1169e23ea966158..8ada0b81a20875822ce1d969d0f3556f0729b875 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">namespace</a> <a href="namespaceDeprecatedNamespace.html" class="m-doc">DeprecatedNamespace</a> <span class="m-label m-danger">deprecated</span> <span class="m-doc">A namespace.</span>
index 4ef412d2a2355647af28e3defa974097c431633b..138ccbbaeb46114d92684d10de95c812e48e02fd 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Files</h2>
+        <h1>Files</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">dir</a> <a href="dir_da5033def2d0db76e9883b31b76b3d0c.html" class="m-doc">Dir</a> <span class="m-doc">A directory.</span>
index 2a255b6ef88692e25a63079e215bfd1c09974bec..43ea691e86ff91d7271d28ceb2862e7f50ec3ddf 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Modules</h2>
+        <h1>Modules</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="group__group.html" class="m-doc">A group</a> <span class="m-doc"></span>
index e8e99e1091056bed451a6d7a131b6e97d581f9ff..8ca12fe2e4aef671e590222e7516c9a151fe0abe 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Namespaces</h2>
+        <h1>Namespaces</h1>
         <ul class="m-doc">
           <li>namespace <a href="namespaceDeprecatedNamespace.html" class="m-doc">DeprecatedNamespace</a> <span class="m-label m-danger">deprecated</span> <span class="m-doc">A namespace.</span></li>
         </ul>
index dc7fbce0b95d0f83b113db9da44a4dd92c92c298..f43743563c268b1d590b0c9c46b1935f40a37d29 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)"></a><a href="deprecated-page.html" class="m-doc">Deprecated page</a> <span class="m-label m-danger">deprecated</span> <span class="m-doc"></span>
index 7b7997884159c63718394074a1fb79071ecbd91a..3d4f6ece101f79a08be2705b34a6a6bb9bdac885 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)"></a><a href="index.html" class="m-doc">My Project</a> <span class="m-doc"></span>
index dbf61daaa1c5a37eec6512d8752988099a3dbbc1..8ef97e29348c10bd7d038f6b4fe1a4f291300cd1 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">namespace</a> <a href="namespaceFoo.html" class="m-doc">Foo</a> <span class="m-doc">A namespace.</span>
index 85a848a5bf1a8fe0fff42ed2535282f6c1234a42..1ac1d02b61b539fd1f2aba66b45e5c64a2ca9293 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Namespaces</h2>
+        <h1>Namespaces</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">namespace</a> <a href="namespaceFoo.html" class="m-doc">Foo</a> <span class="m-doc">A namespace.</span>
index d2a9a09c299ace5081efc416144bc88b85e58534..b09eef7ff498d9c9dad427cc123c580be087916f 100644 (file)
@@ -35,7 +35,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li>namespace <a href="namespaceAnother.html" class="m-doc">Another</a> <span class="m-doc">Another namespace.</span></li>
           <li class="m-doc-collapsible">
index f3850f1c244f1ff876a3f5495da208eb369d673c..a2e2d135ccb045d43ca941d9dc35e049388795bf 100644 (file)
@@ -35,7 +35,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Files</h2>
+        <h1>Files</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">dir</a> <a href="dir_56e20ab71e0974449b1654dd79ea6687.html" class="m-doc">Another</a> <span class="m-doc">Another directory.</span>
index 9e7e3fa4115b9774f9fb250abdbab07297f3639f..cf3e0f36b1335a11e2e082206c8f9fb28c90b067 100644 (file)
@@ -35,7 +35,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Namespaces</h2>
+        <h1>Namespaces</h1>
         <ul class="m-doc">
           <li>namespace <a href="namespaceAnother.html" class="m-doc">Another</a> <span class="m-doc">Another namespace.</span></li>
           <li class="m-doc-collapsible">
index d3262c6b3a3e87570dbd9ec463b30f14fb3b4c86..fa1605cc8b2c1f222578f85f7799a58453457c20 100644 (file)
@@ -35,7 +35,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li><a href="page-no-toc.html" class="m-doc">Page without TOC</a> <span class="m-doc"></span></li>
         </ul>
index 8b51b1e184ad134d9d28b39d0747542ab111d2ca..3af1444a65975167284f191e30a054e3d98f2597 100644 (file)
@@ -30,7 +30,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Modules</h2>
+        <h1>Modules</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="group__group.html" class="m-doc">A group</a> <span class="m-doc">Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.</span>
index 8a00a8dd557218e2e63d33c6562181559af11d87..92d46537c4253205f99634e582b085581c15220b 100644 (file)
@@ -36,7 +36,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">namespace</a> <a href="namespaceDeprecatedFoo.html" class="m-doc">DeprecatedFoo</a> <span class="m-label m-danger">deprecated since 2010.02</span> <span class="m-doc">A namespace.</span>
index e49e391012ce63ca27cb3a73eeb95818529257bf..c1792efaf10e0a5a60a83d4c7eed3baf0e666622 100644 (file)
@@ -36,7 +36,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Files</h2>
+        <h1>Files</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">dir</a> <a href="dir_73d1500434dee6f1c83b12ee799c54af.html" class="m-doc">DeprecatedDirectory</a> <span class="m-label m-danger">deprecated since 2010.02</span> <span class="m-doc">A dir with pretty old things.</span>
index 0c49d815111ca23d11965d581826dc338f3c39b7..6fee0c62a4b3a18d9785c02eb17a246f6fb3b020 100644 (file)
@@ -36,7 +36,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Modules</h2>
+        <h1>Modules</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="group__group.html" class="m-doc">A group</a> <a href="changelog.html#changelog-2019-11" class="m-label m-success m-flat">since 2019.11</a> <span class="m-doc"></span>
index 0800f35c71cd230f28762a93273f1cb34a3fa587..0a52c5fabc448f96ef0fd451740b03c59944991b 100644 (file)
@@ -36,7 +36,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Namespaces</h2>
+        <h1>Namespaces</h1>
         <ul class="m-doc">
           <li>namespace <a href="namespaceDeprecatedFoo.html" class="m-doc">DeprecatedFoo</a> <span class="m-label m-danger">deprecated since 2010.02</span> <span class="m-doc">A namespace.</span></li>
           <li>namespace <a href="namespaceFoo.html" class="m-doc">Foo</a> <a href="changelog.html#changelog-2010-02" class="m-label m-success m-flat">since 2010.02</a> <span class="m-doc">A namespace.</span></li>
index 1e2061690a9b7191d53a3fade8804711668efdf9..62e5956ac9e4d3a69052091f47ed2e4e5a6db022 100644 (file)
@@ -36,7 +36,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li><a href="a.html" class="m-doc">This is new.</a> <a href="changelog.html#changelog-2019-11" class="m-label m-success m-flat">since 2019.11</a> <span class="m-doc"></span></li>
           <li><a href="deprecated-a.html" class="m-doc">This is old.</a> <span class="m-label m-danger">deprecated since 2010.02</span> <span class="m-doc"></span></li>
index a122780a039a7dc66f743331ca08b762980a6a3a..106031760156c4128b4177bf078b767a927266b4 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">namespace</a> <a href="namespaceAnother.html" class="m-doc">Another</a> <span class="m-doc">Another namespace.</span>
index 5cea7b7aca6565726d9dba958b0f7829c696b9c9..943167cf807968dc1bea0770da2bde61d9f136cd 100644 (file)
@@ -64,7 +64,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <p><a href="pages.html">A self link</a>.</p>
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
         </ul>
         <script>
index 9fc592c9bc3e393dde1edfede9235558a12969b9..93bd0bc1ce33d52fcb0c937cb255d4af2e2c232e 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li><a href="page-a.html" class="m-doc">A page</a> <span class="m-doc">Brief docs for a page.</span></li>
           <li><a href="page-b.html" class="m-doc">Page B</a> <span class="m-doc">Brief with a period.</span></li>
index 7943032cffab6f25c937a48e9f458ea962b05b8d..7d0c4669ad7c55571a483498b57ce5cc5a0e6267 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
         </ul>
         <script>
index d71adc375372d5e6be45616907aedccd7ea5426d..c4183a6ac7477b51012450eb357826ce581a6383 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)"></a><a href="03-first.html" class="m-doc">First</a> <span class="m-doc"></span>
index 15b515c749f270bc528bfbeae9f8177cdf3d6319..3b23181332b4680196e3326af265bd1a9af23467 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)"></a><a href="index.html" class="m-doc">My Project</a> <span class="m-doc"></span>
index 55fd3b72df1b43281d14190e7e355e460497dc8d..63fdb38bdd04d7d17dd5b325e6275564f1662965 100644 (file)
@@ -41,7 +41,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">namespace</a> <a href="namespaceNamespace.html" class="m-doc">Namespace</a> <span class="m-doc"><span></span></span>
index e8d3ed8f3ffc1cc9e796d46cddf405f3911b80a2..1a8187e200ad8a894480805bcb3e0c2f5d233f34 100644 (file)
@@ -41,7 +41,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Files</h2>
+        <h1>Files</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">dir</a> <a href="dir_4b0d5f8864bf89936129251a2d32609b.html" class="m-doc">Directory</a> <span class="m-doc"><span></span></span>
index 876306e5ec1ec12c98f6c49b62fbcb4bbf02708c..a908e99714457276155f7342e92787a5c8322093 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="content.html" class="m-doc">content</a> <span class="m-doc">This overwrites the docstring for <a class="m-doc" href="content.html">content</a>.</span>
index e6a5895ab181c8e36c07fa8055f6d3a5353b4596..13e5de16ecf4ed5ce30a902f8c3341adc8429676 100644 (file)
@@ -31,7 +31,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="inspect_string.html" class="m-doc">inspect_string</a> <span class="m-doc">A module</span>
index c7b32cd55ca96f6c511ede36fcbe0aa101c60437..c5d761e16982c2549de731a13aed85a7c648d5df 100644 (file)
@@ -31,7 +31,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Modules</h2>
+        <h1>Modules</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="inspect_string.html" class="m-doc">inspect_string</a> <span class="m-doc">A module</span>
index 3cd851b7f1c79ca18dac350475ba11e121ad324e..7df15cb7b21818ebbe0da7e5f00b0b1b8d679b72 100644 (file)
@@ -44,7 +44,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Classes</h2>
+        <h1>Classes</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="m.link_formatting.html#this-is-an-url" class="m-doc">link_formatting</a> <span class="m-doc">This is a module.</span>
index 7d07d02990105932d865afe1add92116a48f23bd..4d6d4153ce4fd3582d97f552c26b1b7a4574b7f7 100644 (file)
@@ -44,7 +44,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Modules</h2>
+        <h1>Modules</h1>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
             <a href="#" onclick="return toggle(this)">module</a> <a href="m.link_formatting.html#this-is-an-url" class="m-doc">link_formatting</a> <span class="m-doc">This is a module.</span>
index f024b021b4c8c60b6f883daf733f6a27d063fe10..209e9d4dabf1df5e5bf47d4715f7db56b3a371f6 100644 (file)
@@ -44,7 +44,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li><a href="p.page.html#this-is-an-url" class="m-doc">This is a page</a> <span class="m-doc"></span></li>
         </ul>
index 86a69c9f30e5e21e0f1330f94fb7e335397d5ac7..f163362760eb6e68bf6b46b99d111d14c9ff707a 100644 (file)
@@ -19,7 +19,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1>Pages</h2>
+        <h1>Pages</h1>
         <ul class="m-doc">
           <li><a href="another.html" class="m-doc">Another page</a> <span class="m-doc">Here's some summary. <strong>It's formated as well.</strong></span></li>
           <li><a href="error.html" class="m-doc">error.rst</a> <span class="m-doc"></span></li>