Skip to content

Commit

Permalink
Update links following repo transfer (#16)
Browse files Browse the repository at this point in the history
* Update links following repo transfer

* Fix docs
  • Loading branch information
gdalle authored May 23, 2024
1 parent 2082c5f commit 01dd282
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ColPack

[![Build Status](https://github.com/michel2323/ColPack.jl/actions/workflows/Test.yml/badge.svg?branch=master)](https://github.com/michel2323/ColPack.jl/actions/workflows/Test.yml?query=branch%master)
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://michel2323.github.io/ColPack.jl/dev/)
[![Build Status](https://github.com/exanauts/ColPack.jl/actions/workflows/Test.yml/badge.svg?branch=master)](https://github.com/exanauts/ColPack.jl/actions/workflows/Test.yml?query=branch%master)
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://exanauts.github.io/ColPack.jl/stable/)
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://exanauts.github.io/ColPack.jl/dev/)

This is the Julia interface to [ColPack](https://github.com/CSCsw/ColPack) for graph and matrix coloring.

Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
ColPack = "ffa27691-3a59-46ab-a8d4-551f45b8d401"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "1.3"
13 changes: 3 additions & 10 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@ cp(joinpath(@__DIR__, "..", "README.md"), joinpath(@__DIR__, "src", "index.md");

makedocs(;
modules=[ColPack],
authors="Michel Schanen",
authors="Michel Schanen, Guillaume Dalle",
sitename="ColPack.jl",
format=Documenter.HTML(),
pages=[
"Home" => "index.md",
"Tutorial" => "tutorial.md",
"API reference" => "api.md",
],
pages=["Home" => "index.md", "Tutorial" => "tutorial.md", "API reference" => "api.md"],
)

deploydocs(;
repo="github.com/michel2323/ColPack.jl",
devbranch="master",
)
deploydocs(; repo="github.com/exanauts/ColPack.jl", devbranch="master")

0 comments on commit 01dd282

Please sign in to comment.