Skip to content

Commit

Permalink
Update gh-pages to output generated at ebbb45a
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 12, 2023
1 parent 289dabe commit 9f8a39b
Show file tree
Hide file tree
Showing 1,218 changed files with 3,781 additions and 429 deletions.
2 changes: 1 addition & 1 deletion develop/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b03885f1331b68e4713bc8b0898df97b
config: 93c49342046920bab8acdbd2bf26a4cf
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified develop/.doctrees/api_reference/accounting.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/adapters/betfair.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/adapters/binance.doctree
Binary file not shown.
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/analysis.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/backtest.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/cache.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/common.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/config.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/core.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/data.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/execution.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/indicators.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/infrastructure.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/live.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/currency.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/data.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/events.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/identifiers.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/instruments.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/objects.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/orderbook.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/orders.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/position.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/tick_scheme.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/msgbus.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/persistence.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/portfolio.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/risk.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/serialization.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/system.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/trading.doctree
Binary file not shown.
Binary file modified develop/.doctrees/concepts/index.doctree
Binary file not shown.
Binary file modified develop/.doctrees/concepts/strategies.doctree
Binary file not shown.
Binary file added develop/.doctrees/core/index.doctree
Binary file not shown.
Binary file modified develop/.doctrees/environment.pickle
Binary file not shown.
Binary file modified develop/.doctrees/index.doctree
Binary file not shown.
8 changes: 0 additions & 8 deletions develop/_sources/api_reference/common.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@
:member-order: bysource
```

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

```{eval-rst}
.. automodule:: nautilus_trader.common.throttler
:show-inheritance:
Expand Down
6 changes: 3 additions & 3 deletions develop/_sources/api_reference/model/data.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
```

```{eval-rst}
.. automodule:: nautilus_trader.model.data.tick
.. automodule:: nautilus_trader.model.data.status
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

```{eval-rst}
.. automodule:: nautilus_trader.model.data.ticker
.. automodule:: nautilus_trader.model.data.tick
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

```{eval-rst}
.. automodule:: nautilus_trader.model.data.venue
.. automodule:: nautilus_trader.model.data.ticker
:show-inheritance:
:inherited-members:
:members:
Expand Down
22 changes: 11 additions & 11 deletions develop/_sources/concepts/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ The terms "NautilusTrader", "Nautilus" and "platform" are used interchageably th
Explore the core concepts of NautilusTrader through these guides:

### Fundamentals
- [Overview](/docs/concepts/overview.md)
- [Architecture](/docs/concepts/architecture.md)
- [Strategies](/docs/concepts/strategies.md)
- [Overview](docs/concepts/overview.md)
- [Architecture](docs/concepts/architecture.md)
- [Strategies](docs/concepts/strategies.md)

### Trading essentials
- [Instruments](/docs/concepts/instruments.md)
- [Orders](/docs/concepts/orders.md)
- [Execution](/docs/concepts/execution.md)
- [Backtesting](/docs/concepts/backtesting.md)
- [Instruments](docs/concepts/instruments.md)
- [Orders](docs/concepts/orders.md)
- [Execution](docs/concepts/execution.md)
- [Backtesting](backtesting.md)

### Data & integrations
- [Data](/docs/concepts/data.md)
- [Adapters](/docs/concepts/adapters.md)
- [Data](docs/concepts/data.md)
- [Adapters](docs/concepts/adapters.md)

### Utilities
- [Logging](/docs/concepts/logging.md)
- [Logging](docs/concepts/logging.md)

### Advanced topics
- [Advanced](/docs/concepts/advanced/index.md)
- [Advanced](docs/concepts/advanced/index.md)
2 changes: 1 addition & 1 deletion develop/_sources/concepts/strategies.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Handlers in this category are triggered by events related to orders.
2. `on_order_event(...)`
3. `on_event(...)`

```{python}
```python
def on_order_initialized(self, event: OrderInitialized) -> None:
def on_order_denied(self, event: OrderDenied) -> None:
def on_order_emulated(self, event: OrderEmulated) -> None:
Expand Down
3 changes: 3 additions & 0 deletions develop/_sources/core/index.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Rust API Reference

Placeholder (will be overwritten on final docs build)
16 changes: 2 additions & 14 deletions develop/_sources/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,7 @@ does not need to have Rust installed to run NautilusTrader. In the future as mor
guides/index.md
integrations/index.md
api_reference/index.md

.. toctree::
:maxdepth: 1
:hidden:
:caption: Rust API Reference

/core/index.html

.. toctree::
:maxdepth: 1
:glob:
:titlesonly:
:hidden:

core/index.md
developer_guide/index.md

```
11 changes: 8 additions & 3 deletions develop/api_reference/accounting.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/api_reference/index.html">
Python API Reference
Python API
</a>
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/core/index.html.html">
Rust API Reference
<a class="md-tabs__link" href="/core/index.html">
Rust API
</a>
</li>
<li class="md-tabs__item">
Expand Down Expand Up @@ -629,6 +629,11 @@
</li>
</ul>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../core/index.html">
Rust API Reference
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../developer_guide/index.html">
Developer Guide
Expand Down
11 changes: 8 additions & 3 deletions develop/api_reference/adapters/betfair.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/api_reference/index.html">
Python API Reference
Python API
</a>
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/core/index.html.html">
Rust API Reference
<a class="md-tabs__link" href="/core/index.html">
Rust API
</a>
</li>
<li class="md-tabs__item">
Expand Down Expand Up @@ -634,6 +634,11 @@
</li>
</ul>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../core/index.html">
Rust API Reference
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../developer_guide/index.html">
Developer Guide
Expand Down
11 changes: 8 additions & 3 deletions develop/api_reference/adapters/binance.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/api_reference/index.html">
Python API Reference
Python API
</a>
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/core/index.html.html">
Rust API Reference
<a class="md-tabs__link" href="/core/index.html">
Rust API
</a>
</li>
<li class="md-tabs__item">
Expand Down Expand Up @@ -634,6 +634,11 @@
</li>
</ul>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../core/index.html">
Rust API Reference
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../developer_guide/index.html">
Developer Guide
Expand Down
11 changes: 8 additions & 3 deletions develop/api_reference/adapters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/api_reference/index.html">
Python API Reference
Python API
</a>
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/core/index.html.html">
Rust API Reference
<a class="md-tabs__link" href="/core/index.html">
Rust API
</a>
</li>
<li class="md-tabs__item">
Expand Down Expand Up @@ -629,6 +629,11 @@
</li>
</ul>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../core/index.html">
Rust API Reference
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../developer_guide/index.html">
Developer Guide
Expand Down
13 changes: 9 additions & 4 deletions develop/api_reference/adapters/interactive_brokers.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/api_reference/index.html">
Python API Reference
Python API
</a>
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/core/index.html.html">
Rust API Reference
<a class="md-tabs__link" href="/core/index.html">
Rust API
</a>
</li>
<li class="md-tabs__item">
Expand Down Expand Up @@ -634,6 +634,11 @@
</li>
</ul>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../core/index.html">
Rust API Reference
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../../developer_guide/index.html">
Developer Guide
Expand Down Expand Up @@ -10696,7 +10701,7 @@ <h2 id="module-nautilus_trader.adapters.interactive_brokers.config">
at
</span>
<span class="pre">
0x7fd047f0a150&gt;
0x7fbf96fae190&gt;
</span>
<span class="pre">
=
Expand Down
11 changes: 8 additions & 3 deletions develop/api_reference/analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/api_reference/index.html">
Python API Reference
Python API
</a>
</li>
<li class="md-tabs__item">
<a class="md-tabs__link" href="/core/index.html.html">
Rust API Reference
<a class="md-tabs__link" href="/core/index.html">
Rust API
</a>
</li>
<li class="md-tabs__item">
Expand Down Expand Up @@ -629,6 +629,11 @@
</li>
</ul>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../core/index.html">
Rust API Reference
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../developer_guide/index.html">
Developer Guide
Expand Down
Loading

0 comments on commit 9f8a39b

Please sign in to comment.