-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (52 loc) · 1.95 KB
/
mkdocs.yml
File metadata and controls
52 lines (52 loc) · 1.95 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
site_name: NZ Tax Microsimulation Model
theme:
name: material
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: yes
nav:
- 'Home': 'index.md'
- 'User Guide':
- 'Contributing': 'CONTRIBUTING.md'
- 'Citing this work': 'CITATION.cff'
- 'Code of Conduct': 'CODE_OF_CONDUCT.md'
- 'License': 'LICENSE'
- 'Project Documentation':
- 'Roadmap': 'ROADMAP.md'
- 'Changelog': 'CHANGELOG.md'
- 'Development Log': 'development_log.md'
- 'Security': 'SECURITY.md'
- 'Model Documentation':
- 'Parameter Coverage': 'parameter_coverage.md'
- 'Inflation Adjustment': 'inflation_adjustment.md'
- 'Demographic Modelling': 'demographic_modelling.md'
- 'Historical Reporting': 'historical_reporting.md'
- 'Behavioural Response': 'modules/behavioural.md'
- 'Data Dictionary': 'data_dictionary.md'
- 'Feature Matrix': 'feature_matrix.md'
- 'Policy Changes': 'policy_changes.md'
- 'Policy Optimisation': 'modules/optimisation.md'
- 'Historic Tax Search Plan': 'historic_tax_search_plan.md'
- 'NZ Microsim Paper': 'nz_microsim_paper.md'
- 'Personal Tax History': 'personal_tax_history.md'
- 'Personal Tax History 1970-25 Narrative': 'personal_tax_history_1970-25_narrative.md'
- 'Personal Tax History 1970-25 Table': 'personal_tax_history_1970-25_table.md'
- 'Reporting Plan': 'reporting_plan.md'
- 'Tax Microsim I/O': 'taxmicrosim_io.md'
- 'Tax Microsim Report Components': 'taxmicrosim_report_components.md'
- 'Validation Report': 'validation_report.md'
- 'WFF Microsim Model Metadata': 'wff_microsim_model_metadata.md'
- 'External': 'external/index.md'
- 'Feature Comparison': 'feature_comparison.md'
- 'Module Status': 'module_status.md'
- 'API Reference': 'api_reference.md'
repo_url: https://github.com/edithatogo/nztaxmicrosim
repo_name: edithatogo/nztaxmicrosim
docs_dir: docs
extra:
analytics:
provider: google