Skip to content

Commit cc5e33b

Browse files
Jutholkdvos
andauthored
Documentation update/overhaul (part I) (#289)
* docs update part 1 * some spaces restructuring * some more vector space changes * require TensorKitSectors 0.3.1 * fix bug in generalspace * some updates on spaces docs * Apply suggestions from code review Co-authored-by: Lukas Devos <[email protected]> * update innerproductstyle docstring * restore TensorKitSectors version * restore TensorKitSectors version second attempt * Apply suggestions from code review Co-authored-by: Lukas Devos <[email protected]> --------- Co-authored-by: Lukas Devos <[email protected]>
1 parent feab207 commit cc5e33b

40 files changed

+528
-363
lines changed

docs/make.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ links = InterLinks(
1313
pages = [
1414
"Home" => "index.md",
1515
"Manual" => [
16-
"man/intro.md", "man/tutorial.md", "man/categories.md",
16+
"man/intro.md", "man/tutorial.md",
1717
"man/spaces.md", "man/sectors.md", "man/tensors.md",
1818
],
19-
"Library" => ["lib/sectors.md", "lib/spaces.md", "lib/tensors.md"],
19+
"Library" => [
20+
"lib/sectors.md", "lib/fusiontrees.md",
21+
"lib/spaces.md", "lib/tensors.md",
22+
],
2023
"Index" => ["index/index.md"],
24+
"Appendix" => ["appendix/categories.md"],
2125
]
2226

2327
makedocs(;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)