From ae0205a6920d39c4907d9bee59465a64fd370d77 Mon Sep 17 00:00:00 2001 From: Joshua Sziede <jsziede@yahoo.com> Date: Mon, 19 Nov 2018 21:06:58 -0500 Subject: [PATCH] Update readme.md --- documents/readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/documents/readme.md b/documents/readme.md index b378498..d5c8abb 100644 --- a/documents/readme.md +++ b/documents/readme.md @@ -2,7 +2,4 @@ # C - Quadratic Solver > Documents ## Description -Project documents and standards files go here. - -C Coding Standard.pdf - Standard from CMU. -Link: https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html +The documents directory contains various documents regarding information that we learned for the development of the quadratic solver, as well as standards that we used to aid us in programming. For this project, we first had to decide a general programming standard to utilize before we could begin the development of the quadratic solver. Once we selected a programming standard, we began creating our own standards that are specific to this project and its development cycle. -- GitLab