mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Added documentation fro Groups module
This commit is contained in:
parent
63ff01a2be
commit
208d03d245
11 changed files with 294 additions and 31 deletions
8
docs/make.jl
Normal file
8
docs/make.jl
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Documenter
|
||||
|
||||
import Pkg
|
||||
Pkg.activate("../")
|
||||
using LatticeGPU
|
||||
|
||||
makedocs(sitename="LatticeGPU", modules=[LatticeGPU], doctest=true,
|
||||
repo = "https://igit.ific.uv.es/alramos/latticegpu.jl")
|
Loading…
Add table
Add a link
Reference in a new issue