web doc has now proper titles

Mon, 13 Nov 2017 12:21:55 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Nov 2017 12:21:55 +0100
changeset 264
24f5484bae97
parent 263
3ff0abc49ed5
child 265
6769a888fd3f

web doc has now proper titles

docs/src/examples.md file | annotate | diff | comparison | revisions
docs/src/header.html file | annotate | diff | comparison | revisions
docs/src/index.md file | annotate | diff | comparison | revisions
docs/src/install.md file | annotate | diff | comparison | revisions
docs/src/license.md file | annotate | diff | comparison | revisions
docs/src/modules.md file | annotate | diff | comparison | revisions
docs/src/ucx.css file | annotate | diff | comparison | revisions
--- a/docs/src/examples.md	Sat Oct 28 16:31:29 2017 +0200
+++ b/docs/src/examples.md	Mon Nov 13 12:21:55 2017 +0100
@@ -1,4 +1,5 @@
-Examples
-========
+---
+title: Examples
+---
 
 Examples are currently developed and will be available very soon.
--- a/docs/src/header.html	Sat Oct 28 16:31:29 2017 +0200
+++ b/docs/src/header.html	Mon Nov 13 12:21:55 2017 +0100
@@ -1,5 +1,5 @@
         <!-- begin header -->
-        <div id="header">
+        <div id="page-header">
             <span>UAP Common Extensions</span>
             <img src="uaplogo.png" alt="UAP Core">
         </div>
--- a/docs/src/index.md	Sat Oct 28 16:31:29 2017 +0200
+++ b/docs/src/index.md	Mon Nov 13 12:21:55 2017 +0100
@@ -1,5 +1,6 @@
-UAP Common Extensions
-=====================
+---
+title: Overview
+---
 
 Welcome to the UAP Common Extensions.
 
--- a/docs/src/install.md	Sat Oct 28 16:31:29 2017 +0200
+++ b/docs/src/install.md	Mon Nov 13 12:21:55 2017 +0100
@@ -1,5 +1,6 @@
-Build Instructions
-==================
+---
+title: Build Instructions
+---
 
 The install procedure is the same on all supported platforms.
 For Microsoft Windows, however, you will need an appropriate port of the linux
--- a/docs/src/license.md	Sat Oct 28 16:31:29 2017 +0200
+++ b/docs/src/license.md	Mon Nov 13 12:21:55 2017 +0100
@@ -1,5 +1,6 @@
-License
-=======
+---
+title: License
+---
 
 Copyright 2017 Mike Becker, Olaf Wintermann. All rights reserved.
 
--- a/docs/src/modules.md	Sat Oct 28 16:31:29 2017 +0200
+++ b/docs/src/modules.md	Mon Nov 13 12:21:55 2017 +0100
@@ -1,5 +1,6 @@
-Modules
-=======
+---
+title: Modules
+---
 
 UCX provides several modules for data structures and algorithms.
 You may choose to use specific modules by inclueding the corresponding header
--- a/docs/src/ucx.css	Sat Oct 28 16:31:29 2017 +0200
+++ b/docs/src/ucx.css	Mon Nov 13 12:21:55 2017 +0100
@@ -8,11 +8,11 @@
     text-decoration-style: dotted; // not supported in IE / Edge
 }
 
-#header, h1, h2, h3, #sidebar {
+#page-header, h1, h2, h3, #sidebar {
     font-family: sans-serif;
 }
 
-#header {
+#page-header {
     padding-top: 0.3em;
     padding-bottom: 0.5em;
     margin-bottom: 2em;
@@ -22,13 +22,13 @@
     border-bottom-color: #2e2e2e;
 }
 
-#header span {
+#page-header span {
     font-size: 2em;
     font-weight: bold;
-    margin-left: 1em;
+    color: #2e2e2e;
 }
 
-#header img {
+#page-header img {
     float: right;
 }
 
@@ -57,6 +57,7 @@
 .nav ul {
     margin-top: 0;
     padding-top: 0;
+    padding-left: 2em;
     font-size: 0.95em;
 }
 

mercurial