-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
87 lines (84 loc) · 1.88 KB
/
_pkgdown.yml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
url: https://jessesadler.github.io/debkeepr/
template:
bootstrap: 5
bslib:
primary: "#036684"
includes:
in_header: |
<script defer data-domain="jessesadler.github.io/debkeepr" src="https://plausible.io/js/script.js"></script>
authors:
Jesse Sadler:
href: https://www.jessesadler.com
development:
mode: release
reference:
- title: debkeepr types
contents:
- deb_lsd
- deb_is_lsd
- deb_as_lsd
- deb_tetra
- deb_is_tetra
- deb_as_tetra
- deb_decimal
- deb_is_decimal
- deb_as_decimal
- deb_as_list
- deb_text
- debkeepr
- title: Normalization
contents:
- deb_normalize
- title: Conversion
contents:
- deb_convert_bases
- deb_convert_unit
- title: Math
contents:
- mathematics
- title: Analysis of double-entry bookkeeping
contents:
- deb_account
- deb_account_summary
- deb_credit
- deb_debit
- deb_current
- deb_open
- deb_balance
- title: Data frame helpers for deb_lsd and deb_tetra types
contents:
- deb_gather_lsd
- deb_spread_lsd
- deb_gather_tetra
- deb_spread_tetra
- title: Data
contents:
- dafforne_accounts
- dafforne_transactions
- title: internal
contents:
- arithmetic
- comparison
- vec_math.deb_lsd
- vec_math.deb_tetra
navbar:
title: debkeepr
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Get started
href: articles/debkeepr.html
- text: Articles
menu:
- text: 1. Transactions in Richard Dafforne's Journal
href: articles/transactions.html
- text: 2. Analysis of Richard Dafforne's Journal and Ledger
href: articles/ledger.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/jessesadler/debkeepr