Skip to content

Commit 4521709

Browse files
committed
rename package
1 parent 2bbfd19 commit 4521709

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
# NeuralOperator.jl
2+
# OperatorLearning.jl
33

4-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://pzimbrod.github.io/NeuralOperator.jl/stable)
5-
[![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?query=branch%3Amaster++)
4+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://pzimbrod.github.io/OperatorLearning.jl/stable)
5+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://pzimbrod.github.io/OperatorLearning.jl/dev)
6+
[![Build Status](https://github.com/pzimbrod/OperatorLearning.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/pzimbrod/OperatorLearning.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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DocMeta.setdocmeta!(NeuralOperator, :DocTestSetup, :(using NeuralOperator); recu
66
makedocs(;
77
modules=[NeuralOperator],
88
authors="Patrick Zimbrod <patrick.zimbrod@gmail.com> and contributors",
9-
repo="https://github.com/pzimbrod/NeuralOperator.jl/blob/{commit}{path}#{line}",
10-
sitename="NeuralOperator.jl",
9+
repo="https://github.com/pzimbrod/OperatorLearning.jl/blob/{commit}{path}#{line}",
10+
sitename="OperatorLearning.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://pzimbrod.github.io/NeuralOperator.jl",
13+
canonical="https://pzimbrod.github.io/OperatorLearning.jl",
1414
assets=String[],
1515
),
1616
pages=[
@@ -20,8 +20,7 @@ makedocs(;
2020
)
2121

2222
deploydocs(;
23-
repo="github.com/pzimbrod/NeuralOperator.jl",
24-
devurl = "dev",
23+
repo="github.com/pzimbrod/OperatorLearning.jl",
2524
versions = ["stable" => "v^", "v#.#", devurl => devurl],
2625
#devbranch="main",
2726
)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = NeuralOperator
44

55
# NeuralOperator
66

7-
Documentation for [NeuralOperator](https://github.com/Patrick Zimbrod/NeuralOperator.jl).
7+
Documentation for [NeuralOperator](https://github.com/Patrick Zimbrod/OperatorLearning.jl).
88

99
```@index
1010
```

0 commit comments

Comments
 (0)