Skip to content

Commit 85a4eb2

Browse files
authored
Merge pull request #670 from iKostanOrg/kyu5
Merge pull request #669 from iKostanOrg/master
2 parents e2c3f11 + e01b591 commit 85a4eb2

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for CI or a build tool.
106106
becomes visible in the list of available interpreters. Click
107107
**OK** to apply the changes.
108108

109-
For more info please [check here](https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html)
109+
[For more info please check here](https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html)
110110
</details>
111111

112112
<details>
@@ -345,11 +345,10 @@ Step by step:
345345
<details>
346346
<summary>Read-the-docs build fails with “cannot import name 'PackageFinder' from 'pip._internal.index'</summary>
347347
348-
The issue and the fix are described in read-the-docs issue
349-
[#6554](https://github.com/readthedocs/readthedocs.org/issues/6554):
348+
The issue and the fix are described in
349+
[read-the-docs issue #6554](https://github.com/readthedocs/readthedocs.org/issues/6554):
350350
351-
The fix is to wipe out the build environment as follows (this is taken
352-
from [here](https://docs.readthedocs.io/en/stable/guides/wipe-environment.html)):
351+
The fix is to wipe out the build environment as follows ([the source see here](https://docs.readthedocs.io/en/stable/guides/wipe-environment.html)):
353352
354353
* Log in to read-the-docs
355354
* Go to Versions
@@ -449,4 +448,4 @@ To install Chocolatey:
449448
| 9 | babel | Babel is an integrated collection of utilities that assist in internationalizing and localizing Python applications, with an emphasis on web-based applications. | [Source](https://pypi.org/project/babel/) |
450449
<!-- markdownlint-enable MD013 -->
451450
452-
Full list of dependencies see [here.](https://github.com/iKostanOrg/codewars/blob/master/requirements.txt)
451+
[Full list of dependencies see here.](https://github.com/iKostanOrg/codewars/blob/master/requirements.txt)

kyu_5/did_i_finish_my_sudoku/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Valid board example:
5454
![Sudoku](https://github.com/ikostan/codewars/blob/master/img/Sudoku_solution.png)
5555

5656
For those who don't know the game, here are some information about rules and how
57-
to play [Sudoku](http://en.wikipedia.org/wiki/Sudoku) and [here.](http://www.sudokuessentials.com/)
57+
to play [Sudoku](http://en.wikipedia.org/wiki/Sudoku) and [more rules here.](http://www.sudokuessentials.com/)
5858

5959
[Source](https://www.codewars.com/kata/53db96041f1a7d32dc0004d2)

kyu_5/number_of_trailing_zeros_of_n/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ in a factorial of a given number.
77

88
Be careful 1000! has 2568 digits...
99

10-
For more info, see [here](http://mathworld.wolfram.com/Factorial.html)
10+
[For more info, see here](http://mathworld.wolfram.com/Factorial.html)
1111

1212
## Examples
1313

kyu_6/disease_spread/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ that will recover.
2626

2727
We can transform equations (1), (2), (3) in finite differences.
2828
<!-- markdownlint-disable MD013 -->
29-
For more info see [here](https://en.wikipedia.org/wiki/Finite_difference_method#Example:_ordinary_differential_equation) and [here](http://www.codewars.com/kata/56347fcfd086de8f11000014)
29+
[For more info see here](https://en.wikipedia.org/wiki/Finite_difference_method#Example:_ordinary_differential_equation) and [additional sources here](http://www.codewars.com/kata/56347fcfd086de8f11000014)
3030
<!-- markdownlint-enable MD013 -->
3131

3232
```text

0 commit comments

Comments
 (0)