From f19f22b1efd160fe30bd21eda27023b45fb69d3f Mon Sep 17 00:00:00 2001 From: Berk Onat <b.onat@warwick.ac.uk> Date: Fri, 7 Jul 2017 17:13:07 +0100 Subject: [PATCH] Initial Commit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09fca2d..f4f1997 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ Amber (SANDER/PMEMD) output files can be parsed with: ## Test Files Example output files of Amber (SANDER/PMEMD) can be found in the directory test/examples. -More details about the calculations and files are explained in a README in this directory. +More details about the calculations and files will be explained in this README file. -# Documentation of Code -The [google style guide](https://google.github.io/styleguide/pyguide.html?showone=Comments#Comments) provides a good template on how the code should be documented. This makes it easier to follow the logic of the parser. +# Documentation -- GitLab