From 7f0433002704e15bf3280dfcb52b6f2e785342df Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Mon, 11 Apr 2016 15:06:42 +0200
Subject: [PATCH] prepost: udpated docs

---
 docs/configure-wine.md   | 2 +-
 docs/howto-make-dlcs.md  | 6 +++---
 docs/install-anaconda.md | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/configure-wine.md b/docs/configure-wine.md
index e530ed72..b3d2225c 100644
--- a/docs/configure-wine.md
+++ b/docs/configure-wine.md
@@ -30,7 +30,7 @@ the HAWC2 executables in here:
 
 ```
 WINEDIRNAME=".wine32"
-printf 'REGEDIT4\n[HKEY_CURRENT_USER\Environment]\n"PATH"="c:\\bin"' >> ./tmp.reg
+printf 'REGEDIT4\n[HKEY_CURRENT_USER\\Environment]\n"PATH"="c:\\bin"' >> ./tmp.reg
 WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg
 rm ./tmp.reg
 ```
diff --git a/docs/howto-make-dlcs.md b/docs/howto-make-dlcs.md
index 8dac2230..a8fa0151 100644
--- a/docs/howto-make-dlcs.md
+++ b/docs/howto-make-dlcs.md
@@ -75,7 +75,7 @@ On Linux/Mac connecting to the cluster is as simple as running the following
 command in the terminal:
 
 ```
-g-000 $ ssh $USER@gorm.risoe.dk
+ssh $USER@gorm.risoe.dk
 ```
 
 Use your DTU password when asked. This will give you terminal access to the
@@ -155,7 +155,7 @@ local wine directory, which by default is assumed to be ```~/.wine32```, and
 ```pbsutils``` contains and automatic configuration script you can run:
 
 ```
-g-000 $ ./config-wine-hawc2.sh
+g-000 $ config-wine-hawc2.sh
 ```
 
 If you need more information on what is going on, you can read a more detailed
@@ -529,7 +529,7 @@ optional arguments:
   -h, --help         show this help message and exit
   --prep             create htc, pbs, files (default=False)
   --check_logs       check the log files (default=False)
-  --stats            calculate statistics (default=False)
+  --stats            calculate statistics and 1Hz equivalent loads (default=False)
   --fatigue          calculate Leq for a full DLC (default=False)
   --csv              Save data also as csv file (default=False)
   --years YEARS      Total life time in years (default=20)
diff --git a/docs/install-anaconda.md b/docs/install-anaconda.md
index a785a530..ad6213fc 100644
--- a/docs/install-anaconda.md
+++ b/docs/install-anaconda.md
@@ -9,7 +9,7 @@ conda update --all
 conda create -n wetb_py3 python=3.5
 source activate wetb_py3
 conda install setuptools_scm future h5py pytables pytest nose sphinx
-conda install scipy pandas matplotlib cython xlrd sphinx
+conda install scipy pandas matplotlib cython xlrd coverage
 pip install pyscaffold pytest-cov
 ```
 
-- 
GitLab