diff --git a/Project.toml b/Project.toml index 5fb5666..757362c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "PSBoardDataBase" uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5" -authors = ["qwjyh "] +authors = ["Wataru Otsubo "] version = "0.1.0" [deps] diff --git a/docs/Manifest.toml b/docs/Manifest.toml index a649b97..a8f999f 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -289,10 +289,8 @@ uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15" version = "10.42.0+1" [[deps.PSBoardDataBase]] -deps = ["CSV", "DBInterface", "DataFrames", "Dates", "SQLite", "Tables"] -git-tree-sha1 = "50d84cb861c95ea8f20db4466a4ce03b917904f6" -repo-rev = "main" -repo-url = ".." +deps = ["CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "SQLite", "Tables"] +path = ".." uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5" version = "0.1.0" weakdeps = ["InteractiveUtils"] diff --git a/docs/make.jl b/docs/make.jl index b399ace..a79915b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,5 +2,7 @@ using Documenter, PSBoardDataBase makedocs( sitename = "PSBoard DataBase", - repo = Remotes.GitLab("https://gitlab.cern.ch/wotsubo/PSBoardDataBase") + remotes = Dict( + ".." => Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"), + ), ) diff --git a/docs/src/index.md b/docs/src/index.md index e69de29..7de2343 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -0,0 +1,13 @@ +```@meta +CurrentModule = PSBoardDataBase +``` + +# About + +```@index +``` + +```@autodocs +Modules = [PSBoardDataBase] +``` +