-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.yml
44 lines (44 loc) · 1014 Bytes
/
index.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
41
42
43
44
# - theme: [NAME OF THEME AS IT WILL APPEAR ON WEBSITE]
# docs:
# - [NAME OF DOCUMENT WITHOUT EXTENSION]
- title: FGE
docs:
- introduction_to_markdown
- how_to_contribute
- contributing_online
- developing_this_website
- title: Introductions
docs:
- introduction_python
- introduction_c
- introduction_julia
- title: Git
docs:
- introduction_to_versioncontrol
- git_basics
- git_advanced
- github_basics
- title: UNIX
docs:
- unix_ssh_introduction
- introduction_to_using_the_hpc
- title: Reproducibility
docs:
- reproducible_pipelines_in_python
- reproducible_pipelines_in_r
- title: Distribution
docs:
- how_to_build_an_r_package
- how_to_build_a_python_package
- creating_an_r_package_in_rstudio
- title: Bayesian
docs:
- IntroWinBUGSwithR
- title: Problems and solutions
docs:
- problems_and_solutions_r
- title: Other
docs:
- google_search_tricks
- coding_philosophy
- BES2015WorkshopExamples