-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmyst.yml
More file actions
53 lines (52 loc) · 2.01 KB
/
Copy pathmyst.yml
File metadata and controls
53 lines (52 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
title: SIMPLE-Py
description: A workshop that introduces simple compiled packaging
keywords: [Python, compiled, packaging, C++, Rust, publishing]
authors: [Henry Schreiner, Cristian Le, Matthew Feickert, Matt McCormick]
github: https://github.com/scikit-build/SIMPLE-Py
jupyter: false
toc:
# Auto-generated by `myst init --write-toc`
- file: README.md
- title: Basic Packaging
children:
- file: content/basic-packaging/01_setup.md
- file: content/basic-packaging/02_tooling.md
- file: content/basic-packaging/03_package.md
- file: content/basic-packaging/04_sp_guide.md
- file: content/basic-packaging/05_publishing_ci.md
- title: Compiled
children:
- file: content/compiled/01_compiled.md
- file: content/compiled/02_binding.md
- file: content/compiled/03_rust.md
- file: content/compiled/04_cibuildwheel.md
- title: Scikit Build
children:
- file: content/scikit-build/01_custom.md
- file: content/scikit-build/02_stable_abi.md
- file: content/scikit-build/03_dynamic_metadata.md
- file: content/scikit-build/04_editable_installs.md
- file: content/scikit-build/05_overrides.md
- title: Other Tools
children:
- file: content/other-tools/01_plugin.md
- file: content/other-tools/02_pixi_build.md
- file: content/other-tools/03_conda_forge.md
- file: content/other-tools/04_distros.md
- title: Interesting
children:
- file: content/interesting/free_threading.md
- file: content/interesting/lazy_imports.md
- file: content/interesting/ai_skbc.md
- file: content/interesting/cuda.md
site:
template: book-theme
options:
logo_text: SIMPLE-Py
# Vendored so the build never fetches mystmd.org's default favicon, which
# fails intermittently in CI (ERR_STREAM_PREMATURE_CLOSE).
favicon: favicon.ico
# logo: site_logo.png