Skip to content

Commit

Permalink
docs: Remove submit path section from README's (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored and robkeim committed Feb 8, 2018
1 parent 152c8ca commit 188cbe4
Show file tree
Hide file tree
Showing 117 changed files with 0 additions and 351 deletions.
3 changes: 0 additions & 3 deletions config/exercise_readme.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
{{- with .Hints }}
{{ . }}
{{ end }}
### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/{{ .Spec.Slug }}` directory.
{{ with .Spec.Credits }}
## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/accumulate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Solve this one yourself using other basic tools instead.
## Hints
This exercise requires you to write an extension method. For more information, see [this page](https://msdn.microsoft.com/en-us//library/bb383977.aspx).

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/accumulate` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/acronym/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Techies love their TLA (Three Letter Acronyms)!
Help generate some jargon by writing a program that converts a long name
like Portable Network Graphics to its acronym (PNG).

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/acronym` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/all-your-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ I think you got the idea!

*Yes. Those three numbers above are exactly the same. Congratulations!*

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/all-your-base` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/allergies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ score is 257, your program should only report the eggs (1) allergy.
## Hints
This exercise requires you to use bitwise operations. For more information, see [this page](https://msdn.microsoft.com/en-us/library/6a71f45d.aspx).

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/allergies` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/alphametics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ Try to find a more sophisticated solution.
- Hint: You could try the column-wise addition algorithm that is usually taught in school.


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/alphametics` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/anagram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Given `"listen"` and a list of candidates like `"enlists" "google"
"inlets" "banana"` the program should return a list containing
`"inlets"`.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/anagram` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/armstrong-numbers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ For example:

Write some code to determine whether a number is an Armstrong number.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/armstrong-numbers` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/atbash-cipher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ things based on word boundaries.
- Decoding `gvhg` gives `test`
- Decoding `gsvjf rxpyi ldmul cqfnk hlevi gsvoz abwlt` gives `thequickbrownfoxjumpsoverthelazydog`

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/atbash-cipher` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/bank-account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ This exercise requires you to handle data related to currency and money. A norma
Note though that you then only store the numeric value of a currency.


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/bank-account` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/beer-song/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ experiment make the code better? Worse? Did you learn anything from it?
## Hints
- Try to capture the structure of the song in your code, where you build up the song by composing its parts.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/beer-song` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/binary-search-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ And if we then added 1, 5, and 7, it would look like this
/ \ / \
1 3 5 7

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/binary-search-tree` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/binary-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ A binary search halves the number of items to check with each iteration,
so locating an item (or determining its absence) takes logarithmic time.
A binary search is a dichotomic divide and conquer search algorithm.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/binary-search` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ Binary is similar, but uses powers of 2 rather than powers of 10.

So: `101 => 1*2^2 + 0*2^1 + 1*2^0 => 1*4 + 0*2 + 1*1 => 4 + 1 => 5 base 10`.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/binary` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/bob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ anything.

He answers 'Whatever.' to anything else.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/bob` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/book-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ For a total of $51.20

And $51.20 is the price with the biggest discount.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/book-store` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/bowling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ support two operations:
* `score() : int` is called only at the very end of the game. It
returns the total score for that game.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/bowling` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/bracket-push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
Given a string containing brackets `[]`, braces `{}` and parentheses `()`,
verify that all the pairs are matched and nested correctly.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/bracket-push` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/change/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ that the sum of the coins' value would equal the correct amount of change.
- Can you ask for negative change?
- Can you ask for a change value smaller than the smallest coin value?

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/change` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/circular-buffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ the buffer is once again full.

[D][7][8][9][A][B][C]

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/circular-buffer` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/clock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ For more information, see [this page]
(https://docs.microsoft.com/en-us/dotnet/core/api/System.IEquatable-1) .


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/clock` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/collatz-conjecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ Starting with n = 12, the steps would be as follows:

Resulting in 9 steps. So for input n = 12, the return value would be 9.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/collatz-conjecture` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/complex-numbers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ Implement the following operations:

Assume the programming language you are using does not have an implementation of complex numbers.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/complex-numbers` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ the representation passed to your code):
the above example `O` has made a connection from left to right but nobody has
won since `O` didn't connect top and bottom.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/connect` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/crypto-square/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ aohghn
sseoau
```

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/crypto-square` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/custom-set/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ For more information, see [this page]
(https://docs.microsoft.com/en-us/dotnet/core/api/System.IEquatable-1) .


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/custom-set` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/diamond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ In order to facilitate propery-based testing, the tests in this exercise leverag

If you would like more information on property-based testing, see [this article](http://www.erikschierboom.com/2016/02/22/property-based-testing/).

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/diamond` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/difference-of-squares/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ This exercise requires you to process a collection of data. You can simplify you
For more information, see [this page]
(https://docs.microsoft.com/en-us/dotnet/articles/standard/using-linq).

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/difference-of-squares` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/diffie-hellman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ This exercise requires you to perform calculations on large numbers. To correctl
[BigInteger](https://msdn.microsoft.com/en-us/library/system.numerics.biginteger(v=vs.110).aspx) struct is used.


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/diffie-hellman` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/dominoes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ For stones `[1|2]`, `[4|1]` and `[2|3]` the resulting chain is not valid: `[4|1]

Some test cases may use duplicate stones in a chain solution, assume that multiple Domino sets are being used.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/dominoes` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/dot-dsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ Create a DSL similar to the dot language.
## Hints
This exercise requires you to implement classes with a custom equality check. For more information, see [this page](https://msdn.microsoft.com/en-us/library/bsc2ak47(v=vs.110).aspx).

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/dot-dsl` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/error-handling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ This exercise requires you to handle various errors. Because error handling
is rather programming language specific you'll have to refer to the tests
for your track to see what's exactly required.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/error-handling` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/etl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ variety of languages, each with its own unique scoring table. For
example, an "E" is scored at 2 in the Māori-language version of the
game while being scored at 4 in the Hawaiian-language version.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/etl` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/flatten-array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ input: [1,[2,3,null,4],[null],5]

output: [1,2,3,4,5]

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/flatten-array` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/food-chain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ She's dead, of course!
- Try to capture the structure of the song in your code, where you build up the song by composing its parts.


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/food-chain` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/forth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Words are case-insensitive.
- To parse the text, you could try to use the [Sprache](https://github.com/sprache/Sprache/blob/develop/README.md) library. You can also find a good tutorial [here](https://www.thomaslevesque.com/2017/02/23/easy-text-parsing-in-c-with-sprache/).


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/forth` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/gigasecond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Calculate the moment when someone has lived for 10^9 seconds.

A gigasecond is 10^9 (1,000,000,000) seconds.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/gigasecond` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/go-counting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ For more information see
[wikipedia](https://en.wikipedia.org/wiki/Go_%28game%29) or [Sensei's
Library](http://senseis.xmp.net/).

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/go-counting` directory.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
3 changes: 0 additions & 3 deletions exercises/grade-school/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ are some additional things you could try:
Then please share your thoughts in a comment on the submission. Did this
experiment make the code better? Worse? Did you learn anything from it?

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/grade-school` directory.

## Source

Expand Down
3 changes: 0 additions & 3 deletions exercises/grains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ are some additional things you could try:
Then please share your thoughts in a comment on the submission. Did this
experiment make the code better? Worse? Did you learn anything from it?

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/grains` directory.

## Source

Expand Down
Loading

0 comments on commit 188cbe4

Please sign in to comment.