Skip to content

Commit

Permalink
Rename "Library" to "Reference"
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 14, 2025
1 parent e64014b commit 719235d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ makedocs(;
edit_link="main",
assets=String[],
),
pages=["Home" => "index.md", "Library" => "library.md"],
pages=["Home" => "index.md", "Reference" => "reference.md"],
)

deploydocs(;
Expand Down
2 changes: 1 addition & 1 deletion docs/src/library.md → docs/src/reference.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Library
# Reference

```@autodocs
Modules = [ITensorPkgSkeleton]
Expand Down
2 changes: 1 addition & 1 deletion templates/docs/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ makedocs(;
edit_link="main",
assets=String[],
),
pages=["Home" => "index.md", "Library" => "library.md"],
pages=["Home" => "index.md", "Reference" => "reference.md"],
)

deploydocs(;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Library
# Reference

```@autodocs
Modules = [{PKGNAME}]
Expand Down

0 comments on commit 719235d

Please sign in to comment.