Added a page to the docs that walks through an example analysis with the CLI: tdms.
This is just a rough go at how one would do a basic analysis from the command line.
I'm considering moving the API tutorial/example to a notebook and making it a separate page -- any thoughts would be appreciated. I'd create another issue and PR for this.
Closes #102
Tests
Built the docs locally.
Checklist:
[X] The code uses informative and accurate variable and function names
[X] The functionality is factored out into functions and methods with logical interfaces
[X] Comments are up to date, document intent, and there are no commented-out code blocks
[X] Commenting and/or documentation is sufficient for others to be able to understand intent and implementation
[ ] TODOs have been eliminated from the code
[X] The corresponding issue number (e.g. #278) has been searched for in the code to find relevant notes
Description
Added a page to the docs that walks through an example analysis with the CLI:
tdms
.This is just a rough go at how one would do a basic analysis from the command line. I'm considering moving the API tutorial/example to a notebook and making it a separate page -- any thoughts would be appreciated. I'd create another issue and PR for this.
Closes #102
Tests
Built the docs locally.
Checklist:
#278
) has been searched for in the code to find relevant notes