-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_bookdown.yml
40 lines (40 loc) · 1.47 KB
/
_bookdown.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
title: "BETYdb Technical Documentation"
author: ""
date: "`r Sys.Date()`"
bibliography:
- book.bib
- packages.bib
description: This documents certain technical aspects of BETYdb.
documentclass: book
link-citations: yes
site: bookdown::bookdown_site
biblio-style: apalike
book_filename: "betydb-documentation"
delete_merged_file: true
rmd_files: ["index.Rmd",
"overview.md",
# "README.md",
"about_betydb.md",
"betydb_tables.md",
"installing_betydb.md",
"installing-betydb-web-application.md",
#Dependencies
"setting-up-a-centos-server.md",
"configuring-postgresql.md",
#"archived-setup-documentation.md",
"dependencies_setting_up_a_server.md",
"installing_postgres.md",
"installing_the_betydb_rails_application.md",
#BETYdb System Administration
"updating_betydb_when_new_versions_are_released.md",
"distributed_betydb.md",
"betydb_development.md",
"ruby_on_rails_application_overview.md",
"automated_tests.md",
"code_style.md",
"complex_joins_in_the_web_interface.md",
"database_constraints.md",
"modifying_bety_schema.md",
"issuing_a_new_release.md",
#appendix
"release_notes_template.md"]