forked from rjournal/rjtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
29 lines (27 loc) · 866 Bytes
/
_pkgdown.yml
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
29
url: https://rjournal.github.io/rjtools/
template:
params:
bootswatch: cosmo
reference:
- title: Create article
desc: Functions to create an R Journal article from the template
contents:
- create_article
- title: Article checks
desc: Functions to check that folder structure and article format meet R Journal submission guideline
contents:
- starts_with("check")
- title: R Markdown article format
desc: Functions to build HTML and PDF R Journal articles
contents:
- rjournal_web_article
- title: Prepare article submission
desc: Functions to help building a zip file of relevant materials for submission
contents:
- zip_paper
- prepare_submission
- title: Tools for building journal issues and website
desc: Functions for the editor to produce issues from several articles
contents:
- ends_with("issue")
- rjournal_website