-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkgendocs.yml
86 lines (73 loc) · 2.21 KB
/
mkgendocs.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
76
77
78
79
80
81
82
83
84
85
site_name: Seaweed Growth Model
# Repository
repo_name: Seaweed Growth Model
repo: https://github.com/allfed/Seaweed-Growth-Model
# Copyright
copyright: ALLFED
#This specifies the autogeneration portion
pages:
- page: "modules/src/utilities.md"
source: "src/utilities.py"
functions:
- prepare_geometry
- weighted_quantile
- page: "modules/src/processing/read_files.md"
source: "src/processing/read_files.py"
classes:
- DataLME
- DataGrid
functions:
- read_area_file
- page: "modules/src/processing/postprocessing.md"
source: "src/processing/postprocessing.py"
functions:
- get_parameter_dataframe
- time_series_analysis
- elbow_method
- lme
- grid
- page: "modules/src/processing/preprocessing.md"
source: "src/processing/preprocessing.py"
functions:
- get_area
- prepare_gridded_data
- page: "modules/src/plotting/plotter_lme.md"
source: "src/plotting/plotter_lme.py"
functions:
- cluster_timeseries_all_parameters_q_lines
- create_name_dict
- page: "modules/src/plotting/plotter_grid.md"
source: "src/plotting/plotter_grid.py"
functions:
- cluster_spatial
- growth_rate_spatial_by_year
- cluster_timeseries_all_parameters_q_lines
- compare_nw_scenarios
- compare_nutrient_subfactors
- page: "modules/src/plotting/plotter_methods.md"
source: "src/plotting/plotter_methods.py"
functions:
- plot_factors
- page: "modules/src/model/seaweed_model.md"
source: "src/model/seaweed_model.py"
classes:
- SeaweedModel
- page: "modules/src/model/ocean_section.md"
source: "src/model/ocean_section.py"
classes:
- OceanSection
- page: "modules/src/model/seaweed_growth.md"
source: "src/model/seaweed_growth.py"
functions:
- growth_factor_combination_single_value
- growth_factor_combination
- illumination_single_value
- calculate_illumination_factor
- temperature_single_value
- calculate_temperature_factor
- nitrate_subfactor
- phosphate_subfactor
- ammonium_subfactor
- calculate_nutrient_factor
- salinity_single_value
- calculate_salinity_factor