Skip to content

Commit acf4b8e

Browse files
committed
docs update step 1: spaces
1 parent ec78a85 commit acf4b8e

32 files changed

Lines changed: 211 additions & 154 deletions

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
34
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
45
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
56
TensorKitSectors = "13a9c161-d5da-41f0-bcbd-e1a08ae0647f"

docs/make.jl

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ using Random
33
using TensorKit, TensorKitSectors
44

55
pages = ["Home" => "index.md",
6-
"Manual" => ["man/intro.md", "man/tutorial.md", "man/categories.md",
6+
"Manual" => ["man/intro.md", "man/tutorial.md",
77
"man/spaces.md", "man/sectors.md", "man/tensors.md"],
88
"Library" => ["lib/sectors.md", "lib/spaces.md", "lib/tensors.md"],
9-
"Index" => ["index/index.md"]]
9+
"Index" => ["index/index.md"],
10+
"Appendix" => ["appendix/categories.md"]]
1011

11-
makedocs(; modules=[TensorKit, TensorKitSectors],
12+
makedocs(;
13+
modules=[TensorKit, TensorKitSectors],
1214
sitename="TensorKit.jl",
1315
authors="Jutho Haegeman",
1416
warnonly=[:missing_docs, :cross_references],
15-
format=Documenter.HTML(; prettyurls=true, mathengine=MathJax(),
17+
format=Documenter.HTML(;
18+
prettyurls=true, mathengine=MathJax(),
1619
assets=["assets/custom.css"]),
1720
pages=pages,
1821
pagesonly=true)
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)