Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Nov 22, 2024
1 parent ccc084f commit b283efa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
TensorKitTensors = "41b62e7d-e9d1-4e23-942c-79a97adf954b"

[compat]
Documenter = "1"
julia = "1.10"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
using TensorKitTensors
using Documenter

DocMeta.setdocmeta!(BroadcastMapConversion, :DocTestSetup, :(using TensorKitTensors);
DocMeta.setdocmeta!(TensorKitTensors, :DocTestSetup, :(using TensorKitTensors);
recursive=true)

makedocs(;
modules=[TensorKitTensors],
authors="QuantumKitHub",
sitename="TensorKitTensors.jl",
format=Documenter.HTML(;
canonical="https://ITensor.github.io/TensorKitTensors.jl",
canonical="https://QuantumKitHub.github.io/TensorKitTensors.jl",
edit_link="main",
assets=String[],),
pages=["Home" => "index.md"],)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Documentation for [TensorKitTensors](https://github.com/QuantumKitHub/TensorKitT
```

```@autodocs
Modules = [TensorKitTensors]
Modules = [TensorKitTensors, TensorKitTensors.SpinOperators]
```

0 comments on commit b283efa

Please sign in to comment.