Skip to content

Commit

Permalink
Update links (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored May 6, 2024
1 parent 091f3a9 commit 9831d5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# DifferentiableFrankWolfe

<!-- [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://gdalle.github.io/DifferentiableFrankWolfe.jl/stable/) -->
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/DifferentiableFrankWolfe.jl/dev/)
[![Build Status](https://github.com/gdalle/DifferentiableFrankWolfe.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gdalle/DifferentiableFrankWolfe.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/gdalle/DifferentiableFrankWolfe.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/gdalle/DifferentiableFrankWolfe.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/DifferentiableFrankWolfe.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaDecisionFocusedLearning.github.io/DifferentiableFrankWolfe.jl/dev/)
[![Build Status](https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
<!-- [![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/D/DifferentiableFrankWolfe.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html) -->

Differentiable wrapper for [FrankWolfe.jl](https://github.com/ZIB-IOL/FrankWolfe.jl) convex optimization routines. Initially part of [InferOpt.jl](https://github.com/axelparmentier/InferOpt.jl).
8 changes: 6 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ makedocs(;
authors="Guillaume Dalle",
sitename="DifferentiableFrankWolfe.jl",
format=Documenter.HTML(;
canonical="https://gdalle.github.io/DifferentiableFrankWolfe.jl", edit_link="main"
canonical="https://JuliaDecisionFocusedLearning.github.io/DifferentiableFrankWolfe.jl",
edit_link="main",
),
pages=["Home" => "index.md", "Tutorial" => "tutorial.md"],
)

deploydocs(; repo="github.com/gdalle/DifferentiableFrankWolfe.jl", devbranch="main")
deploydocs(;
repo="github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl",
devbranch="main",
)

0 comments on commit 9831d5f

Please sign in to comment.