Skip to content

Commit 2bbfd19

Browse files
committed
add doc versions
1 parent 6a67e93 commit 2bbfd19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

88
A `Julia` implementation of the Fourier Neural Operator conceived by [Zongyi et al.](https://arxiv.org/abs/2010.08895)
99
using (mainly) [Flux.jl](https://github.com/FluxML/Flux.jl) and [FFTW.jl](https://github.com/JuliaMath/FFTW.jl).

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ makedocs(;
2121

2222
deploydocs(;
2323
repo="github.com/pzimbrod/NeuralOperator.jl",
24+
devurl = "dev",
25+
versions = ["stable" => "v^", "v#.#", devurl => devurl],
2426
#devbranch="main",
2527
)

0 commit comments

Comments
 (0)