Tweak the docs - TOC look and feel

This commit is contained in:
2019-05-17 20:12:52 +02:00
parent d029e5a355
commit ab271836e4
4 changed files with 13 additions and 1 deletions

View File

@@ -23,15 +23,18 @@ novice users to overlook this information, leading them to frustration and a
bad first impression. Please take a moment to peruse the sections below, which
should make the experience of learning Window Maker a more pleasant one.
.. class:: contents
- `Installation Basics <installation.html>`_
- `Window Maker Compilation and Installation <wmaker_install.html>`_
- `Window Maker Internationalisation <wmaker_i18n.html>`_
- `Guided Tour <guidedtour/index.html>`_
- `User Guide <guide_toc.html>`_
- `Desktop/X Integration <desktop.php>`_
- `FAQ <FAQ.html>`_
- `WINGs <wings.html>`_
.. - `Desktop/X Integration <desktop.php>`_
Very frequently asked question
------------------------------

View File

@@ -9,7 +9,9 @@ Window Maker Internationalisation
A guide to enable support for language translations in WINDOW MAKER and to the
contributors who want to help translating.
.. sectnum::
.. contents:: Table of Contents
:backlinks: none
This manual is for Window Maker, version git#next.

View File

@@ -10,7 +10,9 @@ Window Maker Compilation and Installation
A guide to configure, compile and install WINDOW MAKER from sources.
.. sectnum::
.. contents:: Table of Contents
:backlinks: none
This manual is for Window Maker, version git#next.

View File

@@ -204,6 +204,11 @@ header h1 a span.first {color: black}
border-right: 1px solid #555555;
}
/* TOC */
.contents p {
margin: 0.2em;
}
/* pre/code highlighted theme - taken from wombat256grf vim colorscheme */
.highlight { background-color: #242424 }
.highlight .c { color: #99968b; font-style: italic} /* Comment */