Skip to content

Commit

Permalink
Try getting ITensorMPS docstrings to show in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 22, 2024
1 parent 68a5aab commit 6c1db64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/settings.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
using Documenter
using ITensors
using ITensorMPS: ITensorMPS

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

sitename = "ITensors.jl"

settings = Dict(
:modules => [ITensors],
:modules => [ITensors, ITensorMPS],
:pages => [
"Introduction" => "index.md",
"Getting Started with ITensor" => [
Expand Down

0 comments on commit 6c1db64

Please sign in to comment.