Skip to content

Commit

Permalink
Update gh-pages to output generated at 761adad
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 23, 2024
1 parent c08c509 commit 45086e8
Show file tree
Hide file tree
Showing 2,521 changed files with 863,672 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nightly/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +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: 2cc4fc082a3721222847b5586df58780
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/analysis.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/backtest.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/cache.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/common.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/config.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/core.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/data.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/execution.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/index.doctree
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/live.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/portfolio.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/risk.doctree
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/system.doctree
Binary file not shown.
Binary file added nightly/.doctrees/api_reference/trading.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/adapters.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/concepts/advanced/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/concepts/architecture.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/backtesting.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/data.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/execution.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/index.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/instruments.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/logging.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/message_bus.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/orders.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/overview.doctree
Binary file not shown.
Binary file added nightly/.doctrees/concepts/strategies.doctree
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/developer_guide/cython.doctree
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/developer_guide/index.doctree
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/developer_guide/rust.doctree
Binary file not shown.
Binary file added nightly/.doctrees/developer_guide/testing.doctree
Binary file not shown.
Binary file added nightly/.doctrees/environment.pickle
Binary file not shown.
Binary file added nightly/.doctrees/getting_started/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/index.doctree
Binary file not shown.
Binary file added nightly/.doctrees/integrations/betfair.doctree
Binary file not shown.
Binary file added nightly/.doctrees/integrations/binance.doctree
Binary file not shown.
Binary file added nightly/.doctrees/integrations/databento.doctree
Binary file not shown.
Binary file added nightly/.doctrees/integrations/ib.doctree
Binary file not shown.
Binary file added nightly/.doctrees/integrations/index.doctree
Binary file not shown.
Binary file added nightly/.doctrees/rust.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added nightly/.doctrees/tutorials/index.doctree
Binary file not shown.
Empty file added nightly/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions nightly/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.nautilustrader.io
45 changes: 45 additions & 0 deletions nightly/_sources/api_reference/accounting.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Accounting

```{eval-rst}
.. automodule:: nautilus_trader.accounting
```

```{eval-rst}
.. automodule:: nautilus_trader.accounting.accounts.cash
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

```{eval-rst}
.. automodule:: nautilus_trader.accounting.accounts.margin
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

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

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

```{eval-rst}
.. automodule:: nautilus_trader.accounting.manager
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```
109 changes: 109 additions & 0 deletions nightly/_sources/api_reference/adapters/betfair.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Betfair

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

## Client

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.client
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Common

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

## Config

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

## Data

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.data
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Data Types

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.data_types
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Execution

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.execution
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Factories

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.factories
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## OrderBook

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.orderbook
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Providers

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.providers
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Sockets

```{eval-rst}
.. automodule:: nautilus_trader.adapters.betfair.sockets
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```
143 changes: 143 additions & 0 deletions nightly/_sources/api_reference/adapters/binance.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
# Binance

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

## Config

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

## Factories

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.factories
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Enums

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

## Types

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

## Futures

### Data

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.futures.data
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

### Enums

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.futures.enums
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

### Execution

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.futures.execution
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

### Providers

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.futures.providers
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

### Types

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.futures.types
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Spot

### Data

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.spot.data
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

### Enums

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.spot.enums
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

### Execution

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.spot.execution
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

### Providers

```{eval-rst}
.. automodule:: nautilus_trader.adapters.binance.spot.providers
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```
17 changes: 17 additions & 0 deletions nightly/_sources/api_reference/adapters/index.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Adapters

```{eval-rst}
.. automodule:: nautilus_trader.adapters
```

```{eval-rst}
.. toctree::
:maxdepth: 2
:glob:
:titlesonly:
:hidden:

betfair.md
binance.md
interactive_brokers.md
```
69 changes: 69 additions & 0 deletions nightly/_sources/api_reference/adapters/interactive_brokers.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Interactive Brokers

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

## Common

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

## Config

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

## Data

```{eval-rst}
.. automodule:: nautilus_trader.adapters.interactive_brokers.data
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Execution

```{eval-rst}
.. automodule:: nautilus_trader.adapters.interactive_brokers.execution
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Factories

```{eval-rst}
.. automodule:: nautilus_trader.adapters.interactive_brokers.factories
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```

## Providers

```{eval-rst}
.. automodule:: nautilus_trader.adapters.interactive_brokers.providers
:show-inheritance:
:inherited-members:
:members:
:member-order: bysource
```
Loading

0 comments on commit 45086e8

Please sign in to comment.