-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathmyst.yml
More file actions
62 lines (59 loc) · 1.74 KB
/
Copy pathmyst.yml
File metadata and controls
62 lines (59 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
version: 1
extends: config/scientific-python.yml
project:
title: Scientific Python Development Guide
github: https://github.com/scientific-python/cookie
jupyter: false
plugins:
- rr-role.mjs
toc:
- file: index.md
- file: tutorials/index.md
children:
- file: tutorials/dev-environment.md
- file: tutorials/module.md
- file: tutorials/packaging.md
- file: tutorials/test.md
- file: tutorials/docs.md
- file: guides/index.md
children:
- file: guides/pytest.md
- file: guides/coverage.md
- file: guides/docs.md
- file: guides/packaging_simple.md
- file: guides/packaging_compiled.md
- file: guides/packaging_classic.md
- file: guides/style.md
- file: guides/mypy.md
- file: guides/gha_basic.md
- file: guides/gha_pure.md
- file: guides/gha_wheels.md
- file: guides/security.md
- file: guides/tasks.md
- file: principles/index.md
children:
- file: principles/process.md
- file: principles/design.md
- file: principles/testing.md
- file: patterns/index.md
children:
- file: patterns/exports.md
- file: patterns/backports.md
- file: patterns/data_files.md
- file: guides/repo_review.md
site:
template: book-theme
nav:
- title: Scientific Python
url: https://scientific-python.org
- title: Learn
url: https://learn.scientific-python.org
actions:
- title: src
url: https://github.com/scientific-python/cookie
options:
favicon: assets/favicon.ico
logo: assets/images/logo.svg
logo_text: Scientific Python Development Guide
style: assets/css/site.css
hide_footer_links: false