mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 01:29:25 +09:00
[new] Slave clock parser and function to insert into database
This commit is contained in:
parent
1422798c3a
commit
bf19ee3167
10 changed files with 1861 additions and 3 deletions
|
@ -1,6 +1,14 @@
|
|||
```@meta
|
||||
CurrentModule = PSBoardDataBase
|
||||
```
|
||||
|
||||
# Index
|
||||
|
||||
```@contents
|
||||
Pages = ["about_software.md"]
|
||||
Depth = 4
|
||||
```
|
||||
|
||||
# このリポジトリのソフトウェアについての説明
|
||||
|
||||
このリポジトリにあるのは、JATHub masterのログファイル、及びGoogle SheetsからエクスポートしたCSVファイルからデータベースを作成するためのコードである。
|
||||
|
@ -81,3 +89,9 @@ Modules = [QaqcMasterLog]
|
|||
```@autodocs
|
||||
Modules = [DownloadCSVs]
|
||||
```
|
||||
|
||||
## `ClockParser`
|
||||
|
||||
```@autodocs
|
||||
Modules = [ClockParser]
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue