From c8f4f302b94aee55f88decc7afc302fdbe5b3a38 Mon Sep 17 00:00:00 2001 From: hasimpson-usgs <hasimpson@usgs.gov> Date: Mon, 9 Mar 2015 12:21:46 -0600 Subject: [PATCH] Update README.md Changes links to be local. Change the titles to the actual titles, instead of the file names. Updated the descriptions of the files. --- docs/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 04daf0cf1..c445b2db8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,13 +3,13 @@ Geomag Algorithms Documents Folder Documents explaining geomag-algorithms -[XYZ.md](https://github.com/usgs/geomag-algorithms/blob/master/docs/XYZ.md) +[XYZ Algorithm](./XYZ.md) ------ -Describes Geomag XYZ algorithm +Describes the theory behind the XYZ algorithm, as well as some implementation issues and solutions. -[Metadata.md](https://github.com/usgs/geomag-algorithms/blob/master/docs/metadata.md) +[Trace Metadata](./metadata.md) ----------- -Describes the metadata stored in the obspy.core.trace.stats class used for -geomag data. +Describes the metadata stored in the obspy.core.trace.stats class used by the +geomag algorithms. -- GitLab