ad_trait 0.3.1

Easy to use, efficient, and highly flexible automatic differentiation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Documentation Book

This directory contains the source for the `ad_trait` documentation book, built with `mdBook`.

## Local Development

To build and view the book locally, run:

```bash
mdbook serve --open
```

## Deployment

The book is automatically built and deployed to GitHub Pages whenever changes are pushed to the `main` branch, as defined in `.github/workflows/deploy_book.yml`.