From fd33959ec84e886be46866e0378964a20a7ad2f5 Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Mon, 20 Jan 2020 17:35:30 +0100 Subject: [PATCH] toc test --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04765b1..c1cfc5c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -[TOC] +1. [ RBComb Simulation Framework. ](#RSF) +2. [ Classes. ](#Classes) +2.1 [ Vec2. ](#vec2) + + <a name="RSF"></a> # RBComb Simulation Framework @@ -13,6 +17,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. +<a name="vec2"></a> ### `Vec2` (vec2.hpp), 2-vector utility class 1. Template arguments - `value_t`: type of vector entries -- GitLab