From df76cf928cafc2a218310006418cfbafecfd4d0a Mon Sep 17 00:00:00 2001
From: mmpe <mmpe@dtu.dk>
Date: Fri, 6 Nov 2015 10:36:35 +0100
Subject: [PATCH] table of contents

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index edbbaf5..4d1e289 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Contents of WindEnergyToolbox, [wetb](wetb)
 
+[hawc2](#hawc2)
+
 ### [hawc2](wetb/hawc2) 
 - [Hawc2io](wetb/hawc2/Hawc2io.py): Read binary, ascii and flex result files
 - [sel_file](wetb/hawc2/sel_file.py): Read/write *.sel (sensor list) files
@@ -30,4 +32,4 @@ Other functions
 - [geometry](wetb/functions/geometry.py): Different kind of geometry conversion functions
 - [process_exec](wetb/functions/process_exec.py): Run system command in subprocess
 - [timing](wetb/functions/timing.py): Decorators for evaluating execution time of functions
-- [caching](wetb/functions/caching.py): Decorators to create cached (calculate once) functions and properties
+- [caching](wetb/functions/caching.py): Decorators to create cached (calculate once) functions and properties
\ No newline at end of file
-- 
GitLab