Skip to content

Commit

Permalink
Change git org from jlapeyre to JuliaMath in many places
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed May 4, 2023
1 parent 3ad2cb0 commit 56b4f39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

*Numerical inverse Laplace transform*

[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://jlapeyre.github.io/InverseLaplace.jl/latest)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jlapeyre.github.io/InverseLaplace.jl/stable)
[![Build Status](https://github.com/jlapeyre/InverseLaplace.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/jlapeyre/InverseLaplace.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/jlapeyre/InverseLaplace.jl/badge.svg?branch=master)](https://coveralls.io/github/jlapeyre/InverseLaplace.jl?branch=master)
[![codecov](https://codecov.io/gh/jlapeyre/InverseLaplace.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jlapeyre/InverseLaplace.jl)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaMath.github.io/InverseLaplace.jl/latest)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/InverseLaplace.jl/stable)
[![Build Status](https://github.com/JuliaMath/InverseLaplace.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaMath/InverseLaplace.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/JuliaMath/InverseLaplace.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/InverseLaplace.jl?branch=master)
[![codecov](https://codecov.io/gh/JuliaMath/InverseLaplace.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/InverseLaplace.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
[![JET QA](https://img.shields.io/badge/JET.jl-%E2%9C%88%EF%B8%8F-%23aa4444)](https://github.com/aviatesk/JET.jl)

This package implements some numerical methods for computing inverse Laplace transforms in Julia.

See the documentation https://jlapeyre.github.io/InverseLaplace.jl/latest .
See the documentation https://JuliaMath.github.io/InverseLaplace.jl/latest .
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

using Documenter, InverseLaplace

makedocs(
Expand All @@ -10,9 +11,9 @@ makedocs(
)

deploydocs(
repo = "github.com/jlapeyre/InverseLaplace.jl.git",
repo = "github.com/JuliaMath/InverseLaplace.jl.git",
target = "build",
julia = "0.7",
julia = "1.8",
osname = "linux",
deps = nothing,
make = nothing
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*Numerical inverse Laplace transform*

The source repository is [https://github.com/jlapeyre/InverseLaplace.jl](https://github.com/jlapeyre/InverseLaplace.jl).
The source repository is [https://github.com/JuliaMath/InverseLaplace.jl](https://github.com/JuliaMath/InverseLaplace.jl).

This package provides three algorithms for numerically inverting Laplace transforms.

Expand Down

0 comments on commit 56b4f39

Please sign in to comment.