From a985d7dd2bf2cfd5b17b29d5106ad6c2ae7b2587 Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Wed, 6 May 2015 23:31:00 +0200 Subject: [PATCH] add CSS --- demo/kaggle-otto/understandingXGBoostModel.Rmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/demo/kaggle-otto/understandingXGBoostModel.Rmd b/demo/kaggle-otto/understandingXGBoostModel.Rmd index d6b82718a..681832704 100644 --- a/demo/kaggle-otto/understandingXGBoostModel.Rmd +++ b/demo/kaggle-otto/understandingXGBoostModel.Rmd @@ -1,7 +1,11 @@ --- title: "Understanding XGBoost Model on Otto Dataset" author: "Michaƫl Benesty" -output: html_document +output: + rmarkdown::html_vignette: + css: ../../R-package/vignettes/vignette.css + number_sections: yes + toc: yes --- Introduction