Skip to content

Commit 6c1db64

Browse files
committed
Try getting ITensorMPS docstrings to show in docs
1 parent 68a5aab commit 6c1db64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/settings.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
using Documenter
22
using ITensors
3+
using ITensorMPS: ITensorMPS
34

45
DocMeta.setdocmeta!(ITensors, :DocTestSetup, :(using ITensors); recursive=true)
6+
DocMeta.setdocmeta!(ITensorMPS, :DocTestSetup, :(using ITensorMPS); recursive=true)
57

68
sitename = "ITensors.jl"
79

810
settings = Dict(
9-
:modules => [ITensors],
11+
:modules => [ITensors, ITensorMPS],
1012
:pages => [
1113
"Introduction" => "index.md",
1214
"Getting Started with ITensor" => [

0 commit comments

Comments
 (0)