File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33
44[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://pzimbrod.github.io/NeuralOperator.jl/stable )
55[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://pzimbrod.github.io/NeuralOperator.jl/dev )
6- [ ![ Build Status] ( https://github.com/pzimbrod/NeuralOperator.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/pzimbrod/NeuralOperator.jl/actions/workflows/CI.yml )
6+ [ ![ Build Status] ( https://github.com/pzimbrod/NeuralOperator.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/pzimbrod/NeuralOperator.jl/actions/workflows/CI.yml?query=branch%3Amaster++ )
77
88A ` Julia ` implementation of the Fourier Neural Operator conceived by [ Zongyi et al.] ( https://arxiv.org/abs/2010.08895 )
99using (mainly) [ Flux.jl] ( https://github.com/FluxML/Flux.jl ) and [ FFTW.jl] ( https://github.com/JuliaMath/FFTW.jl ) .
Original file line number Diff line number Diff line change @@ -21,5 +21,7 @@ makedocs(;
2121
2222deploydocs (;
2323 repo= " github.com/pzimbrod/NeuralOperator.jl" ,
24+ devurl = " dev" ,
25+ versions = [" stable" => " v^" , " v#.#" , devurl => devurl],
2426 # devbranch="main",
2527)
You can’t perform that action at this time.
0 commit comments