We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24638f5 commit a22e897Copy full SHA for a22e897
src/AsynchronousIterativeAlgorithms.jl
@@ -5,7 +5,7 @@ designing your algorithm.
5
It also offers a convenient way to manage the distribution of your problem's data across multiple processes or
6
remote machines.
7
8
-A full manual is available at https://selim78.github.io/AsynchronousIterativeAlgorithms.jl/dev/
+A full manual is available at https://SelimChraibi.github.io/AsynchronousIterativeAlgorithms.jl/dev/
9
"""
10
module AsynchronousIterativeAlgorithms
11
@@ -14,4 +14,4 @@ module AsynchronousIterativeAlgorithms
14
include("start.jl")
15
include("algorithm_wrappers.jl")
16
17
-end
+end
0 commit comments