Skip to content

Commit

Permalink
Make adjustments to the guides (#4477)
Browse files Browse the repository at this point in the history
* Update the website guides

* Fix wrong paths in about functionality

* Update settings and feature flags menu

* Done

* Done

* Update screen
  • Loading branch information
JerBouma authored and jmaslek committed Apr 12, 2023
1 parent bd0cc00 commit e4b6655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/content/sdk/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Files can be formatted as either `.csv` or `.xlsx` files, and the required colum

`[Date,Type,Ticker,Side,Price,Quantity,Fees,Investment,Currency,Sector,Industry,Country,Region]`

See the guide [here](https://docs.openbb.co/sdk/guides/intros/portfolio) for more information.
See the guide [here](https://docs.openbb.co/sdk/usage/intros/portfolio) for more information.

</details>

Expand Down
4 changes: 2 additions & 2 deletions website/content/terminal/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ Files can be formatted as either `.csv` or `.xlsx` files, and the required colum

`[Date,Type,Ticker,Side,Price,Quantity,Fees,Investment,Currency,Sector,Industry,Country,Region]`

See the guide [here](https://docs.openbb.co/sdk/guides/intros/portfolio) for more information.
See the guide [here](https://docs.openbb.co/sdk/usage/intros/portfolio) for more information.

</details>

<details><summary>How do I change the chart styles?</summary>

Place style sheets in this folder: `OpenBBUserData/styles/user`

SDK users can refer to the documentation [here](https://docs.openbb.co/sdk/guides/advanced/chart-styling) for syntax. A sample Matplotlib configuration file can be copied from [here](https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-default-matplotlibrc-file).
SDK users can refer to the documentation [here](https://docs.openbb.co/sdk/usage/guides/chart-styling) for syntax. A sample Matplotlib configuration file can be copied from [here](https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-default-matplotlibrc-file).

</details>

Expand Down

0 comments on commit e4b6655

Please sign in to comment.