Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Nov 5, 2024
1 parent eae2cb3 commit 94e8888
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
T4ATemplate = "0bdf9575-3f87-4902-a4f6-9b69ae7d86fb"
22 changes: 22 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
using T4ATemplate
using Documenter

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

makedocs(;
modules=[T4ATemplate],
authors="H. Shinaoka <h.shinaoka@gmail.com>",
sitename="T4ATemplate.jl",
format=Documenter.HTML(;
canonical="https://github.com/tensor4all/T4ATemplate.jl",
edit_link="main",
assets=String[]),
pages=[
"Home" => "index.md",
]
)

deploydocs(;
repo="github.com/tensor4all/T4ATemplate.jl.git",
devbranch="main",
)
8 changes: 8 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```@meta
CurrentModule = T4ATemplate
```

# T4ATemplate

This is the documentation for [T4ATemplate](https://github.com/tensor4all/T4ATemplate.jl).

0 comments on commit 94e8888

Please sign in to comment.