-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_site.yml
More file actions
29 lines (28 loc) · 764 Bytes
/
_site.yml
File metadata and controls
29 lines (28 loc) · 764 Bytes
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
name: "ROI - R Optimization Infrastructure"
navbar:
title: "R Optimization Infrastructure"
left:
- text: "ROI"
href: index.html
- text: "Installation"
href: installation.html
- text: "Introduction"
href: introduction.html
## - text: "Conic Optimization"
## href: introduction_conic_optimization.html
- text: "Use Cases"
href: use_cases.html
- text: "Mixed topics"
href: mixed.html
- text: "FAQ"
href: faq.html
- text: "What's new?"
href: news.html
output:
html_document:
theme: paper
highlight: pygments ## textmate ## default, tango, pygments, kate, monochrome, espresso, zenburn, haddock, textmate
css: styles.css
toc: true
toc_depth: 2
toc_float: true