47 lines
961 B
TOML
47 lines
961 B
TOML
[book]
|
|
title = "RustyTorch++ User Guide"
|
|
authors = ["RustyTorch Team"]
|
|
description = "Comprehensive guide to building ML applications with RustyTorch++"
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
|
|
[rust]
|
|
edition = "2024"
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
create-missing = true
|
|
|
|
[output.html]
|
|
default-theme = "navy"
|
|
preferred-dark-theme = "navy"
|
|
smart-punctuation = true
|
|
mathjax-support = true
|
|
git-repository-url = "https://github.com/rustytorch/rustytorch"
|
|
git-repository-icon = "fa-github"
|
|
edit-url-template = "https://github.com/rustytorch/rustytorch/edit/main/docs/book/{path}"
|
|
additional-css = ["custom.css"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1
|
|
|
|
[output.html.playground]
|
|
editable = false
|
|
copy-js = true
|
|
line-numbers = true
|
|
|
|
[output.html.search]
|
|
enable = true
|
|
limit-results = 30
|
|
teaser-word-count = 30
|
|
use-hierarchical-links = true
|
|
boost-title = 2
|
|
boost-hierarchy = 1
|
|
boost-paragraph = 1
|
|
expand = true
|
|
heading-split-level = 3
|
|
|
|
[output.html.redirect]
|