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
     1.1 --- a/docs/src/examples.md	Sat Oct 28 16:31:29 2017 +0200
     1.2 +++ b/docs/src/examples.md	Mon Nov 13 12:21:55 2017 +0100
     1.3 @@ -1,4 +1,5 @@
     1.4 -Examples
     1.5 -========
     1.6 +---
     1.7 +title: Examples
     1.8 +---
     1.9  
    1.10  Examples are currently developed and will be available very soon.
     2.1 --- a/docs/src/header.html	Sat Oct 28 16:31:29 2017 +0200
     2.2 +++ b/docs/src/header.html	Mon Nov 13 12:21:55 2017 +0100
     2.3 @@ -1,5 +1,5 @@
     2.4          <!-- begin header -->
     2.5 -        <div id="header">
     2.6 +        <div id="page-header">
     2.7              <span>UAP Common Extensions</span>
     2.8              <img src="uaplogo.png" alt="UAP Core">
     2.9          </div>
     3.1 --- a/docs/src/index.md	Sat Oct 28 16:31:29 2017 +0200
     3.2 +++ b/docs/src/index.md	Mon Nov 13 12:21:55 2017 +0100
     3.3 @@ -1,5 +1,6 @@
     3.4 -UAP Common Extensions
     3.5 -=====================
     3.6 +---
     3.7 +title: Overview
     3.8 +---
     3.9  
    3.10  Welcome to the UAP Common Extensions.
    3.11  
     4.1 --- a/docs/src/install.md	Sat Oct 28 16:31:29 2017 +0200
     4.2 +++ b/docs/src/install.md	Mon Nov 13 12:21:55 2017 +0100
     4.3 @@ -1,5 +1,6 @@
     4.4 -Build Instructions
     4.5 -==================
     4.6 +---
     4.7 +title: Build Instructions
     4.8 +---
     4.9  
    4.10  The install procedure is the same on all supported platforms.
    4.11  For Microsoft Windows, however, you will need an appropriate port of the linux
     5.1 --- a/docs/src/license.md	Sat Oct 28 16:31:29 2017 +0200
     5.2 +++ b/docs/src/license.md	Mon Nov 13 12:21:55 2017 +0100
     5.3 @@ -1,5 +1,6 @@
     5.4 -License
     5.5 -=======
     5.6 +---
     5.7 +title: License
     5.8 +---
     5.9  
    5.10  Copyright 2017 Mike Becker, Olaf Wintermann. All rights reserved.
    5.11  
     6.1 --- a/docs/src/modules.md	Sat Oct 28 16:31:29 2017 +0200
     6.2 +++ b/docs/src/modules.md	Mon Nov 13 12:21:55 2017 +0100
     6.3 @@ -1,5 +1,6 @@
     6.4 -Modules
     6.5 -=======
     6.6 +---
     6.7 +title: Modules
     6.8 +---
     6.9  
    6.10  UCX provides several modules for data structures and algorithms.
    6.11  You may choose to use specific modules by inclueding the corresponding header
     7.1 --- a/docs/src/ucx.css	Sat Oct 28 16:31:29 2017 +0200
     7.2 +++ b/docs/src/ucx.css	Mon Nov 13 12:21:55 2017 +0100
     7.3 @@ -8,11 +8,11 @@
     7.4      text-decoration-style: dotted; // not supported in IE / Edge
     7.5  }
     7.6  
     7.7 -#header, h1, h2, h3, #sidebar {
     7.8 +#page-header, h1, h2, h3, #sidebar {
     7.9      font-family: sans-serif;
    7.10  }
    7.11  
    7.12 -#header {
    7.13 +#page-header {
    7.14      padding-top: 0.3em;
    7.15      padding-bottom: 0.5em;
    7.16      margin-bottom: 2em;
    7.17 @@ -22,13 +22,13 @@
    7.18      border-bottom-color: #2e2e2e;
    7.19  }
    7.20  
    7.21 -#header span {
    7.22 +#page-header span {
    7.23      font-size: 2em;
    7.24      font-weight: bold;
    7.25 -    margin-left: 1em;
    7.26 +    color: #2e2e2e;
    7.27  }
    7.28  
    7.29 -#header img {
    7.30 +#page-header img {
    7.31      float: right;
    7.32  }
    7.33  
    7.34 @@ -57,6 +57,7 @@
    7.35  .nav ul {
    7.36      margin-top: 0;
    7.37      padding-top: 0;
    7.38 +    padding-left: 2em;
    7.39      font-size: 0.95em;
    7.40  }
    7.41  

mercurial