File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# DistMesh
2
2
3
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://sjkelly .github.io/DistMesh.jl/stable )
4
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://sjkelly .github.io/DistMesh.jl/dev )
5
- [ ![ Build Status] ( https://travis-ci.com/sjkelly /DistMesh.jl.svg?branch=master )] ( https://travis-ci.com/sjkelly /DistMesh.jl )
6
- [ ![ Codecov] ( https://codecov.io/gh/sjkelly /DistMesh.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sjkelly /DistMesh.jl )
7
- [ ![ Coveralls] ( https://coveralls.io/repos/github/sjkelly /DistMesh.jl/badge.svg?branch=master )] ( https://coveralls.io/github/sjkelly /DistMesh.jl?branch=master )
3
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliageometry .github.io/DistMesh.jl/stable )
4
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliageometry .github.io/DistMesh.jl/dev )
5
+ [ ![ Build Status] ( https://travis-ci.com/juliageometry /DistMesh.jl.svg?branch=master )] ( https://travis-ci.com/juliageometry /DistMesh.jl )
6
+ [ ![ Codecov] ( https://codecov.io/gh/juliageometry /DistMesh.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/juliageometry /DistMesh.jl )
7
+ [ ![ Coveralls] ( https://coveralls.io/repos/github/juliageometry /DistMesh.jl/badge.svg?branch=master )] ( https://coveralls.io/github/juliageometry /DistMesh.jl?branch=master )
8
8
9
- The objective of this package is to provide a Matlab-to- Julia port of the DistMesh software by Per-Olof Persson.
9
+ The package provides a Julia port of the [ DistMesh] ( http://persson.berkeley.edu/distmesh/ ) algorithm developed by [ Per-Olof Persson] ( http://persson.berkeley.edu/ ) .
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ makedocs(;
6
6
pages= [
7
7
" Home" => " index.md" ,
8
8
],
9
- repo= " https://github.com/sjkelly /DistMesh.jl/blob/{commit}{path}#L{line}" ,
9
+ repo= " https://github.com/juliageometry /DistMesh.jl/blob/{commit}{path}#L{line}" ,
10
10
sitename= " DistMesh.jl" ,
11
11
authors
= " Steve Kelly <[email protected] >" ,
12
12
assets= String[],
13
13
)
14
14
15
15
deploydocs (;
16
- repo= " github.com/sjkelly /DistMesh.jl" ,
16
+ repo= " github.com/juliageometry /DistMesh.jl" ,
17
17
)
You can’t perform that action at this time.
0 commit comments