Skip to content

Commit 534fed9

Browse files
committed
removing TODOs
1 parent 1dd3812 commit 534fed9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/replications.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ Template](https://github.com/boalang/study-template). If you want to work with
33
this package beyond simply re-generating the paper's figures and tables, we
44
**strongly** encourage you to utilize [Visual Studio
55
Code](https://code.visualstudio.com/) with the [Boa Language and Infrastructure
6-
Extension](vscode.md) installed. For more information, see [Using the Template](research/index.md).
6+
Extension](vscode.md) installed. For more information, see [Using the
7+
Template](research/index.md).
78

89
If you have that extension, you can avoid running terminal commands (like
9-
`make`) and instead simply open the study-config.json file
10-
to control what files you download, which analyses you run, etc. For more
11-
details on working with Boa's study template, see the [online
10+
`make`) and instead simply open the study-config.json file to control what
11+
files you download, which analyses you run, etc. For more details on working
12+
with Boa's study template, see the [online
1213
documentation](https://github.com/boalang/study-template).
1314

1415
------------------------------------------------------
@@ -83,10 +84,12 @@ run all analyses on only the cached data:
8384
make reproduce
8485
```
8586

86-
If you want to run individual analyses, you can also do so:
87+
If you want to run individual analyses, you can also do so. The specific
88+
target names will vary based on the specific replication package, but often
89+
they are named based on research question:
8790

8891
```sh linenums="0"
89-
make rq1**TODO: update for your analysis script names**
92+
make rq1
9093
```
9194

9295
```sh linenums="0"
@@ -97,7 +100,7 @@ You can also run a single analysis on the cached data by adding `-reproduce` to
97100
the target name:
98101

99102
```sh linenums="0"
100-
make rq1-reproduce**TODO: update for your analysis script names**
103+
make rq1-reproduce
101104
```
102105

103106
```sh linenums="0"

0 commit comments

Comments
 (0)