Skip to content

Commit

Permalink
continue doc 1.0 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Oct 18, 2023
1 parent 5dc7f53 commit 71a3104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ makedocs(
authors="Chris Rackauckas",
modules=[Symbolics,SymbolicUtils],
clean=true, doctest=false, linkcheck = true,
warnonly = [:docs_block, :missing_docs, :cross_references],
format = Documenter.HTML(assets = ["assets/favicon.ico"],
mathengine = mathengine,
canonical="https://docs.sciml.ai/Symbolics/stable/"),
Expand Down
1 change: 1 addition & 0 deletions docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ a function via a sparse matrix. For example:
using LinearAlgebra
N = 8
A = sparse(Tridiagonal([x^i for i in 1:N-1], [x^i * y^(8-i) for i in 1:N], [y^i for i in 1:N-1]))
show(A)
```

Now we call `build_function`:
Expand Down

0 comments on commit 71a3104

Please sign in to comment.