-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
40 lines (35 loc) · 1018 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
30
31
32
33
34
35
36
37
38
39
40
url: https://agoutsmedt.github.io/Ranystyle/
template:
bootstrap: 5
bootswatch: yeti
news:
releases:
- text: "Ranystyle 0.0.999 (Development Version)"
href: https://aurelien-goutsmedt.com/post/release-ranystyle-development/
reference:
- title: "Installing anystyle"
desc: >
Function for installing anystyle Ruby gems
contents:
- install_anystyle
- title: "Finding and Parsing References"
desc: >
Functions using the `parse` and `find` functions of anystyle to extract references
from PDF and text documents.
contents:
- find_ref
- parse_ref
- find_ref_to_df
- parse_ref_to_df
- title: "Manipulating References"
desc: >
Functions to clean references extracted from `parse` and `find` anystyle functions.
contents:
- clean_ref
- title: "Building Bibliography"
desc: >
Functions to build a bibliography from references extracted with `parse` and `find`
anystyle functions.
contents:
- find_ref_to_word_bibliography
- parse_ref_to_word_bibliography