Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from foldfelis/master
Browse files Browse the repository at this point in the history
Update links for transferred project
  • Loading branch information
foldfelis authored Feb 22, 2022
2 parents 36f9d74 + 434770a commit f47637f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

| **Documentation** | **Build Status** |
|:-----------------:|:----------------:|
| [![doc dev badge]][doc dev link] | [![ci badge]][ci link] [![codecov badge]][codecov link] |
| [![doc stable badge]][doc stable link] | [![ci badge]][ci link] [![codecov badge]][codecov link] |

[doc dev badge]: https://img.shields.io/badge/docs-dev-blue.svg
[doc dev link]: https://foldfelis.github.io/NeuralOperators.jl//dev
[doc stable badge]: https://img.shields.io/badge/docs-stable-blue.svg
[doc stable link]: http://neuraloperators.sciml.ai/stable/

[ci badge]: https://github.com/foldfelis/NeuralOperators.jl/actions/workflows/CI.yml/badge.svg
[ci link]: https://github.com/foldfelis/NeuralOperators.jl/actions/workflows/CI.yml
[codecov badge]: https://codecov.io/gh/foldfelis/NeuralOperators.jl/branch/master/graph/badge.svg?token=JQH3MP1Y9R
[codecov link]: https://codecov.io/gh/foldfelis/NeuralOperators.jl
[ci badge]: https://github.com/SciML/NeuralOperators.jl/actions/workflows/CI.yml/badge.svg
[ci link]: https://github.com/SciML/NeuralOperators.jl/actions/workflows/CI.yml
[codecov badge]: https://codecov.io/gh/SciML/NeuralOperators.jl/branch/master/graph/badge.svg
[codecov link]: https://codecov.io/gh/SciML/NeuralOperators.jl

| **Ground Truth** | **Inferenced** |
|:----------------:|:--------------:|
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(NeuralOperators, :DocTestSetup, :(using NeuralOperators); re
makedocs(;
modules=[NeuralOperators],
authors="JingYu Ning <[email protected]> and contributors",
repo="https://github.com/foldfelis/NeuralOperators.jl/blob/{commit}{path}#{line}",
repo="https://github.com/SciML/NeuralOperators.jl/blob/{commit}{path}#{line}",
sitename="NeuralOperators.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://foldfelis.github.io/NeuralOperators.jl",
canonical="http://neuraloperators.sciml.ai",
assets=String[],
),
pages=[
Expand All @@ -20,5 +20,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/foldfelis/NeuralOperators.jl",
repo="github.com/SciML/NeuralOperators.jl",
)

0 comments on commit f47637f

Please sign in to comment.