File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 36
36
uses : pypa/hatch@install
37
37
38
38
- name : Build and deploy the documentation
39
- run : hatch run docs:build
39
+ run : hatch run docs:deploy
40
40
41
41
- name : Deploy Page 🚀
42
42
Original file line number Diff line number Diff line change 1
- name : Build Documentation
1
+ name : Test Documentation
2
2
3
3
on :
4
4
pull_request :
@@ -8,9 +8,9 @@ permissions:
8
8
contents : write
9
9
10
10
jobs :
11
- build -docs :
11
+ test -docs :
12
12
concurrency : ci-${{ github.ref }}
13
- name : Build docs
13
+ name : Test docs
14
14
runs-on : " ubuntu-latest"
15
15
defaults :
16
16
run :
31
31
- name : Install Hatch
32
32
uses : pypa/hatch@install
33
33
34
- - name : Build and deploy the documentation
34
+ - name : Build the documentation
35
35
run : hatch run docs:build
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ effect = StaticEffect(0.05)
40
40
inflated_data = effect(trended_data)
41
41
```
42
42
43
+ ![ Gaussian process posterior.] ( static/imgs/readme_fig.png )
44
+
43
45
## Model Validation
44
46
45
47
Once a dataset has been synthesised, we may wish to validate our model using a placebo
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ dependencies = [
90
90
91
91
[tool .hatch .envs .docs .scripts ]
92
92
serve = " mkdocs serve --dev-addr localhost:8000"
93
- deploy = " mkdocs gh-deploy --force "
93
+ deploy = [ " python docs/scripts/gen_examples.py " , " mkdocs build " ]
94
94
build = " mkdocs build"
95
95
96
96
[tool .hatch .version ]
You can’t perform that action at this time.
0 commit comments