File tree 10 files changed +10755
-37
lines changed
10 files changed +10755
-37
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,15 @@ jobs:
100
100
101
101
- name : Copy static vignettes over to docs directory
102
102
run : |
103
- cp vignettes/Python/rdd.html docs/vignettes/Python/rdd.html
104
- cp vignettes/Python/RDD_DAG.png docs/vignettes/Python/RDD_DAG.png
105
- cp vignettes/Python/trees1.png docs/vignettes/Python/trees1.png
106
- cp vignettes/Python/trees2.png docs/vignettes/Python/trees2.png
107
- cp vignettes/Python/trees3.png docs/vignettes/Python/trees3.png
108
- cp vignettes/R/rdd.html docs/vignettes/R/rdd.html
103
+ cp vignettes/Python/RDD/rdd.html docs/vignettes/Python/rdd.html
104
+ cp vignettes/Python/RDD/RDD_DAG.png docs/vignettes/Python/RDD_DAG.png
105
+ cp vignettes/Python/RDD/trees1.png docs/vignettes/Python/trees1.png
106
+ cp vignettes/Python/RDD/trees2.png docs/vignettes/Python/trees2.png
107
+ cp vignettes/Python/RDD/trees3.png docs/vignettes/Python/trees3.png
108
+ cp vignettes/R/RDD/rdd.html docs/vignettes/R/rdd.html
109
+ cp vignettes/Python/IV/iv.html docs/vignettes/Python/iv.html
110
+ cp vignettes/Python/IV/IV_CDAG.png docs/vignettes/Python/IV_CDAG.png
111
+ cp vignettes/R/IV/iv.html docs/vignettes/R/IV/iv.html
109
112
110
113
- name : Build the overall doc site
111
114
run : |
Original file line number Diff line number Diff line change @@ -102,12 +102,15 @@ cp stochtree_repo/demo/notebooks/prototype_interface.ipynb docs/python_docs/demo
102
102
### Copy static vignettes over to docs directory
103
103
104
104
``` {bash}
105
- cp vignettes/Python/rdd.html docs/vignettes/Python/rdd.html
106
- cp vignettes/Python/RDD_DAG.png docs/vignettes/Python/RDD_DAG.png
107
- cp vignettes/Python/trees1.png docs/vignettes/Python/trees1.png
108
- cp vignettes/Python/trees2.png docs/vignettes/Python/trees2.png
109
- cp vignettes/Python/trees3.png docs/vignettes/Python/trees3.png
110
- cp vignettes/R/rdd.html docs/vignettes/R/rdd.html
105
+ cp vignettes/Python/RDD/rdd.html docs/vignettes/Python/rdd.html
106
+ cp vignettes/Python/RDD/RDD_DAG.png docs/vignettes/Python/RDD_DAG.png
107
+ cp vignettes/Python/RDD/trees1.png docs/vignettes/Python/trees1.png
108
+ cp vignettes/Python/RDD/trees2.png docs/vignettes/Python/trees2.png
109
+ cp vignettes/Python/RDD/trees3.png docs/vignettes/Python/trees3.png
110
+ cp vignettes/R/RDD/rdd.html docs/vignettes/R/rdd.html
111
+ cp vignettes/Python/IV/iv.html docs/vignettes/Python/iv.html
112
+ cp vignettes/Python/IV/IV_CDAG.png docs/vignettes/Python/IV_CDAG.png
113
+ cp vignettes/R/IV/iv.html docs/vignettes/R/IV/iv.html
111
114
```
112
115
113
116
### Building the overall website
Original file line number Diff line number Diff line change @@ -44,12 +44,15 @@ cp stochtree_repo/demo/notebooks/tree_inspection.ipynb docs/python_docs/demo/tre
44
44
cp stochtree_repo/demo/notebooks/prototype_interface.ipynb docs/python_docs/demo/prototype_interface.ipynb
45
45
46
46
# Copy static vignettes over to docs directory
47
- cp vignettes/Python/rdd.html docs/vignettes/Python/rdd.html
48
- cp vignettes/Python/RDD_DAG.png docs/vignettes/Python/RDD_DAG.png
49
- cp vignettes/Python/trees1.png docs/vignettes/Python/trees1.png
50
- cp vignettes/Python/trees2.png docs/vignettes/Python/trees2.png
51
- cp vignettes/Python/trees3.png docs/vignettes/Python/trees3.png
52
- cp vignettes/R/rdd.html docs/vignettes/R/rdd.html
47
+ cp vignettes/Python/RDD/rdd.html docs/vignettes/Python/rdd.html
48
+ cp vignettes/Python/RDD/RDD_DAG.png docs/vignettes/Python/RDD_DAG.png
49
+ cp vignettes/Python/RDD/trees1.png docs/vignettes/Python/trees1.png
50
+ cp vignettes/Python/RDD/trees2.png docs/vignettes/Python/trees2.png
51
+ cp vignettes/Python/RDD/trees3.png docs/vignettes/Python/trees3.png
52
+ cp vignettes/R/RDD/rdd.html docs/vignettes/R/rdd.html
53
+ cp vignettes/Python/IV/iv.html docs/vignettes/Python/iv.html
54
+ cp vignettes/Python/IV/IV_CDAG.png docs/vignettes/Python/IV_CDAG.png
55
+ cp vignettes/R/IV/iv.html docs/vignettes/R/IV/iv.html
53
56
54
57
# Build the doc site
55
58
mkdocs build
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ with an R and Python version for each vignette.
9
9
Current advanced vignettes include:
10
10
11
11
1 . Using ` stochtree ` for Regression Discontinuity Design ([ R] ( R/rdd.html ) , [ Python] ( Python/rdd.html ) )
12
+ 2 . Using ` stochtree ` for Instrumental Variables Analysis ([ R] ( R/iv.html ) , [ Python] ( Python/iv.html ) )
Original file line number Diff line number Diff line change 72
72
- ' Vignettes ' :
73
73
- ' Vignettes ' : vignettes/index.md
74
74
- ' R ' :
75
+ - ' Instrumental Variables ' : ' vignettes/R/IV/iv.html'
75
76
- ' RDD ' : ' vignettes/R/RDD/rdd.html'
76
77
- ' Python ' :
78
+ - ' Instrumental Variables ' : ' vignettes/Python/IV/iv.html'
77
79
- ' RDD ' : ' vignettes/Python/RDD/rdd.html'
78
80
- ' Development ' :
79
81
- ' Development ' : development/index.md
You can’t perform that action at this time.
0 commit comments