| pagetitle | ReadMe |
|---|
This folder contains the raw and rendered documentation of WhiteRabbit.
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:
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()