-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.toml
93 lines (71 loc) · 1.75 KB
/
config.toml
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
88
89
90
91
92
93
baseurl = "https://cvxr.rbind.io/"
languageCode = "en-us"
metadataformat = "yaml"
title = "CVXR"
theme = "hugo-alabaster-theme"
relativeURLs = true
disqusShortname = ""
googleAnalytics = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.rst$", "\\.Rhistory$"]
[params]
name = ""
description = "Disciplined Convex Programming in R"
github_user = "cvxgrp"
github_repo = "CVXR"
github_banner = true
custom_css = []
custom_js = []
favicon = "favicon.ico"
#highlightjsVersion = "9.11.0"
#highlightjsCDN = "//cdn.bootcss.com"
#highlightjsLang = ["r", "yaml"]
#highlightjsTheme = "github"
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "2.7.5"
[params.sidebar]
logo = "favicon.ico"
github_button = true
travis_button = false
codecov_button = false
gratipay = ""
show_relations = true
[params.footer]
copyright = "Anqi Fu, Balasubramanian Narasimhan, Stephen Boyd"
show_powered_by = true
[[menu.main]]
name = "Home"
identifier = "Level-01"
url = "/"
weight = -23
[[menu.main]]
name = "What's new in 1.0"
url = "/cvxr_examples/whats_new_1.0"
weight = -22
[[menu.main]]
name = "Package docs"
url = "https://www.cvxgrp.org/CVXR"
weight = -21
[[menu.main]]
name = "Quick intro"
url = "/cvxr_examples/cvxr_intro/"
weight = -19
[[menu.main]]
name = "Longer intro"
url = "/cvxr_examples/cvxr_gentle-intro/"
weight = -18
[[menu.main]]
name = "Tutorial examples"
url = "/examples/"
weight = -17
[[menu.main]]
name = "FAQ"
url = "/cvxr_faq/"
weight = -16
[[menu.main]]
name = "DCP"
url = "/cvxr_dcp/"
weight = -16
[[menu.main]]
name = "Function reference"
url = "/cvxr_functions/"
weight = -15