diff --git a/docs/src/introduction.md b/docs/src/introduction.md index f3b49b6..80a43e7 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -4,12 +4,7 @@ Welcome to the **RustFrame User Guide**. This book provides a tour of RustFrame's capabilities from basic data handling to advanced machine learning workflows. Each chapter contains runnable snippets so you can follow along. -To build this guide locally run `./build.sh` in the `docs/` directory. The -chapters are arranged sequentially: - 1. [Data manipulation](./data-manipulation.md) for loading and transforming data. 2. [Compute features](./compute.md) for statistics and analytics. 3. [Machine learning](./machine-learning.md) for predictive models. 4. [Utilities](./utilities.md) for supporting helpers and upcoming modules. - -Let's begin with some tabular data!