Skip to content

Commit 58f23c2

Browse files
Merge pull request #91 from ArnoStrouwen/canon
canonify docs
2 parents 22ed463 + effa015 commit 58f23c2

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# NonlinearSolve.jl
22

33
[![Join the chat at https://julialang.zulipchat.com #sciml-bridged](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
4-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](http://nonlinearsolve.sciml.ai/stable/)
5-
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/modules/NonlinearSolve/)
4+
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/NonlinearSolve/stable/)
65

76
[![codecov](https://codecov.io/gh/SciML/NonlinearSolve.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/NonlinearSolve.jl)
87
[![Build Status](https://github.com/SciML/NonlinearSolve.jl/workflows/CI/badge.svg)](https://github.com/SciML/NonlinearSolve.jl/actions?query=workflow%3ACI)
@@ -16,8 +15,8 @@
1615
Fast implementations of root finding algorithms in Julia that satisfy the SciML common interface.
1716

1817
For information on using the package,
19-
[see the stable documentation](https://nonlinearsolve.sciml.ai/stable/). Use the
20-
[in-development documentation](https://nonlinearsolve.sciml.ai/dev/) for the version of
18+
[see the stable documentation](https://docs.sciml.ai/NonlinearSolve/stable/). Use the
19+
[in-development documentation](https://docs.sciml.ai/NonlinearSolve/dev/) for the version of
2120
the documentation which contains the unreleased features.
2221

2322
## High Level Examples

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(sitename = "NonlinearSolve.jl",
88
clean = true, doctest = false,
99
format = Documenter.HTML(analytics = "UA-90474609-3",
1010
assets = ["assets/favicon.ico"],
11-
canonical = "https://nonlinearsolve.sciml.ai/stable/"),
11+
canonical = "https://docs.sciml.ai/NonlinearSolve/stable/"),
1212
pages = pages)
1313

1414
deploydocs(repo = "github.com/SciML/NonlinearSolve.jl.git";

docs/src/basics/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ MATLAB 2022a achieves 1.66s. Try this code yourself: we receive 0.06 seconds, or
3535
This example is still not optimized in the Julia code and we expect an improvement in a near
3636
future version.
3737

38-
For more information on performance of SciML, see the [SciMLBenchmarks](https://github.com/SciML/SciMLBenchmarks.jl)
38+
For more information on performance of SciML, see the [SciMLBenchmarks](https://docs.sciml.ai/SciMLBenchmarksOutput/stable/)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ability to use sparse automatic differentiation for Jacobian construction and
77
Jacobian-vector products. It interfaces with other packages of the Julia ecosystem
88
to make it easy to test alternative solver packages and pass small types to
99
control algorithm swapping. It also interfaces with the
10-
[ModelingToolkit.jl](https://mtk.sciml.ai/dev/) world of symbolic modeling to
10+
[ModelingToolkit.jl](https://docs.sciml.ai/ModelingToolkit/stable/) world of symbolic modeling to
1111
allow for automatically generating high-performance code.
1212

1313
Performance is key: the current methods are made to be highly performant on

0 commit comments

Comments
 (0)