Skip to content

Commit f42ad3a

Browse files
committed
Update vignette formatting to use prettydoc with new options for improved presentation, including table of contents and section numbering.
1 parent fdef24e commit f42ad3a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

vignettes/introduction.Rmd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ title: "Overview of the tidySingleCellExperiment package"
33
package: "`r BiocStyle::pkg_ver('tidySingleCellExperiment')`"
44
author: "Stefano Mangiola"
55
output:
6-
BiocStyle::html_document:
7-
toc_float: true
6+
prettydoc::html_pretty:
7+
theme: cayman
8+
toc: yes
9+
toc_depth: 2
10+
number_sections: yes
11+
fig_caption: yes
12+
df_print: paged
813
bibliography: tidySingleCellExperiment.bib
914
vignette: >
1015
%\VignetteIndexEntry{Overview of the tidySingleCellExperiment package}

0 commit comments

Comments
 (0)