You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)):
353
352
354
353
* Log in to read-the-docs
355
354
* Go to Versions
@@ -449,4 +448,4 @@ To install Chocolatey:
449
448
| 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/) |
450
449
<!-- markdownlint-enable MD013 -->
451
450
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)
Copy file name to clipboardExpand all lines: kyu_6/disease_spread/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ that will recover.
26
26
27
27
We can transform equations (1), (2), (3) in finite differences.
28
28
<!-- 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)
0 commit comments