Skip to content

Commit

Permalink
Update gh-pages to output generated at 6c315af
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 22, 2024
1 parent 3d92920 commit 13c43ae
Show file tree
Hide file tree
Showing 34 changed files with 10 additions and 23 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/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/integrations/index.doctree
Binary file not shown.
11 changes: 2 additions & 9 deletions nightly/_sources/integrations/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@
binance.md
databento.md
ib.md

```

NautilusTrader is designed in a modular way to work with 'adapters' which provide
connectivity to data providers and/or trading venues - converting their raw API
NautilusTrader is designed in a modular way to work with *adapters* which provide
connectivity to trading venues and data providers - converting their raw API
into a unified interface. The following integrations are currently supported:

```{warning}
The initial integrations for the project are currently under heavy construction.
It's advised to conduct some of your own testing with small amounts of capital before
running strategies which are able to access larger capital allocations.
```

| Name | ID | Type | Status | Docs |
| :-------------------------------------------------------- | :-------------------- | :---------------------- | :------------------------------------------------------ | :------------------------------------------------------------------ |
| [Betfair](https://betfair.com) | `BETFAIR` | Sports Betting Exchange | ![status](https://img.shields.io/badge/stable-green) | [Guide](https://docs.nautilustrader.io/integrations/betfair.html) |
Expand Down
2 changes: 1 addition & 1 deletion nightly/api_reference/adapters/interactive_brokers.html
Original file line number Diff line number Diff line change
Expand Up @@ -12080,7 +12080,7 @@ <h2 id="module-nautilus_trader.adapters.interactive_brokers.config">
at
</span>
<span class="pre">
0x7f6d6ce5a890&gt;
0x7f9b24694f50&gt;
</span>
<span class="pre">
=
Expand Down
18 changes: 6 additions & 12 deletions nightly/integrations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,20 +732,14 @@ <h1 id="integrations-index--page-root">
<div class="toctree-wrapper compound">
</div>
<p>
NautilusTrader is designed in a modular way to work with ‘adapters’ which provide
connectivity to data providers and/or trading venues - converting their raw API
NautilusTrader is designed in a modular way to work with
<em>
adapters
</em>
which provide
connectivity to trading venues and data providers - converting their raw API
into a unified interface. The following integrations are currently supported:
</p>
<div class="admonition warning">
<p class="admonition-title">
Warning
</p>
<p>
The initial integrations for the project are currently under heavy construction.
It’s advised to conduct some of your own testing with small amounts of capital before
running strategies which are able to access larger capital allocations.
</p>
</div>
<table>
<thead>
<tr class="row-odd">
Expand Down
2 changes: 1 addition & 1 deletion nightly/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 13c43ae

Please sign in to comment.