From c63bc9e093dc8fc43ffa769ac3641886379e8eee Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 1 Nov 2016 11:58:54 +0000 Subject: [PATCH] Fix readme table of contents layout. --- ReadMe.md | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 7832f2ea..fc974684 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -11,18 +11,18 @@ Oberon programs under Unix, Mac or Windows. Vishap Oberon includes libraries from the Ulm, oo2c and Ofront Oberon compilers, as well as default libraries complying with the Oakwood Guidelines for Oberon-2 compilers. -###### Contents +#### Contents -> [Installation](#installation) -> [A 'Hello' application](#a-hello-application) -> [Licensing](#licensing) -> [Platform support and porting](#platform-support-and-porting) -> [Language support and libraries](#language-support-and-libraries) -> [History](#history) -> [Roadmap](#roadmap) -> [Contributors](#contributors) -> [Origin of the name "Ѵishap Oberon"](#origin-of-the-name-Ѵishap-oberon) -> [References](#references) +    [**Installation**](#installation)
+    [**A 'Hello' application**](#a-hello-application)
+    [**Licensing**](#licensing)
+    [**Platform support and porting**](#platform-support-and-porting)
+    [**Language support and libraries**](#language-support-and-libraries)
+    [**History**](#history)
+    [**Roadmap**](#roadmap)
+    [**Contributors**](#contributors)
+    [**Origin of the name "Ѵishap Oberon"**](#origin-of-the-name-Ѵishap-oberon)
+    [**References**](#references)
## Installation @@ -37,7 +37,7 @@ default libraries complying with the Oakwood Guidelines for Oberon-2 compilers. | Cygwin | use setup-x86[_x64] to add packages git, make and gcc-core | | Darwin | type 'git' at the command line and accept the prompt to install it. | -More details, including for MingW and MS C, in [Installation](/doc/Installation.md). +More details, including for MingW and MS C, in [**Installation**](/doc/Installation.md). ###### Build and install @@ -59,7 +59,7 @@ by make full, e.g. | Windows | See [Installation](/doc/Installation.md) | | Termux | `export PATH="/data/data/com.termux/files/opt/voc/bin:$PATH"` | -Also see [Installation](/doc/Installation.md). +Also see [**Installation**](/doc/Installation.md). ## A 'Hello' application @@ -97,7 +97,7 @@ executable binary. Execute as usual on Linux ('./hello') or Windows ('hello'). -Also see [Compiling](/doc/Compiling.md). +Also see [**Compiling**](/doc/Compiling.md). ## Licensing @@ -134,7 +134,7 @@ In some cases manual work will be required: necessary to implement a new variant of Platform.Mod providing the same interface as Platformunix.Mod and Platform Windows.Mod. -For details, see [Porting](/doc/Porting.md). +For details, see [**Porting**](/doc/Porting.md). ## Language support and libraries @@ -165,11 +165,8 @@ Oakwood libraries are supported for both -O2 and -OC options, whereas the ULM, O Vishap Oberon also supports some features of Oberon-07. -See also [Features](/doc/Features.md). +See also [**Features**](/doc/Features.md). -## History - -See [History](/doc/History.md). ## Contributors