Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Augustus

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://DilumAluthge.github.io/Augustus.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://DilumAluthge.github.io/Augustus.jl/dev)
[![CI](https://github.com/DilumAluthge/Augustus.jl/workflows/CI/badge.svg)](https://github.com/DilumAluthge/Augustus.jl/actions?query=workflow%3ACI)
[![CI (Julia nightly)](https://github.com/DilumAluthge/Augustus.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/DilumAluthge/Augustus.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22)
[![Coverage](https://codecov.io/gh/DilumAluthge/Augustus.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/DilumAluthge/Augustus.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLinearAlgebra.github.io/Augustus.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLinearAlgebra.github.io/Augustus.jl/dev)
[![CI](https://github.com/JuliaLinearAlgebra/Augustus.jl/workflows/CI/badge.svg)](https://github.com/JuliaLinearAlgebra/Augustus.jl/actions?query=workflow%3ACI)
[![CI (Julia nightly)](https://github.com/JuliaLinearAlgebra/Augustus.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/JuliaLinearAlgebra/Augustus.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22)
[![Coverage](https://codecov.io/gh/JuliaLinearAlgebra/Augustus.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLinearAlgebra/Augustus.jl)

Standing on the shoulders of [Gaius](https://github.com/MasonProtter/Gaius.jl).

Please see the [documentation](https://DilumAluthge.github.io/Augustus.jl/stable).
Please see the [documentation](https://JuliaLinearAlgebra.github.io/Augustus.jl/stable).
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ using Documenter
makedocs(;
modules=[Augustus],
authors="Mason Protter, Chris Elrod, Dilum Aluthge, and contributors",
repo="https://github.com/DilumAluthge/Augustus.jl/blob/{commit}{path}#L{line}",
repo="https://github.com/JuliaLinearAlgebra/Augustus.jl/blob/{commit}{path}#L{line}",
sitename="Augustus.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://DilumAluthge.github.io/Augustus.jl",
canonical="https://JuliaLinearAlgebra.github.io/Augustus.jl",
assets=String[],
),
pages=[
Expand All @@ -19,5 +19,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/DilumAluthge/Augustus.jl",
repo="github.com/JuliaLinearAlgebra/Augustus.jl",
)
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ CurrentModule = Augustus

Standing on the shoulders of [Gaius](https://github.com/MasonProtter/Gaius.jl).

The source code for this package is available in the [GitHub repository](https://github.com/DilumAluthge/Augustus.jl).
The source code for this package is available in the [GitHub repository](https://github.com/JuliaLinearAlgebra/Augustus.jl).