Skip to content

Latest commit

 

History

History
 
 

ReadMe.md

pagetitle ReadMe

White Rabbit Documentation Readme

This folder contains the raw and rendered documentation of WhiteRabbit.

Contribute

Contributions to the documentation are very welcome and even a must when new features are implemented. To update the documentation, edit one of the following markdown files or create a new markdown file:

Render html

To generate the site from markdown files, run the following R script with the ./docs folder as working directory. Run this in a standalone R session, this is orders of magnitude faster compared to running in RStudio.

#devtools::install_github("ropenscilabs/icon")
library(rmarkdown)
rmarkdown::render_site()