diff --git a/cli/README.md b/cli/README.md index 94271f616f7a..6e01548f76c0 100644 --- a/cli/README.md +++ b/cli/README.md @@ -12,13 +12,13 @@ The OpenBB Platform CLI is a command line interface that wraps [OpenBB Platform](https://docs.openbb.co/platform). -It offers a convenient way to interact with the OpenBB Platform and its extensions, as well as automate data collection via OpenBB Routine Scripts. +It offers a convenient way to interact with the OpenBB Platform and its extensions, as well as automated data collection via OpenBB Routine Scripts. Find the most complete documentation, examples, and usage guides for the OpenBB Platform CLI [here](https://docs.openbb.co/cli). ## Installation -The command below provides access to the all the available OpenBB extensions behind the OpenBB Platform, find the complete list [here](https://my.openbb.co/app/platform/extensions). +The command below provides access to all the available OpenBB extensions behind the OpenBB Platform, find the complete list [here](https://my.openbb.co/app/platform/extensions). ```bash pip install openbb-cli diff --git a/openbb_platform/CONTRIBUTING.md b/openbb_platform/CONTRIBUTING.md index 9af8364eba70..856c15989800 100644 --- a/openbb_platform/CONTRIBUTING.md +++ b/openbb_platform/CONTRIBUTING.md @@ -630,7 +630,7 @@ results: [{'close': 77.62, 'close_EMA_50': None}, {'close': 80.25, 'close_EMA_50 ##### Python Interface -When using the OpenBB Platform on a Python Interface, docstrings and type hints are your best friends as it provides plenty of context on how to use the commands. +When using the OpenBB Platform on a Python Interface, docstrings and type hints are your best friends as they provides plenty of context on how to use the commands. Looking at an example on the `ta` menu: ```python diff --git a/openbb_platform/obbject_extensions/charting/examples.md b/openbb_platform/obbject_extensions/charting/examples.md index 400246032a1a..59178e1af8cf 100644 --- a/openbb_platform/obbject_extensions/charting/examples.md +++ b/openbb_platform/obbject_extensions/charting/examples.md @@ -25,7 +25,7 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx'; ## Overview This page will walk through creating different charts using the `openbb-charting` extension. -The perspective for this content is from the the Python Interface, +The perspective for this content is from the Python Interface, and the examples will assume that the OpenBB Platform is installed with all optional packages. ```python