-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
50 lines (48 loc) · 1.34 KB
/
_pkgdown.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
url: https://rapsimng.bangyou.me/
template:
bootstrap: 5
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4HPNYGL5FT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4HPNYGL5FT');
</script>
reference:
- title: APSIMX file
desc: Functions for Read and write apsimx file.
- contents: ends_with("_apsimx")
- title: Search in the apsimx
desc: Functions for search in the apsimx file.
- contents: starts_with("search_")
- title: Walk through apsimx
desc: Functions for walk through apsimx file.
- contents: get_parent
- title: Modify apsimx
desc: Functions for modify apsimx file.
- contents:
- ends_with("_model")
- disable_models
- set_parameter_value
- title: Run apsimx
desc: Functions for run apsimx file.
- contents:
- ends_with("_models")
- log_level
- title: Simulations
desc: Functions related with simulations
- contents:
- ends_with("_simulations")
- get_metfile
- title: Cultivars
desc: Functions for cultivar.
- contents: ends_with("_cultivar")
- title: Report
desc: Functions for report.
- contents: ends_with("_report")
- title: Utilities
desc: Utility functions.
- contents: minimum_apsimng