diff --git a/README.md b/README.md index f8263fd..a049b5f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A software package to record audio and related metadata from a configuration of hydrophones. -For setup instructions, see `setup.md`. +For setup instructions, see `docs/setup.md`. ## Overview diff --git a/notes.md b/docs/notes.md similarity index 100% rename from notes.md rename to docs/notes.md diff --git a/resources.md b/docs/resources.md similarity index 100% rename from resources.md rename to docs/resources.md diff --git a/setup.md b/docs/setup.md similarity index 100% rename from setup.md rename to docs/setup.md diff --git a/recording.md b/recording.md deleted file mode 100755 index e69de29..0000000 diff --git a/todo.md b/todo.md deleted file mode 100644 index 182c6d1..0000000 --- a/todo.md +++ /dev/null @@ -1,23 +0,0 @@ -# To do list - -- [ ] Configurable, documented setup process for the Raspberry Pi - - [ ] Setup script - - [ ] Copy executables & scripts - - [ ] Required packages to install - - [ ] System configurations - - [ ] Configurable values - - [ ] Test -- [ ] Output formats & location for output data - - [ ] Automatic SSD mounting -- [ ] Audio recording - - [ ] Logging - - [ ] Test -- [ ] GPS recording - - [ ] Logging - - [ ] Test -- [ ] Depth recording - - [ ] Double check formulas to calculate depth & pressure from voltage - - [ ] Logging - - [ ] Test -- [ ] Test autonomous recording as a whole -