From f70b60df8bf9047f8562b1699a8a5ed5409f11ab Mon Sep 17 00:00:00 2001 From: jose-donato Date: Sat, 8 Oct 2022 14:07:58 +0200 Subject: [PATCH 1/5] fix(docs): added margin between sections --- website/content/_index.md | 10 ++++++++++ .../layouts/partials/head/others.html | 15 +++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/website/content/_index.md b/website/content/_index.md index ed5aef0e5ff8..30f3b2b42b0f 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -306,6 +306,8 @@ As mentioned in the Explanation of Menus, so loaded market data from load. So, if you would visit the `ta` menu (which stands for Technical Analysis) you will see that, by running any command, the selected period above is depicted again. Return to the Stocks menu again by using `q` and use it again to return to the home screen which can be shown with `?`. +--- + ### Explanation of Scripts The `.openbb` scripts offer the ability to automatically run a set of commands in the form of a **routine**. Furthermore, @@ -315,6 +317,8 @@ doing advanced statistical/econometric research. For a thorough guide on how to setup these files, please see the Scripts & Routines guide. +--- + ## Accessing other sources of data via API keys Within this menu you can define your, often free, API key from various platforms like Alpha Vantage, FRED, IEX, Twitter, DeGiro, Binance and Coinglass. API keys are in essence a set of random characters that is unique to you. @@ -359,6 +363,8 @@ To figure out where you can obtain the API key, you can enter the command (e.g. | eodhd | EODHD | https://eodhistoricaldata.com/ | | santiment | Santiment | https://app.santiment.net/ | +--- + ## Available menus within the OpenBB Terminal There is a large collection of (sub) menus available. Here, the asset class and other menus are described. To find a detailed description and explanation of its usage for each menu, click on the corresponding link to visit the introduction page. @@ -391,6 +397,8 @@ The other menus are as follows: jupyter notebooks. - Introduction to Reports (Work in Progress): create customizable research reports through jupyter notebooks. +--- + ## Customizing the terminal To adjust the lay-out and settings of the OpenBB Terminal you can access the `settings` menu. This menu allows you to @@ -456,6 +464,8 @@ Default : iex Available : iex, yf, av, polygon ``` +--- + ## Obtaining support and/or giving feedback Being an open source platform that wishes to tailor to the needs of any type of investor, we highly encourage anyone diff --git a/website/themes/hugo-geekdoc/layouts/partials/head/others.html b/website/themes/hugo-geekdoc/layouts/partials/head/others.html index eaf7e1b629c1..453aebb9f575 100644 --- a/website/themes/hugo-geekdoc/layouts/partials/head/others.html +++ b/website/themes/hugo-geekdoc/layouts/partials/head/others.html @@ -18,6 +18,21 @@