Skip to content

Commit 780fcee

Browse files
author
Katrina Owen
committed
Regenerate exercise READMEs using updated template
1 parent 3196b98 commit 780fcee

113 files changed

Lines changed: 226 additions & 226 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

exercises/accumulate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ raise Exception("Meaningful message indicating the source of the error")
4141

4242
## Submitting Exercises
4343

44-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
44+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/accumulate` directory.
4545

46-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
46+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
4747

4848
For more detailed information about running tests, code style and linting,
4949
please see the [help page](http://exercism.io/languages/python).

exercises/acronym/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ raise Exception("Meaningful message indicating the source of the error")
2323

2424
## Submitting Exercises
2525

26-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
26+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/acronym` directory.
2727

28-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
28+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
2929

3030
For more detailed information about running tests, code style and linting,
3131
please see the [help page](http://exercism.io/languages/python).

exercises/all-your-base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ raise Exception("Meaningful message indicating the source of the error")
4747

4848
## Submitting Exercises
4949

50-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
50+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/all-your-base` directory.
5151

52-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
52+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
5353

5454
For more detailed information about running tests, code style and linting,
5555
please see the [help page](http://exercism.io/languages/python).

exercises/allergies/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ raise Exception("Meaningful message indicating the source of the error")
4545

4646
## Submitting Exercises
4747

48-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
48+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/allergies` directory.
4949

50-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
50+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
5151

5252
For more detailed information about running tests, code style and linting,
5353
please see the [help page](http://exercism.io/languages/python).

exercises/alphametics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ raise Exception("Meaningful message indicating the source of the error")
4747

4848
## Submitting Exercises
4949

50-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
50+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/alphametics` directory.
5151

52-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
52+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
5353

5454
For more detailed information about running tests, code style and linting,
5555
please see the [help page](http://exercism.io/languages/python).

exercises/anagram/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ raise Exception("Meaningful message indicating the source of the error")
2222

2323
## Submitting Exercises
2424

25-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
25+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/anagram` directory.
2626

27-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
27+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
2828

2929
For more detailed information about running tests, code style and linting,
3030
please see the [help page](http://exercism.io/languages/python).

exercises/armstrong-numbers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ raise Exception("Meaningful message indicating the source of the error")
2727

2828
## Submitting Exercises
2929

30-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
30+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/armstrong-numbers` directory.
3131

32-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
32+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
3333

3434
For more detailed information about running tests, code style and linting,
3535
please see the [help page](http://exercism.io/languages/python).

exercises/atbash-cipher/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ raise Exception("Meaningful message indicating the source of the error")
4444

4545
## Submitting Exercises
4646

47-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
47+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/atbash-cipher` directory.
4848

49-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
49+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
5050

5151
For more detailed information about running tests, code style and linting,
5252
please see the [help page](http://exercism.io/languages/python).

exercises/beer-song/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ raise Exception("Meaningful message indicating the source of the error")
336336

337337
## Submitting Exercises
338338

339-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
339+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/beer-song` directory.
340340

341-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
341+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
342342

343343
For more detailed information about running tests, code style and linting,
344344
please see the [help page](http://exercism.io/languages/python).

exercises/binary-search-tree/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ raise Exception("Meaningful message indicating the source of the error")
6969

7070
## Submitting Exercises
7171

72-
Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.
72+
Note that, when trying to submit an exercise, make sure the solution is in the `$EXERCISM_WORKSPACE/python/binary-search-tree` directory.
7373

74-
For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.
74+
You can find your Exercism workspace by running `exercism debug` and looking for the line that starts with `Workspace`.
7575

7676
For more detailed information about running tests, code style and linting,
7777
please see the [help page](http://exercism.io/languages/python).

0 commit comments

Comments
 (0)