Skip to content

Commit 6c315af

Browse files
committed
Update README and integration docs
1 parent 6d1eb12 commit 6c315af

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This project makes the [Soundness Pledge](https://raphlinus.github.io/rust/2020/
136136
## Integrations
137137

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

142142
| Name | ID | Type | Status | Docs |
@@ -157,9 +157,7 @@ into a unified interface. The following integrations are currently supported:
157157
- `beta` - Completed to a minimally working state and in a 'beta' testing phase
158158
- `stable` - Stabilized feature set and API, the integration has been tested by both developers and users to a reasonable level (some bugs may still remain)
159159

160-
```{note}
161160
Refer to the [Integrations](https://docs.nautilustrader.io/integrations/index.html) documentation for further details.
162-
```
163161

164162
## Installation
165163

docs/integrations/index.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,12 @@
1111
binance.md
1212
databento.md
1313
ib.md
14-
1514
```
1615

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

21-
```{warning}
22-
The initial integrations for the project are currently under heavy construction.
23-
It's advised to conduct some of your own testing with small amounts of capital before
24-
running strategies which are able to access larger capital allocations.
25-
```
26-
2720
| Name | ID | Type | Status | Docs |
2821
| :-------------------------------------------------------- | :-------------------- | :---------------------- | :------------------------------------------------------ | :------------------------------------------------------------------ |
2922
| [Betfair](https://betfair.com) | `BETFAIR` | Sports Betting Exchange | ![status](https://img.shields.io/badge/stable-green) | [Guide](https://docs.nautilustrader.io/integrations/betfair.html) |

0 commit comments

Comments
 (0)