Files
candle/candle-book/CONTRIBUTING.md
Kyle Birnbaum 76e565c4ab Updated candle-book: Introduction, Installation, MNIST guide, and added CONTRIBUTING.md (#2897)
* added CONTRIBUTING.md to candle-book

* added description to candle-book introduction

* Updated formatting and added different features to candle-book installation

* mnist guide first draft candle-book

* updated mnist guide syntax and grammar for candle-book

* changed HelloWorld - Mnist to Tutorial - Mnist in SUMMARY.md

* updated intro to mnist guide in candle-book
2025-04-15 21:41:10 +02:00

474 B

Candle Book

The book uses mdBook for building.

Installation

To install mdBook, run cargo install mdbook. More instructions can be found here.

Viewing the book

To view the book, run mdbook serve --open candle-book. More instructions can be found here.

The book is built automatically in github CI.