summaryrefslogtreecommitdiffstats
path: root/website/content/platform/usage/explanation/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/platform/usage/explanation/index.md')
-rw-r--r--website/content/platform/usage/explanation/index.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/website/content/platform/usage/explanation/index.md b/website/content/platform/usage/explanation/index.md
deleted file mode 100644
index 5dbc13c7d7e..00000000000
--- a/website/content/platform/usage/explanation/index.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Explanation
-sidebar_position: 1
-description: This section provides explanations of concepts related to usage and getting started with the OpenBB Platform.
- The pages include example syntax and outline what you can expect while working with the OpenBB Python interface and REST API.
-keywords:
-- getting started
-- explanation
-- guide
-- syntax
-- examples
-- symbols
-- calendars
-- commitment of traders
-- financial statements
-- time series
-- historical prices
----
-
-import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
-
-<HeadTitle title="Explanation - Usage | OpenBB Platform Docs" />
-
-This section provides explanations for getting started using the OpenBB Platform.
-Pages outline things to expect and include example syntax for use.
-
-Subjects covered include:
-
-- [Finding Ticker Symbols](explanation/find_symbols)
-- [Loading Historical Price Data](explanation/historical_prices)
-- [Market Calendars](explanation/market_calendars)
-- [Financial Statements](explanations/financial_statements)
-- [Commitment of Traders](explanations/commitment_of_traders)
-
-Jupyter Notebook examples are also hosted in the OpenBB GitHub repository [here](https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/examples)