forked from UtrechtUniversity/SWORDS-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(README); executable commands for python scripts
- Loading branch information
1 parent
3647190
commit a615a6d
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
collect_variables/scripts/soft_dev_pract/documentation_practices/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
## Navigate to `collect_variables` | ||
```bash | ||
cd collect_variables | ||
``` | ||
|
||
## Run `check_contributing_conduct.py` | ||
```bash | ||
python scripts/soft_dev_pract/documentation_practices/check_contributing_conduct.py --input results/repositories.csv --output results/output_results.csv | ||
``` | ||
|
||
## Run `comment_at_start.py` | ||
```bash | ||
python scripts/soft_dev_pract/documentation_practices/comment_at_start.py --input results/input.csv --output results/output.csv | ||
``` |