Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hugo hotfix #3359

Merged
merged 2 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions website/content/SDK/common/qa/es/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ common.qa.es(
.. raw:: html

<p>
Gets Expected Shortfall for specified stock dataframe
Gets Expected Shortfall for specified stock dataframe.
</p>

* **Parameters**
Expand All @@ -47,10 +47,8 @@ common.qa.es(

* **Returns**

list
list of ES
list
list of historical ES
pd.DataFrame
DataFrame with Expected Shortfall per percentile

|

Expand All @@ -75,7 +73,7 @@ common.qa.es(
.. raw:: html

<p>
Displays expected shortfall
Displays expected shortfall.
</p>

* **Parameters**
Expand Down
10 changes: 4 additions & 6 deletions website/content/SDK/common/qa/var/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ common.qa.var(
.. raw:: html

<p>
Gets value at risk for specified stock dataframe
Gets value at risk for specified stock dataframe.
</p>

* **Parameters**
Expand All @@ -50,10 +50,8 @@ common.qa.var(

* **Returns**

list
list of VaR
list
list of historical VaR
pd.DataFrame
DataFrame with Value at Risk per percentile

|

Expand All @@ -80,7 +78,7 @@ common.qa.var(
.. raw:: html

<p>
Displays VaR of dataframe
Displays VaR of dataframe.
</p>

* **Parameters**
Expand Down
4 changes: 2 additions & 2 deletions website/content/SDK/crypto/dd/active/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
crypto.dd.active(
symbol: str,
interval: str = '24h',
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down
9 changes: 2 additions & 7 deletions website/content/SDK/crypto/dd/change/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
:language: python
:class: highlight

<<<<<<< HEAD:website/content/SDK/crypto/dd/change/_index.md
## Get underlying data
### crypto.dd.change(symbol: str, exchange: str = 'binance', start_date: int = 1262322000, end_date: int = 1667592183) -> pandas.core.frame.DataFrame
=======
|
>>>>>>> main:website/content/SDK/crypto/dd/change/_index.rst

To obtain charts, make sure to add :python:`chart = True` as the last parameter.

Expand All @@ -21,8 +16,8 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
crypto.dd.change(
symbol: str,
exchange: str = 'binance',
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down
2 changes: 1 addition & 1 deletion website/content/SDK/crypto/dd/close/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
crypto.dd.close(
symbol: str,
start_date: str = '2010-01-01',
end_date: str = '2022-11-08',
end_date: str = '2022-11-09',
print_errors: bool = True,
chart: bool = False,
) -> pandas.core.frame.DataFrame
Expand Down
9 changes: 2 additions & 7 deletions website/content/SDK/crypto/dd/eb/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
:language: python
:class: highlight

<<<<<<< HEAD:website/content/SDK/crypto/dd/eb/_index.md
## Get underlying data
### crypto.dd.eb(symbol: str, exchange: str = 'binance', start_date: int = 1262322000, end_date: int = 1667592183) -> pandas.core.frame.DataFrame
=======
|
>>>>>>> main:website/content/SDK/crypto/dd/eb/_index.rst

To obtain charts, make sure to add :python:`chart = True` as the last parameter.

Expand All @@ -21,8 +16,8 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
crypto.dd.eb(
symbol: str,
exchange: str = 'binance',
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down
8 changes: 4 additions & 4 deletions website/content/SDK/crypto/dd/gh/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ crypto.dd.gh(
symbol: str,
dev_activity: bool = False,
interval: str = '1d',
start_date: str = '2021-11-08T12:02:55Z',
end_date: str = '2022-11-08T12:02:55Z',
start_date: str = '2021-11-09T17:41:30Z',
end_date: str = '2022-11-09T17:41:30Z',
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down Expand Up @@ -63,9 +63,9 @@ crypto.dd.gh(
{{< highlight python >}}
crypto.dd.gh(
symbol: str,
start_date: str = '2021-11-08T12:02:55Z',
start_date: str = '2021-11-09T17:41:30Z',
dev_activity: bool = False,
end_date: str = '2022-11-08T12:02:55Z',
end_date: str = '2022-11-09T17:41:30Z',
interval: str = '1d',
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
Expand Down
8 changes: 4 additions & 4 deletions website/content/SDK/crypto/dd/mcapdom/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
crypto.dd.mcapdom(
symbol: str,
interval: str = '1d',
start_date: str = '2021-11-08',
end_date: str = '2022-11-08',
start_date: str = '2021-11-09',
end_date: str = '2022-11-09',
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down Expand Up @@ -59,8 +59,8 @@ crypto.dd.mcapdom(
{{< highlight python >}}
crypto.dd.mcapdom(
symbol: str,
start_date: str = '2021-11-08',
end_date: str = '2022-11-08',
start_date: str = '2021-11-09',
end_date: str = '2022-11-09',
interval: str = '1d',
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
Expand Down
8 changes: 4 additions & 4 deletions website/content/SDK/crypto/dd/mt/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ crypto.dd.mt(
symbol: str,
timeseries_id: str,
interval: str = '1d',
start_date: str = '2021-11-08',
end_date: str = '2022-11-08',
start_date: str = '2021-11-09',
end_date: str = '2022-11-09',
chart: bool = False,
) -> Tuple[pandas.core.frame.DataFrame, str]
{{< /highlight >}}
Expand Down Expand Up @@ -65,8 +65,8 @@ crypto.dd.mt(
crypto.dd.mt(
symbol: str,
timeseries_id: str,
start_date: str = '2021-11-08',
end_date: str = '2022-11-08',
start_date: str = '2021-11-09',
end_date: str = '2022-11-09',
interval: str = '1d',
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
Expand Down
4 changes: 2 additions & 2 deletions website/content/SDK/crypto/dd/nonzero/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
{{< highlight python >}}
crypto.dd.nonzero(
symbol: str,
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down
4 changes: 2 additions & 2 deletions website/content/SDK/crypto/load/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
crypto.load(
symbol: 'str',
start_date: 'datetime' = datetime.datetime(
2019, 11, 4, 12, 2, 54, 720992, chart: bool = False,
2019, 11, 5, 17, 41, 30, 140491, chart: bool = False,
), interval: 'str' = '1440',
exchange: 'str' = 'binance',
vs_currency: 'str' = 'usdt',
end_date: 'datetime' = datetime.datetime(
2022, 11, 8, 12, 2, 54, 720993, chart: bool = False,
2022, 11, 9, 17, 41, 30, 140493, chart: bool = False,
), source: 'str' = 'CCXT',
chart: bool = False,
) -> 'pd.DataFrame'
Expand Down
4 changes: 2 additions & 2 deletions website/content/SDK/crypto/onchain/btc_supply/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ crypto.onchain.btc_supply() -> pandas.core.frame.DataFrame

{{< highlight python >}}
crypto.onchain.btc_supply(
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
chart: bool = False,
Expand Down
4 changes: 2 additions & 2 deletions website/content/SDK/crypto/onchain/btc_transac/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ crypto.onchain.btc_transac() -> pandas.core.frame.DataFrame

{{< highlight python >}}
crypto.onchain.btc_transac(
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
chart: bool = False,
Expand Down
8 changes: 4 additions & 4 deletions website/content/SDK/crypto/onchain/hr/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
crypto.onchain.hr(
symbol: str,
interval: str = '24h',
start_date: int = 1289476975,
end_date: int = 1667908975,
start_date: int = 1289601690,
end_date: int = 1668033690,
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down Expand Up @@ -59,8 +59,8 @@ crypto.onchain.hr(
{{< highlight python >}}
crypto.onchain.hr(
symbol: str,
start_date: int = 1636372975,
end_date: int = 1667908975,
start_date: int = 1636497690,
end_date: int = 1668033690,
interval: str = '24h',
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
Expand Down
18 changes: 4 additions & 14 deletions website/content/SDK/crypto/ov/altindex/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
:language: python
:class: highlight

<<<<<<< HEAD:website/content/SDK/crypto/ov/altindex/_index.md
## Get underlying data
### crypto.ov.altindex(period: int = 30, start_date: int = 1262322000, end_date: int = 1667592183) -> pandas.core.frame.DataFrame
=======
|
>>>>>>> main:website/content/SDK/crypto/ov/altindex/_index.rst

To obtain charts, make sure to add :python:`chart = True` as the last parameter.

Expand All @@ -20,8 +15,8 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
{{< highlight python >}}
crypto.ov.altindex(
period: int = 30,
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down Expand Up @@ -52,12 +47,7 @@ crypto.ov.altindex(
pandas.DataFrame:
Date, Value (Altcoin Index)

<<<<<<< HEAD:website/content/SDK/crypto/ov/altindex/_index.md
## Getting charts
### crypto.ov.altindex(period: int = 365, start_date: int = 1262322000, end_date: int = 1667592183, export: str = '', external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None, chart=True) -> None
=======
|
>>>>>>> main:website/content/SDK/crypto/ov/altindex/_index.rst

.. raw:: html

Expand All @@ -68,8 +58,8 @@ crypto.ov.altindex(
{{< highlight python >}}
crypto.ov.altindex(
period: int = 365,
start_date: int = 1262304000,
end_date: int = 1667908975,
start_date: int = 1262322000,
end_date: int = 1668033690,
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
chart: bool = False,
Expand Down
4 changes: 2 additions & 2 deletions website/content/SDK/crypto/ov/btcrb/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To obtain charts, make sure to add :python:`chart = True` as the last parameter.
{{< highlight python >}}
crypto.ov.btcrb(
start_date: str = '2010-01-01',
end_date: str = '2022-11-08',
end_date: str = '2022-11-09',
chart: bool = False,
)
{{< /highlight >}}
Expand Down Expand Up @@ -49,7 +49,7 @@ crypto.ov.btcrb(
{{< highlight python >}}
crypto.ov.btcrb(
start_date: str = '2010-01-01',
end_date: str = '2022-11-08',
end_date: str = '2022-11-09',
export: str = '',
external_axes: Optional[List[matplotlib.axes._axes.Axes]] = None,
chart: bool = False,
Expand Down
4 changes: 2 additions & 2 deletions website/content/SDK/economy/events/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
{{< highlight python >}}
economy.events(
countries: Union[List[str], str] = '',
start_date: str = '2022-11-08',
end_date: str = '2022-11-08',
start_date: str = '2022-11-09',
end_date: str = '2022-11-09',
chart: bool = False,
) -> pandas.core.frame.DataFrame
{{< /highlight >}}
Expand Down
14 changes: 2 additions & 12 deletions website/content/SDK/economy/macro/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
:language: python
:class: highlight

<<<<<<< HEAD:website/content/SDK/economy/macro/_index.md
## Get underlying data
### economy.macro(parameters: list = None, countries: list = None, transform: str = '', start_date: str = '1900-01-01', end_date=datetime.date(2022, 11, 4), symbol: str = '') -> Tuple[Any, Dict[Any, Dict[Any, Any]], str]
=======
|
>>>>>>> main:website/content/SDK/economy/macro/_index.rst

To obtain charts, make sure to add :python:`chart = True` as the last parameter.

Expand All @@ -24,7 +19,7 @@ economy.macro(
transform: str = '',
start_date: str = '1900-01-01',
end_date=datetime.date(
2022, 11, 8, chart: bool = False,
2022, 11, 9, chart: bool = False,
), symbol: str = '',
chart: bool = False,
) -> Tuple[Any, Dict[Any, Dict[Any, Any]], str]
Expand Down Expand Up @@ -63,12 +58,7 @@ economy.macro(
str
Denomination which can be Trillions, Billions, Millions, Thousands

<<<<<<< HEAD:website/content/SDK/economy/macro/_index.md
## Getting charts
### economy.macro(parameters: list = None, countries: list = None, transform: str = '', start_date: str = '1900-01-01', end_date: str = '2022-11-04', symbol: str = '', raw: bool = False, external_axes: Optional[List[axes]] = None, export: str = '', chart=True)
=======
|
>>>>>>> main:website/content/SDK/economy/macro/_index.rst

.. raw:: html

Expand All @@ -82,7 +72,7 @@ economy.macro(
countries: list = None,
transform: str = '',
start_date: str = '1900-01-01',
end_date: str = '2022-11-08',
end_date: str = '2022-11-09',
symbol: str = '',
raw: bool = False,
external_axes: Optional[List[axes]] = None,
Expand Down
Loading