-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (37 loc) · 1.04 KB
/
_quarto.yml
File metadata and controls
43 lines (37 loc) · 1.04 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
project:
type: website
output-dir: _site
website:
title: "Bill Splitter - MDS"
navbar:
left:
- href: index.qmd
text: Home
- href: reference/index.qmd
text: Reference
- href: reflection.qmd
text: Reflection
# tell quarto to read the generated sidebar
metadata-files:
- reference/_sidebar.yml
# tell quarto to read the generated styles
format:
html:
css:
- reference/_styles-quartodoc.css
quartodoc:
# the name used to import the package you want to create reference docs for
package: billsplittermds
# write sidebar and style data
sidebar: reference/_sidebar.yml
css: reference/_styles-quartodoc.css
sections:
- title: Bill Splitter Functions
desc: A package of functions to split bills and manage transfers.
contents:
# the functions being documented in the package.
# you can refer to anything: class methods, modules, etc..
- load_validate_data
- split_by_item
- individual_total_payments
- amount_to_transfer