Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 12, 2023
1 parent ebbb45a commit e1bdd16
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 21 deletions.
20 changes: 10 additions & 10 deletions docs/concepts/index.md
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](overview.md)
- [Architecture](architecture.md)
- [Strategies](strategies.md)

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

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

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

### Advanced topics
- [Advanced](docs/concepts/advanced/index.md)
- [Advanced](advanced/index.md)
2 changes: 1 addition & 1 deletion docs/concepts/strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The main capabilities of a strategy include:
- Creating and managing orders

```{note}
See the `Strategy` [API reference](/docs/api_reference/trading#Strategy) for a complete list of available methods.
See the `Strategy` [API reference](../docs/api_reference/trading#Strategy) for a complete list of available methods.
```

## Implementation
Expand Down
3 changes: 0 additions & 3 deletions docs/core/index.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/developer_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ types and how these map to their corresponding `PyObject` types.

## Contents

- [Environment Setup](/docs/developer_guide/environment_setup.md)
- [Coding Standards](/docs/developer_guide/coding_standards.md)
- [Cython](/docs/developer_guide/cython.md)
- [Rust](/docs/developer_guide/rust.md)
- [Testing](/docs/developer_guide/testing.md)
- [Packaged Data](/docs/developer_guide/packaged_data.md)
- [Environment Setup](environment_setup.md)
- [Coding Standards](coding_standards.md)
- [Cython](cython.md)
- [Rust](rust.md)
- [Testing](testing.md)
- [Packaged Data](packaged_data.md)
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ 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
core/index.md
developer_guide/index.md
```

0 comments on commit e1bdd16

Please sign in to comment.