Skip to content

Commit 71a3104

Browse files
committed
continue doc 1.0 upgrade
1 parent 5dc7f53 commit 71a3104

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ makedocs(
2323
authors="Chris Rackauckas",
2424
modules=[Symbolics,SymbolicUtils],
2525
clean=true, doctest=false, linkcheck = true,
26+
warnonly = [:docs_block, :missing_docs, :cross_references],
2627
format = Documenter.HTML(assets = ["assets/favicon.ico"],
2728
mathengine = mathengine,
2829
canonical="https://docs.sciml.ai/Symbolics/stable/"),

docs/src/getting_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ a function via a sparse matrix. For example:
328328
using LinearAlgebra
329329
N = 8
330330
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]))
331+
show(A)
331332
```
332333

333334
Now we call `build_function`:

0 commit comments

Comments
 (0)