Skip to content

Commit 45086e8

Browse files
committed
Update gh-pages to output generated at 761adad
1 parent c08c509 commit 45086e8

File tree

2,521 files changed

+863672
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,521 files changed

+863672
-0
lines changed

nightly/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 2cc4fc082a3721222847b5586df58780
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.42 MB
Binary file not shown.
2.77 MB
Binary file not shown.
2.08 MB
Binary file not shown.
2.89 MB
Binary file not shown.
4.32 KB
Binary file not shown.
1.59 MB
Binary file not shown.
2.18 MB
Binary file not shown.
Binary file not shown.
10.5 KB
Binary file not shown.
Binary file not shown.
3.46 MB
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 not shown.
3.73 MB
Binary file not shown.
Binary file not shown.
3.72 MB
Binary file not shown.
5.28 MB
Binary file not shown.
20.7 KB
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.
43.2 KB
Binary file not shown.
17.9 KB
Binary file not shown.
46 KB
Binary file not shown.
45.9 KB
Binary file not shown.
18.3 KB
Binary file not shown.
29.6 KB
Binary file not shown.
25.1 KB
Binary file not shown.
32.2 KB
Binary file not shown.
83.9 KB
Binary file not shown.
46.6 KB
Binary file not shown.
85 KB
Binary file not shown.
Binary file not shown.
13.5 KB
Binary file not shown.
Binary file not shown.
12.3 KB
Binary file not shown.
Binary file not shown.
14.4 KB
Binary file not shown.
Binary file not shown.

nightly/.doctrees/environment.pickle

4.74 MB
Binary file not shown.
6.12 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

nightly/.doctrees/index.doctree

14.6 KB
Binary file not shown.
11.8 KB
Binary file not shown.
58.9 KB
Binary file not shown.
89.3 KB
Binary file not shown.
47.3 KB
Binary file not shown.
26.1 KB
Binary file not shown.

nightly/.doctrees/rust.doctree

10.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
10.3 KB
Binary file not shown.

nightly/.nojekyll

Whitespace-only changes.

nightly/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.nautilustrader.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Accounting
2+
3+
```{eval-rst}
4+
.. automodule:: nautilus_trader.accounting
5+
```
6+
7+
```{eval-rst}
8+
.. automodule:: nautilus_trader.accounting.accounts.cash
9+
:show-inheritance:
10+
:inherited-members:
11+
:members:
12+
:member-order: bysource
13+
```
14+
15+
```{eval-rst}
16+
.. automodule:: nautilus_trader.accounting.accounts.margin
17+
:show-inheritance:
18+
:inherited-members:
19+
:members:
20+
:member-order: bysource
21+
```
22+
23+
```{eval-rst}
24+
.. automodule:: nautilus_trader.accounting.calculators
25+
:show-inheritance:
26+
:inherited-members:
27+
:members:
28+
:member-order: bysource
29+
```
30+
31+
```{eval-rst}
32+
.. automodule:: nautilus_trader.accounting.factory
33+
:show-inheritance:
34+
:inherited-members:
35+
:members:
36+
:member-order: bysource
37+
```
38+
39+
```{eval-rst}
40+
.. automodule:: nautilus_trader.accounting.manager
41+
:show-inheritance:
42+
:inherited-members:
43+
:members:
44+
:member-order: bysource
45+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Betfair
2+
3+
```{eval-rst}
4+
.. automodule:: nautilus_trader.adapters.betfair
5+
:show-inheritance:
6+
:inherited-members:
7+
:members:
8+
:member-order: bysource
9+
```
10+
11+
## Client
12+
13+
```{eval-rst}
14+
.. automodule:: nautilus_trader.adapters.betfair.client
15+
:show-inheritance:
16+
:inherited-members:
17+
:members:
18+
:member-order: bysource
19+
```
20+
21+
## Common
22+
23+
```{eval-rst}
24+
.. automodule:: nautilus_trader.adapters.betfair.common
25+
:show-inheritance:
26+
:inherited-members:
27+
:members:
28+
:member-order: bysource
29+
```
30+
31+
## Config
32+
33+
```{eval-rst}
34+
.. automodule:: nautilus_trader.adapters.betfair.config
35+
:show-inheritance:
36+
:inherited-members:
37+
:members:
38+
:member-order: bysource
39+
```
40+
41+
## Data
42+
43+
```{eval-rst}
44+
.. automodule:: nautilus_trader.adapters.betfair.data
45+
:show-inheritance:
46+
:inherited-members:
47+
:members:
48+
:member-order: bysource
49+
```
50+
51+
## Data Types
52+
53+
```{eval-rst}
54+
.. automodule:: nautilus_trader.adapters.betfair.data_types
55+
:show-inheritance:
56+
:inherited-members:
57+
:members:
58+
:member-order: bysource
59+
```
60+
61+
## Execution
62+
63+
```{eval-rst}
64+
.. automodule:: nautilus_trader.adapters.betfair.execution
65+
:show-inheritance:
66+
:inherited-members:
67+
:members:
68+
:member-order: bysource
69+
```
70+
71+
## Factories
72+
73+
```{eval-rst}
74+
.. automodule:: nautilus_trader.adapters.betfair.factories
75+
:show-inheritance:
76+
:inherited-members:
77+
:members:
78+
:member-order: bysource
79+
```
80+
81+
## OrderBook
82+
83+
```{eval-rst}
84+
.. automodule:: nautilus_trader.adapters.betfair.orderbook
85+
:show-inheritance:
86+
:inherited-members:
87+
:members:
88+
:member-order: bysource
89+
```
90+
91+
## Providers
92+
93+
```{eval-rst}
94+
.. automodule:: nautilus_trader.adapters.betfair.providers
95+
:show-inheritance:
96+
:inherited-members:
97+
:members:
98+
:member-order: bysource
99+
```
100+
101+
## Sockets
102+
103+
```{eval-rst}
104+
.. automodule:: nautilus_trader.adapters.betfair.sockets
105+
:show-inheritance:
106+
:inherited-members:
107+
:members:
108+
:member-order: bysource
109+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
# Binance
2+
3+
```{eval-rst}
4+
.. automodule:: nautilus_trader.adapters.binance
5+
:show-inheritance:
6+
:inherited-members:
7+
:members:
8+
:member-order: bysource
9+
```
10+
11+
## Config
12+
13+
```{eval-rst}
14+
.. automodule:: nautilus_trader.adapters.binance.config
15+
:show-inheritance:
16+
:inherited-members:
17+
:members:
18+
:member-order: bysource
19+
```
20+
21+
## Factories
22+
23+
```{eval-rst}
24+
.. automodule:: nautilus_trader.adapters.binance.factories
25+
:show-inheritance:
26+
:inherited-members:
27+
:members:
28+
:member-order: bysource
29+
```
30+
31+
## Enums
32+
33+
```{eval-rst}
34+
.. automodule:: nautilus_trader.adapters.binance.common.enums
35+
:show-inheritance:
36+
:inherited-members:
37+
:members:
38+
:member-order: bysource
39+
```
40+
41+
## Types
42+
43+
```{eval-rst}
44+
.. automodule:: nautilus_trader.adapters.binance.common.types
45+
:show-inheritance:
46+
:inherited-members:
47+
:members:
48+
:member-order: bysource
49+
```
50+
51+
## Futures
52+
53+
### Data
54+
55+
```{eval-rst}
56+
.. automodule:: nautilus_trader.adapters.binance.futures.data
57+
:show-inheritance:
58+
:inherited-members:
59+
:members:
60+
:member-order: bysource
61+
```
62+
63+
### Enums
64+
65+
```{eval-rst}
66+
.. automodule:: nautilus_trader.adapters.binance.futures.enums
67+
:show-inheritance:
68+
:inherited-members:
69+
:members:
70+
:member-order: bysource
71+
```
72+
73+
### Execution
74+
75+
```{eval-rst}
76+
.. automodule:: nautilus_trader.adapters.binance.futures.execution
77+
:show-inheritance:
78+
:inherited-members:
79+
:members:
80+
:member-order: bysource
81+
```
82+
83+
### Providers
84+
85+
```{eval-rst}
86+
.. automodule:: nautilus_trader.adapters.binance.futures.providers
87+
:show-inheritance:
88+
:inherited-members:
89+
:members:
90+
:member-order: bysource
91+
```
92+
93+
### Types
94+
95+
```{eval-rst}
96+
.. automodule:: nautilus_trader.adapters.binance.futures.types
97+
:show-inheritance:
98+
:inherited-members:
99+
:members:
100+
:member-order: bysource
101+
```
102+
103+
## Spot
104+
105+
### Data
106+
107+
```{eval-rst}
108+
.. automodule:: nautilus_trader.adapters.binance.spot.data
109+
:show-inheritance:
110+
:inherited-members:
111+
:members:
112+
:member-order: bysource
113+
```
114+
115+
### Enums
116+
117+
```{eval-rst}
118+
.. automodule:: nautilus_trader.adapters.binance.spot.enums
119+
:show-inheritance:
120+
:inherited-members:
121+
:members:
122+
:member-order: bysource
123+
```
124+
125+
### Execution
126+
127+
```{eval-rst}
128+
.. automodule:: nautilus_trader.adapters.binance.spot.execution
129+
:show-inheritance:
130+
:inherited-members:
131+
:members:
132+
:member-order: bysource
133+
```
134+
135+
### Providers
136+
137+
```{eval-rst}
138+
.. automodule:: nautilus_trader.adapters.binance.spot.providers
139+
:show-inheritance:
140+
:inherited-members:
141+
:members:
142+
:member-order: bysource
143+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Adapters
2+
3+
```{eval-rst}
4+
.. automodule:: nautilus_trader.adapters
5+
```
6+
7+
```{eval-rst}
8+
.. toctree::
9+
:maxdepth: 2
10+
:glob:
11+
:titlesonly:
12+
:hidden:
13+
14+
betfair.md
15+
binance.md
16+
interactive_brokers.md
17+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Interactive Brokers
2+
3+
```{eval-rst}
4+
.. automodule:: nautilus_trader.adapters.interactive_brokers
5+
:show-inheritance:
6+
:inherited-members:
7+
:members:
8+
:member-order: bysource
9+
```
10+
11+
## Common
12+
13+
```{eval-rst}
14+
.. automodule:: nautilus_trader.adapters.interactive_brokers.common
15+
:show-inheritance:
16+
:inherited-members:
17+
:members:
18+
:member-order: bysource
19+
```
20+
21+
## Config
22+
23+
```{eval-rst}
24+
.. automodule:: nautilus_trader.adapters.interactive_brokers.config
25+
:show-inheritance:
26+
:inherited-members:
27+
:members:
28+
:member-order: bysource
29+
```
30+
31+
## Data
32+
33+
```{eval-rst}
34+
.. automodule:: nautilus_trader.adapters.interactive_brokers.data
35+
:show-inheritance:
36+
:inherited-members:
37+
:members:
38+
:member-order: bysource
39+
```
40+
41+
## Execution
42+
43+
```{eval-rst}
44+
.. automodule:: nautilus_trader.adapters.interactive_brokers.execution
45+
:show-inheritance:
46+
:inherited-members:
47+
:members:
48+
:member-order: bysource
49+
```
50+
51+
## Factories
52+
53+
```{eval-rst}
54+
.. automodule:: nautilus_trader.adapters.interactive_brokers.factories
55+
:show-inheritance:
56+
:inherited-members:
57+
:members:
58+
:member-order: bysource
59+
```
60+
61+
## Providers
62+
63+
```{eval-rst}
64+
.. automodule:: nautilus_trader.adapters.interactive_brokers.providers
65+
:show-inheritance:
66+
:inherited-members:
67+
:members:
68+
:member-order: bysource
69+
```

0 commit comments

Comments
 (0)