-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
21 lines (20 loc) · 921 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: TargetedLearning.jl
theme_dir: custom_theme
repo_url: https://github.com/lendle/TargetedLearning.jl/
site_url: https://lendle.github.io/TargetedLearning.jl/
markdown_extensions: [fenced_code, footnotes]
google_analytics: ['UA-62410095-1', 'https://lendle.github.io/TargetedLearning.jl/']
pages:
- ['index.md', 'Home']
- ['user-guide/julia.md', 'User Guide', 'Julia']
- ['user-guide/estimation.md', 'User Guide', 'The estimation problem']
- ['user-guide/ctmle.md', 'User Guide', '(C)TMLE']
- ['user-guide/influencecurves.md', 'User Guide', 'Automatic influence curves']
- ['user-guide/lalonde_example.md', 'User Guide', 'Lalonde Example']
- ['api/tmles.md', 'API', 'TMLEs']
- ['api/ctmles.md', 'API', 'CTMLEs']
- ['api/lreg.md', 'API', 'LReg']
- ['api/parameters.md', 'API', 'Parameters']
#- ['api/common.md', 'API', 'Common']
#- ['api/qmodels.md', 'API', 'Qmodels']
- ['about/license.md', 'About', 'License']