forked from PySATL/pysatl-criterion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
102 lines (102 loc) · 3.33 KB
/
mkdocs.yml
File metadata and controls
102 lines (102 loc) · 3.33 KB
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
site_name: PySATL
site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://pysatl.github.io/pysatl-criterion/en/']
site_description: PySATL is a free and open source statistics lib written in Python, designed to support all major researcher demands
repo_url: https://github.com/PySATL/pysatl-criterion
edit_uri: edit/main/docs/
use_directory_urls: True
nav:
- Home: index.md
- Criteria:
- Goodness-of-fit:
- Exponentiality:
- Epps and Pulley: epps_pulley_exp_criterion.md
- Kolmogorov-Smirnov: kolmogorov_smirnov_exp_criterion.md
- Wong and Wong: wong_wong_exp_criterion.md
- WE: we_exp_criterion.md
- Ahsanullah: ahsanullah_exp_criterion.md
- Atkinson: atkinson_exp_criterion.md
- Cox and Oakes: cox_oakes_exp_criterion.md
- Cramer-von Mises: cvm_exp_criterion.md
- Deshpande: deshpande_exp_criterion.md
- Epstein: epstein_exp_criterion.md
- Frozini: frozini_exp_criterion.md
- Gini: gini_exp_criterion.md
- Gnedenko: gnedenko_exp_criterion.md
- Harris: harris_exp_criterion.md
- Hegazy1: hegazy1_exp_criterion.md
- Hegazy2: hegazy2_exp_criterion.md
- Holander-Proshan: holander_proshan_exp_criterion.md
- Kimber-Michael: kimber_michael_exp_criterion.md
- Kochar: kochar_exp_criterion.md
- Lorenz: lorenz_exp_criterion.md
- Moran: moran_exp_criterion.md
- Pietra: pietra_exp_criterion.md
- Shapiro-Wilk: shapiro_wilk_exp_criterion.md
- Rossberg: rossberg_exp_criterion.md
- Graph edges number: graph_edges_number_exp_criterion.md
- Graph max degree: graph_max_degree_exp_criterion.md
theme:
name: material
logo: "images/logo.jpeg"
favicon: "images/logo.jpeg"
custom_dir: "docs/overrides"
features:
- content.code.annotate
- search.share
- content.code.copy
- navigation.top
- navigation.footer
palette:
- scheme: default
primary: "blue grey"
accent: "tear"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: "blue grey"
accent: "tear"
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra_css:
- "stylesheets/ft.extra.css"
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- attr_list
- admonition
- footnotes
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.pathconverter
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path: docs
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mdx_truly_sane_lists
extra:
version:
provider: mike
alias: true
plugins:
- search:
enabled: true
- mike:
deploy_prefix: 'en'
canonical_version: 'stable'