12 lines
334 B
TOML
12 lines
334 B
TOML
[book]
|
|
title = "PyO3 user guide"
|
|
description = "PyO3 user guide"
|
|
author = "PyO3 Project and Contributors"
|
|
|
|
[preprocessor.pyo3_version]
|
|
command = "python3 guide/pyo3_version.py"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/PyO3/pyo3/tree/main/guide"
|
|
edit-url-template = "https://github.com/PyO3/pyo3/edit/main/guide/{path}"
|