Skip to content

Commit 12be621

Browse files
author
Avik Pal
committed
:|
1 parent 1032b2c commit 12be621

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/make.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
using LinearSolvers
1+
using LinearSolve
22
using Documenter
33

4-
DocMeta.setdocmeta!(LinearSolvers, :DocTestSetup, :(using LinearSolvers); recursive=true)
4+
DocMeta.setdocmeta!(LinearSolve, :DocTestSetup, :(using LinearSolve); recursive=true)
55

66
makedocs(;
7-
modules=[LinearSolvers],
7+
modules=[LinearSolve],
88
authors="Jonathan <[email protected]> and contributors",
9-
repo="https://github.com/SciML/LinearSolvers.jl/blob/{commit}{path}#{line}",
9+
repo="https://github.com/SciML/LinearSolve.jl/blob/{commit}{path}#{line}",
1010
sitename="LinearSolvers.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
@@ -19,5 +19,5 @@ makedocs(;
1919
)
2020

2121
deploydocs(;
22-
repo="github.com/SciML/LinearSolvers.jl",
22+
repo="github.com/SciML/LinearSolve.jl",
2323
)

docs/src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
```@meta
2-
CurrentModule = LinearSolvers
2+
CurrentModule = LinearSolve
33
```
44

5-
# LinearSolvers
5+
# LinearSolve
66

7-
Documentation for [LinearSolvers](https://github.com/SciML/LinearSolvers.jl).
7+
Documentation for [LinearSolve](https://github.com/SciML/LinearSolve.jl).
88

99
```@index
1010
```
1111

1212
```@autodocs
13-
Modules = [LinearSolvers]
13+
Modules = [LinearSolve]
1414
```

0 commit comments

Comments
 (0)