-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
executable file
·59 lines (56 loc) · 1.27 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
template:
params:
bootswatch: flatly
navbar:
title: scorecard
type: inverse
left:
- text: "Home" # icon: fa-home fa-lg
href: index.html
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-money fa-lg
text: "donate"
href: http://shichen.name/donate/
- icon: fa-github fa-lg
text: "github"
href: https://github.com/ShichenXie/pedquant
reference:
- title: "query economic data"
contents:
- '`ed_code`'
- '`ed_fred`'
- '`ed_fred_symbol`'
- '`ed_nbs`'
- '`ed_nbs_subregion`'
- '`ed_nbs_symbol`'
- title: "query market data"
contents:
- '`dt_ssec`'
- '`dt_banks`'
- '`md_symbol`'
- '`md_bond`'
- '`md_forex`'
- '`md_money`'
- '`md_moneycn`'
- '`md_stock`'
- '`md_stock_symbol`'
- '`md_stock_adjust`'
- '`md_stock_financials`'
- '`md_future`'
- '`md_future_symbol`'
- title: "quantitative analysis"
contents:
- '`%x>%`'
- '`pq_opr`'
- '`pq_freq`'
- '`pq_return`'
- '`pq_addti`'
- '`pq_addti_funs`'
- '`pq_portfolio`'
- '`pq_performance`'
- '`pq_performance_funs`'
- '`pq_plot`'