Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SUNRepresentations = "1a50b95c-7aac-476d-a9ce-2bfc675fc617"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

[compat]
Documenter = "1"
Expand Down
15 changes: 13 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,27 @@ pages = [
"lib/spaces.md", "lib/tensors.md",
],
"Index" => ["index/index.md"],
"Appendix" => ["appendix/categories.md"],
"Appendix" => ["appendix/categories.md", "appendix/symmetric_tutorial.md"],
]

mathengine = MathJax3(
Dict(
:loader => Dict("load" => ["[tex]/physics"]),
:tex => Dict(
"inlineMath" => [["\$", "\$"], ["\\(", "\\)"]],
"tags" => "ams",
"packages" => ["base", "ams", "autoload", "physics"]
)
)
)

makedocs(;
modules = [TensorKit, TensorKitSectors],
sitename = "TensorKit.jl",
authors = "Jutho Haegeman",
warnonly = [:missing_docs, :cross_references],
format = Documenter.HTML(;
prettyurls = true, mathengine = MathJax(), assets = ["assets/custom.css"]
prettyurls = true, mathengine, assets = ["assets/custom.css"]
),
pages = pages,
pagesonly = true,
Expand Down
91 changes: 91 additions & 0 deletions docs/src/appendix/img/symmetric_tutorial/Fib_fusiontrees.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading