@@ -2,54 +2,54 @@ using ITensorMPS
22using ITensors
33using Documenter: Documenter, DocMeta, deploydocs, makedocs
44
5- DocMeta. setdocmeta! (ITensorMPS, :DocTestSetup , :(using ITensorMPS); recursive= true )
6- DocMeta. setdocmeta! (ITensors, :DocTestSetup , :(using ITensors); recursive= true )
5+ DocMeta. setdocmeta! (ITensorMPS, :DocTestSetup , :(using ITensorMPS); recursive = true )
6+ DocMeta. setdocmeta! (ITensors, :DocTestSetup , :(using ITensors); recursive = true )
77
88include (" make_index.jl" )
99
1010makedocs (;
11- # Allows using ITensors.jl docstrings in ITensorMPS.jl documentation:
12- # https://github.com/JuliaDocs/Documenter.jl/issues/1734
13- modules= [ITensorMPS, ITensors],
14- authors= " ITensor developers <support@itensor.org> and contributors" ,
15- sitename= " ITensorMPS.jl" ,
16- format= Documenter. HTML (;
17- canonical= " https://itensor.github.io/ITensorMPS.jl" ,
18- edit_link= " main" ,
19- assets= [" assets/favicon.ico" , " assets/extras.css" ],
20- prettyurls= false ,
21- ),
22- pages= [
23- " Home" => " index.md" ,
24- " Tutorials" => [
25- " DMRG" => " tutorials/DMRG.md" ,
26- " Quantum Number Conserving DMRG" => " tutorials/QN_DMRG.md" ,
27- " MPS Time Evolution" => " tutorials/MPSTimeEvolution.md" ,
11+ # Allows using ITensors.jl docstrings in ITensorMPS.jl documentation:
12+ # https://github.com/JuliaDocs/Documenter.jl/issues/1734
13+ modules = [ITensorMPS, ITensors],
14+ authors = " ITensor developers <support@itensor.org> and contributors" ,
15+ sitename = " ITensorMPS.jl" ,
16+ format = Documenter. HTML (;
17+ canonical = " https://itensor.github.io/ITensorMPS.jl" ,
18+ edit_link = " main" ,
19+ assets = [" assets/favicon.ico" , " assets/extras.css" ],
20+ prettyurls = false ,
21+ ),
22+ pages = [
23+ " Home" => " index.md" ,
24+ " Tutorials" => [
25+ " DMRG" => " tutorials/DMRG.md" ,
26+ " Quantum Number Conserving DMRG" => " tutorials/QN_DMRG.md" ,
27+ " MPS Time Evolution" => " tutorials/MPSTimeEvolution.md" ,
28+ ],
29+ " Code Examples" => [
30+ " MPS and MPO Examples" => " examples/MPSandMPO.md" ,
31+ " DMRG Examples" => " examples/DMRG.md" ,
32+ " Physics (SiteType) System Examples" => " examples/Physics.md" ,
33+ ],
34+ " Documentation" => [
35+ " MPS and MPO" => " MPSandMPO.md" ,
36+ " SiteType and op, state, val functions" => " SiteType.md" ,
37+ " SiteTypes Included with ITensor" => " IncludedSiteTypes.md" ,
38+ " DMRG" => [
39+ " DMRG.md" ,
40+ " Sweeps.md" ,
41+ " ProjMPO.md" ,
42+ " ProjMPOSum.md" ,
43+ " Observer.md" ,
44+ " DMRGObserver.md" ,
45+ ],
46+ " OpSum" => " OpSum.md" ,
47+ ],
48+ " Frequently Asked Questions" =>
49+ [" DMRG FAQs" => " faq/DMRG.md" , " Quantum Number (QN) FAQs" => " faq/QN.md" ],
50+ " HDF5 File Formats" => " HDF5FileFormats.md" ,
2851 ],
29- " Code Examples" => [
30- " MPS and MPO Examples" => " examples/MPSandMPO.md" ,
31- " DMRG Examples" => " examples/DMRG.md" ,
32- " Physics (SiteType) System Examples" => " examples/Physics.md" ,
33- ],
34- " Documentation" => [
35- " MPS and MPO" => " MPSandMPO.md" ,
36- " SiteType and op, state, val functions" => " SiteType.md" ,
37- " SiteTypes Included with ITensor" => " IncludedSiteTypes.md" ,
38- " DMRG" => [
39- " DMRG.md" ,
40- " Sweeps.md" ,
41- " ProjMPO.md" ,
42- " ProjMPOSum.md" ,
43- " Observer.md" ,
44- " DMRGObserver.md" ,
45- ],
46- " OpSum" => " OpSum.md" ,
47- ],
48- " Frequently Asked Questions" =>
49- [" DMRG FAQs" => " faq/DMRG.md" , " Quantum Number (QN) FAQs" => " faq/QN.md" ],
50- " HDF5 File Formats" => " HDF5FileFormats.md" ,
51- ],
52- warnonly= true ,
52+ warnonly = true ,
5353)
5454
55- deploydocs (; repo= " github.com/ITensor/ITensorMPS.jl" , devbranch= " main" , push_preview= true )
55+ deploydocs (; repo = " github.com/ITensor/ITensorMPS.jl" , devbranch = " main" , push_preview = true )
0 commit comments