mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
new: add doc for local
This commit is contained in:
parent
ee59aa32d0
commit
33ac8d0a34
4 changed files with 19 additions and 6 deletions
|
@ -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]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"),
|
||||
),
|
||||
)
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
```@meta
|
||||
CurrentModule = PSBoardDataBase
|
||||
```
|
||||
|
||||
# About
|
||||
|
||||
```@index
|
||||
```
|
||||
|
||||
```@autodocs
|
||||
Modules = [PSBoardDataBase]
|
||||
```
|
||||
|
Loading…
Add table
Reference in a new issue