Skip to content

Commit

Permalink
Update gh-pages to output generated at d997fd0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Feb 6, 2024
1 parent 67c46e0 commit 961034c
Show file tree
Hide file tree
Showing 1,675 changed files with 9,776 additions and 37,610 deletions.
Binary file modified nightly/.doctrees/api_reference/accounting.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/adapters/betfair.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/adapters/binance.doctree
Binary file not shown.
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/analysis.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/backtest.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/cache.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/common.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/config.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/core.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/data.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/execution.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/indicators.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/live.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/book.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/data.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/events.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/identifiers.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/instruments.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/objects.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/orders.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/position.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/tick_scheme.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/persistence.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/portfolio.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/risk.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/serialization.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/system.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/trading.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/environment.pickle
Binary file not shown.
Binary file modified nightly/.doctrees/tutorials/backtest_high_level.doctree
Binary file not shown.
30 changes: 0 additions & 30 deletions nightly/_sources/api_reference/config.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,3 @@
```{eval-rst}
.. automodule:: nautilus_trader.config
```

## Common

```{eval-rst}
.. automodule:: nautilus_trader.config.common
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Backtest

```{eval-rst}
.. automodule:: nautilus_trader.config.backtest
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Live

```{eval-rst}
.. automodule:: nautilus_trader.config.live
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```
4 changes: 2 additions & 2 deletions nightly/_sources/tutorials/backtest_high_level.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ from pathlib import Path
import fsspec
import pandas as pd

from nautilus_trader.backtest.node import BacktestNode, BacktestVenueConfig, BacktestDataConfig, BacktestRunConfig, BacktestEngineConfig
from nautilus_trader.core.datetime import dt_to_unix_nanos
from nautilus_trader.config import ImportableStrategyConfig
from nautilus_trader.model.data import QuoteTick
from nautilus_trader.model.objects import Price, Quantity
from nautilus_trader.backtest.node import BacktestNode, BacktestVenueConfig, BacktestDataConfig, BacktestRunConfig, BacktestEngineConfig
from nautilus_trader.config.common import ImportableStrategyConfig
from nautilus_trader.persistence.catalog import ParquetDataCatalog
from nautilus_trader.persistence.wranglers import QuoteTickDataWrangler
from nautilus_trader.test_kit.providers import CSVTickDataLoader
Expand Down
76 changes: 30 additions & 46 deletions nightly/api_reference/adapters/betfair.html
Original file line number Diff line number Diff line change
Expand Up @@ -3403,11 +3403,9 @@ <h2 id="module-nautilus_trader.adapters.betfair.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
InstrumentProviderConfig
</span>
</a>
<span class="pre">
InstrumentProviderConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -3451,11 +3449,9 @@ <h2 id="module-nautilus_trader.adapters.betfair.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.live.RoutingConfig" title="nautilus_trader.config.live.RoutingConfig">
<span class="pre">
RoutingConfig
</span>
</a>
<span class="pre">
RoutingConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -3745,13 +3741,11 @@ <h2 id="module-nautilus_trader.adapters.betfair.config">
<dd>
<p>
Bases:
<a class="reference internal" href="../config.html#nautilus_trader.config.live.LiveDataClientConfig" title="nautilus_trader.config.live.LiveDataClientConfig">
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveDataClientConfig
</span>
</code>
</a>
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveDataClientConfig
</span>
</code>
</p>
<p>
Configuration for
Expand Down Expand Up @@ -4366,11 +4360,9 @@ <h2 id="module-nautilus_trader.adapters.betfair.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
InstrumentProviderConfig
</span>
</a>
<span class="pre">
InstrumentProviderConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -4414,11 +4406,9 @@ <h2 id="module-nautilus_trader.adapters.betfair.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.live.RoutingConfig" title="nautilus_trader.config.live.RoutingConfig">
<span class="pre">
RoutingConfig
</span>
</a>
<span class="pre">
RoutingConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -4708,13 +4698,11 @@ <h2 id="module-nautilus_trader.adapters.betfair.config">
<dd>
<p>
Bases:
<a class="reference internal" href="../config.html#nautilus_trader.config.live.LiveExecClientConfig" title="nautilus_trader.config.live.LiveExecClientConfig">
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveExecClientConfig
</span>
</code>
</a>
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveExecClientConfig
</span>
</code>
</p>
<p>
Configuration for
Expand Down Expand Up @@ -21573,13 +21561,11 @@ <h2 id="module-nautilus_trader.adapters.betfair.providers">
<dd>
<p>
Bases:
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
InstrumentProviderConfig
</span>
</code>
</a>
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
InstrumentProviderConfig
</span>
</code>
</p>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.adapters.betfair.providers.BetfairInstrumentProviderConfig.dict">
Expand Down Expand Up @@ -22200,11 +22186,9 @@ <h2 id="module-nautilus_trader.adapters.betfair.providers">
config
</strong>
(
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<em>
InstrumentProviderConfig
</em>
</a>
<em>
InstrumentProviderConfig
</em>
<em>
,
</em>
Expand Down
120 changes: 46 additions & 74 deletions nightly/api_reference/adapters/binance.html
Original file line number Diff line number Diff line change
Expand Up @@ -4192,11 +4192,9 @@ <h2 id="module-nautilus_trader.adapters.binance.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
InstrumentProviderConfig
</span>
</a>
<span class="pre">
InstrumentProviderConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -4240,11 +4238,9 @@ <h2 id="module-nautilus_trader.adapters.binance.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.live.RoutingConfig" title="nautilus_trader.config.live.RoutingConfig">
<span class="pre">
RoutingConfig
</span>
</a>
<span class="pre">
RoutingConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -4596,13 +4592,11 @@ <h2 id="module-nautilus_trader.adapters.binance.config">
<dd>
<p>
Bases:
<a class="reference internal" href="../config.html#nautilus_trader.config.live.LiveDataClientConfig" title="nautilus_trader.config.live.LiveDataClientConfig">
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveDataClientConfig
</span>
</code>
</a>
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveDataClientConfig
</span>
</code>
</p>
<p>
Configuration for
Expand Down Expand Up @@ -5322,11 +5316,9 @@ <h2 id="module-nautilus_trader.adapters.binance.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
InstrumentProviderConfig
</span>
</a>
<span class="pre">
InstrumentProviderConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -5370,11 +5362,9 @@ <h2 id="module-nautilus_trader.adapters.binance.config">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.live.RoutingConfig" title="nautilus_trader.config.live.RoutingConfig">
<span class="pre">
RoutingConfig
</span>
</a>
<span class="pre">
RoutingConfig
</span>
</span>
<span class="w">
</span>
Expand Down Expand Up @@ -5956,13 +5946,11 @@ <h2 id="module-nautilus_trader.adapters.binance.config">
<dd>
<p>
Bases:
<a class="reference internal" href="../config.html#nautilus_trader.config.live.LiveExecClientConfig" title="nautilus_trader.config.live.LiveExecClientConfig">
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveExecClientConfig
</span>
</code>
</a>
<code class="xref py py-class docutils literal notranslate">
<span class="pre">
LiveExecClientConfig
</span>
</code>
</p>
<p>
Configuration for
Expand Down Expand Up @@ -7318,11 +7306,9 @@ <h2 id="module-nautilus_trader.adapters.binance.factories">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
InstrumentProviderConfig
</span>
</a>
<span class="pre">
InstrumentProviderConfig
</span>
</span>
</em>
<span class="sig-paren">
Expand Down Expand Up @@ -7428,11 +7414,9 @@ <h2 id="module-nautilus_trader.adapters.binance.factories">
config
</strong>
(
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<em>
InstrumentProviderConfig
</em>
</a>
<em>
InstrumentProviderConfig
</em>
) – The configuration for the instrument provider.
</p>
</li>
Expand Down Expand Up @@ -7542,11 +7526,9 @@ <h2 id="module-nautilus_trader.adapters.binance.factories">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
InstrumentProviderConfig
</span>
</a>
<span class="pre">
InstrumentProviderConfig
</span>
</span>
</em>
<span class="sig-paren">
Expand Down Expand Up @@ -7634,11 +7616,9 @@ <h2 id="module-nautilus_trader.adapters.binance.factories">
config
</strong>
(
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<em>
InstrumentProviderConfig
</em>
</a>
<em>
InstrumentProviderConfig
</em>
) – The configuration for the instrument provider.
</p>
</li>
Expand Down Expand Up @@ -26838,11 +26818,9 @@ <h3 id="module-nautilus_trader.adapters.binance.futures.providers">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
nautilus_trader.config.common.InstrumentProviderConfig
</span>
</a>
<span class="pre">
nautilus_trader.common.config.InstrumentProviderConfig
</span>
<span class="w">
</span>
<span class="p">
Expand Down Expand Up @@ -26923,11 +26901,9 @@ <h3 id="module-nautilus_trader.adapters.binance.futures.providers">
config
</strong>
(
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<em>
InstrumentProviderConfig
</em>
</a>
<em>
InstrumentProviderConfig
</em>
<em>
,
</em>
Expand Down Expand Up @@ -41904,11 +41880,9 @@ <h3 id="id6">
<span class="w">
</span>
<span class="n">
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<span class="pre">
nautilus_trader.config.common.InstrumentProviderConfig
</span>
</a>
<span class="pre">
nautilus_trader.common.config.InstrumentProviderConfig
</span>
<span class="w">
</span>
<span class="p">
Expand Down Expand Up @@ -42041,11 +42015,9 @@ <h3 id="id6">
config
</strong>
(
<a class="reference internal" href="../config.html#nautilus_trader.config.common.InstrumentProviderConfig" title="nautilus_trader.config.common.InstrumentProviderConfig">
<em>
InstrumentProviderConfig
</em>
</a>
<em>
InstrumentProviderConfig
</em>
<em>
,
</em>
Expand Down
Loading

0 comments on commit 961034c

Please sign in to comment.