-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (48 loc) · 1.39 KB
/
_quarto.yml
File metadata and controls
50 lines (48 loc) · 1.39 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
project:
type: book
output-dir: docs/
preview:
port: 4000
book:
title: "Python Packaging Essentials"
subtitle: "Practical guide that walks you through creating, organizing, testing, and publishing Python packages."
downloads: pdf
license: MIT
repo-branch: main
repo-actions: [source, edit, issue]
repo-url: https://github.com/y-sunflower/python-packaging-essentials
search: true
chapters:
- index.qmd
- part: blog/create-a-package/index.qmd
chapters:
- blog/create-a-package/introduction-to-packaging.qmd
- blog/create-a-package/organize-a-package.qmd
- blog/create-a-package/handling-dependencies.qmd
- part: blog/code-quality/index.qmd
chapters:
- blog/code-quality/unit-tests.qmd
- blog/code-quality/writing-documentation.qmd
- blog/code-quality/errors-and-warnings.qmd
- blog/code-quality/api-design.qmd
- part: blog/workflow/index.qmd
chapters:
- blog/workflow/github-actions.qmd
- blog/workflow/pre-commit.qmd
- blog/workflow/publish-to-pypi.qmd
- part: blog/bonus/index.qmd
chapters:
- blog/bonus/miscellaneous.qmd
- blog/bonus/makefile.qmd
- python-package-template.qmd
- contributing.qmd
format:
html:
number-depth: 1
css: styles.css
theme:
light:
- cosmo
- brand
pdf:
documentclass: scrreprt