Skip to content

Commit 2a6d0bf

Browse files
committed
update documentation
1 parent 61053d4 commit 2a6d0bf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
44
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
55

66
[compat]
7-
Documenter = "0.23"
7+
Documenter = "0.24"

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ makedocs(
1717
],
1818
"Extending" => "extending.md",
1919
],
20-
# doctest=:fix
2120
)
2221

2322
deploydocs(repo = "github.com/JuliaMath/Polynomials.jl.git")

docs/src/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Polynomial(0.5 - 0.5*x^2)
5959
gcd
6060
```
6161

62-
## Mathematical Function
62+
## Mathematical Functions
6363

6464
```@docs
6565
zero

0 commit comments

Comments
 (0)