Merge pull request #6337 from TheJoeSchr/patch-8

docs: fix typo and fix markdown list rendering
This commit is contained in:
Matthias 2022-02-01 20:45:06 +01:00 committed by GitHub
commit 5aa683006c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,19 +50,22 @@ Repetitive tasks | Shell scripts
Data analysis & visualization | Notebook Data analysis & visualization | Notebook
1. Use the CLI to 1. Use the CLI to
* download historical data * download historical data
* run a backtest * run a backtest
* run with real-time data * run with real-time data
* export results * export results
1. Collect these actions in shell scripts 1. Collect these actions in shell scripts
* save complicated commands with arguments * save complicated commands with arguments
* execute multi-step operations * execute multi-step operations
* automate testing strategies and preparing data for analysis * automate testing strategies and preparing data for analysis
1. Use a notebook to 1. Use a notebook to
* visualize data * visualize data
* munge and plot to generate insights * mangle and plot to generate insights
## Example utility snippets ## Example utility snippets