-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
75 lines (65 loc) · 2.09 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
# Project information
site_name: 'casebase'
site_description: 'Smooth-in-time fitting of parametric hazard functions'
site_author: 'Sahir Bhatnagar, Maxime Turgeon, Olli Saarela, James Hanley'
site_url: 'https://sahirbhatnagar.github.io/casebase'
# Repository
repo_name: 'casebase'
repo_url: 'https://github.com/sahirbhatnagar/casebase'
# Copyright
copyright: 'Copyright © 2017 <a href="http://turgeonmaxime.github.io/">Maxime Turgeon</a>, <a href="http://sahirbhatnagar.com/">Sahir Bhatnagar</a>, <a href="http://individual.utoronto.ca/osaarela/">Olli Saarela</a>, <a href="http://www.medicine.mcgill.ca/epidemiology/hanley/">James Hanley</a>'
# Documentation and theme
theme: 'material'
#extra_javascript:
# - 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML'
extra_javascript:
- http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# Options
extra:
logo: 'images/logo.png'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
social:
- type: 'github'
link: 'https://github.com/sahirbhatnagar/casebase'
- type: 'twitter'
link: 'https://twitter.com/syfi_24'
# Google Analytics
#google_analytics:
# - 'UA-XXXXXXXX-X'
# - 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite(guess_lang=true)
- footnotes
- meta
- toc(permalink=true)
- mdx_math
# Page tree
pages:
- Home: index.md
- Introduction: intro.md
- Smooth Hazard: smoothHazard.md
- Population Time Plots: popTime.md
- Competing Risk: competingRisk.md
- References: references.md
# - Package Functions: overview.md
# - Real Data Analysis: rda.md
# - Simulations: simulation.md
# - Heatmaps: plots.md
# - Extensions:
# - Admonition: extensions/admonition.md
# - CodeHilite: extensions/codehilite.md
# - Footnotes: extensions/footnotes.md
# - Permalinks: extensions/permalinks.md
# - PyMdown: extensions/pymdown.md
# - Specimen: specimen.md
# - Customization: customization.md
# - Release notes: release-notes.md
# - Contributing: contributing.md
# - License: license.md