new: add doc for local

This commit is contained in:
Wataru Otsubo 2024-09-13 19:09:10 +09:00
parent ee59aa32d0
commit 33ac8d0a34
4 changed files with 19 additions and 6 deletions

View file

@ -1,6 +1,6 @@
name = "PSBoardDataBase"
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
authors = ["qwjyh <urataw421@gmail.com>"]
authors = ["Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>"]
version = "0.1.0"
[deps]

View file

@ -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"]

View file

@ -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"),
),
)

View file

@ -0,0 +1,13 @@
```@meta
CurrentModule = PSBoardDataBase
```
# About
```@index
```
```@autodocs
Modules = [PSBoardDataBase]
```