This PR mainly cleans up the search space and analyses doc pages by linking directly to the code docstrings (API) doc but also re-organizing things slightly to favour simpler concepts first.
Search Space: Introduce parameters first before all the ways you can define and pass them in
Analysis: Give short intro to python -m status and python -m plot first before introducing tblogger. Show example usage of function in the docs.
This PR mainly cleans up the search space and analyses doc pages by linking directly to the code docstrings (API) doc but also re-organizing things slightly to favour simpler concepts first.
python -m status
andpython -m plot
first before introducing tblogger. Show example usage of function in the docs.