-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
136 lines (128 loc) · 4.85 KB
/
mkdocs.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
site_name: 'ugo_r_doc'
#site_url:
repo_name: 'ugo_r_doc' # see doc, for bitbucket, gitlab
repo_url: 'https://github.com/ugoproto/ugo_r_doc.git'
# extra.repo_icon to github, gitlab or bitbucket
site_description: 'A R documentation website.'
#site_author:
#copyright:
theme:
name: 'material' # 'readthedocs'
locale: 'en'
analytics:
gtag: 'UA-93008985-1'
## 'Volkorn' 'Libre Baskerville' 'Merriweather'
## https://fonts.google.com
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
palette:
primary: 'blue'
accent: 'red'
## red, pink, purple, deep purple, indigo, blue, light-blue, cyan, teal, green, light-green, lime, yellow, amber, orange, deep-orange, brown, grey and blue-grey
icon:
logo: 'material/layers'
favicon: 'img/favicon.ico'
feature:
tabs: false
plugins:
- search:
lang:
- en
- fr
## Les icônes gitlab, twitter, linkedin dans le bandeau du bas.
#extra:
# social:
# - type: 'gitlab'
# link: ''
# - type: 'twitter'
# link: ''
# - type: 'linkedin'
# link: ''
# disqus: 'your-shortname'
## https://disqus.com/
## repo_icon: 'github' # gitlab, bitbucket
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- extra.css
nav:
- Home: 'index.md'
- Cheat Sheets:
- Basics Cheat Sheets: 'basics_cs.md'
- Specialization Cheat Sheets: 'specializations_cs.md'
- Visualization Cheat Sheets: 'visualization_cs.md'
- Code and Vade Mecum:
- Frequentist vs. Bayesian: 'frequentist_bayesian.md'
- Intermediate R: 'intermediate_r.md'
- Intermediate R - The apply Family: 'intermediate_r_the_apply_family.md'
- Data Wrangling Snippets:
- I/O Snippets & Cleaning: 'io_snippets_cleaning.md'
- Reading Data into R with readr: 'reading_data_into_r_with_readr.md'
- Data Analysis in R, the data.table Way: 'data_analysis_in_r_the_data_table_way.md'
- Data Manipulation in R with dplyr: 'data_manipulation_in_r_with_dplyr.md'
- Data Wrangling: 'data_wrangling.md'
- Packages:
- googleVis (embed HTML plots): 'googlevis.md'
- gganimate: 'gganimate.md'
- Fast-and-Frugal Decision Trees: 'fast_and_frugal_decision_trees_in_r_with_fftrees.md'
- Big Data Analysis with Revolution R Enterprise: 'big_data_analysis_with_revolution_r_enterprise.md'
- Time Series in R, The Power of xts and zoo: 'time_series_in_r_the_power_of_xts_and_zoo.md'
- Plot Snippets:
- Plot Snippets for Exploratory (and some Explanatory) Analyses: 'plot_snippets_basics.md'
- Plot Snippets - ggplot2: 'plot_snippets_ggplot2.md'
- Plot Snippets - ggvis: 'plot_snippets_ggvis.md'
- Plot Snippets - Colours: 'plot_snippets_colours.md'
- RStudio:
- Working with the RStudio IDE: 'working_with_rstudio_ide.md'
- Tables and Figures:
- Tables: 'tables.md'
- Embedding HTML into HTML: 'embedding.md'
- Embedding Rmd into Rmd: 'embedding_2.md'
- A Hands-on Introduction to Statistics with R:
- Statistics with R, Course One, Introduction: 'a_hands-on_introduction_to_statistics_with_r_course_one_introduction.md'
- Statistics with R, Course Two, Student's t-test: 'a_hands-on_introduction_to_statistics_with_r_course_two_student_s_t-test.md'
- Statistics with R, Course Three, Analysis of Variance: 'a_hands-on_introduction_to_statistics_with_r_course_three_analysis_of_variance.md'
- Statistics with R, Course Four, Repeated Measures ANOVA: 'a_hands-on_introduction_to_statistics_with_r_course_four_repeated_measures_anova.md'
- Statistics with R, Course Five, Correlation and Regression: 'a_hands-on_introduction_to_statistics_with_r_course_five_correlation_and_regression.md'
- Statistics with R, Course Six, Multiple Regression: 'a_hands-on_introduction_to_statistics_with_r_course_six_multiple_regression.md'
- Statistics with R, Course Seven, Moderation and Mediation: 'a_hands-on_introduction_to_statistics_with_r_course_seven_moderation_and_mediation.md'
- Statistics with R, Notes: 'a_hands-on_introduction_to_statistics_with_r_notes.md'
markdown_extensions:
# python-markdown
- def_list
- fenced_code
- footnotes
- tables
- admonition
- codehilite:
linenums: true
- meta
- nl2br
- sane_lists
- smarty
- toc:
permalink: true
# toc_depth: 2
# title: CONTENU
baselevel: 2
# pymdown-extensions
- pymdownx.arithmatex
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- attr_list
- pymdownx.progressbar
- pymdownx.snippets
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
clickable_checkbox: true
- pymdownx.tilde
# pyembed-markdown
- pyembed.markdown