forked from Polgraw/TDFstat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (48 loc) · 1.72 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
site_name: TDFstat
nav:
- Home: 'README.md'
- Pipeline description:
- 'Input data generation': 'input_data.md'
- 'Grid generation': 'grid_generation.md'
- 'F-statistic candidate signal search': 'search_for_candidates.md'
- 'Coincidences between candidates': 'coincidences.md'
- 'False alarm probablity of conicidences': 'fap_coincidences.md'
- 'Followup of interesting outliers': 'followup.md'
- 'Sensitivity upper limits': 'sensitivity_upper_limits.md'
- 'Fisher matrix calculation': 'fisher.md'
- 'Pipeline: a minimal example': 'simple_example.md'
- 'Documents and publications': 'articles.md'
- Docs howto:
- 'Docs howto': 'mkdocs_howto/README.md'
theme:
name: readthedocs
highlightjs: True
hljs_languages:
- yaml
- plaintext
- python
- cpp
- bash
- shell
extra_css: [extra.css]
# https://squidfunk.github.io/mkdocs-material/reference/mathjax/
markdown_extensions:
- pymdownx.arithmatex:
generic: false
- extra
- admonition
# - footnotes # this is included by extra
# - fenced_code # this is included by extra
# - pymdownx.highlight:
# use_pygments: true
# guess_lang: True
# - pymdownx.inlinehilite
# - codehilite
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/
extra_javascript:
- javascripts/highlight.js
- javascripts/mathjax.js # must be loaded before mathjax!
#- https://polyfill.io/v3/polyfill.min.js?features=es6 # only for old browsers compatibility (like IE11)
#- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
#- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg-full.js #for svg output