From 32019b25966dec4a067cc45cc8c477d08c879474 Mon Sep 17 00:00:00 2001
From: Pascal Engeler <engelerp@phys.ethz.ch>
Date: Mon, 20 Jan 2020 17:34:24 +0100
Subject: [PATCH] doc test

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 303cbba..04765b1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-1. [ RBComb Simulation Framework. ](#RSF)
-2. [ Classes. ](#Classes)
-
+[TOC]
 
 <a name="RSF"></a>
 # RBComb Simulation Framework
@@ -15,7 +13,7 @@ not need to be adapted for a new situation are found in the `lib` folder. They a
 described in the following. Note that qualifiers, references and the like are discarded
 where it improves legibility. Consult the source files for more information.
 
-### Template Type `Vec2` (vec2.hpp), 2-vector utility class
+### `Vec2` (vec2.hpp), 2-vector utility class
 1. Template arguments
    - `value_t`: type of vector entries
 2. Members
-- 
GitLab