mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
Resolve "Error documention build"
This commit is contained in:
parent
d1ff3aed23
commit
2b99be9a1e
5 changed files with 7 additions and 5 deletions
|
@ -52,8 +52,6 @@ pages:
|
||||||
- mkdir -p public
|
- mkdir -p public
|
||||||
- mv docs/build public/dev
|
- mv docs/build public/dev
|
||||||
- ls docs/src -R
|
- ls docs/src -R
|
||||||
- mkdir -p public/notebooks
|
|
||||||
- cp docs/src/notebooks/* public/notebooks
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
|
@ -9,4 +9,4 @@ PS Boardに関する(特にQAQCの結果に関する)データベース。
|
||||||
|
|
||||||
PS Board QAQCに関しては[こちら](https://gitlab.cern.ch/dhashimo/PS_Board_QAQC)
|
PS Board QAQCに関しては[こちら](https://gitlab.cern.ch/dhashimo/PS_Board_QAQC)
|
||||||
|
|
||||||
解析結果の例は[notebooks](https://psboard-database.docs.cern.ch/notebooks)を参照。
|
解析結果の例は[notebooks](https://psboard-database.docs.cern.ch/dev/notebooks)を参照。
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
using Documenter, PSBoardDataBase
|
using Documenter, PSBoardDataBase
|
||||||
using DocumenterInterLinks
|
using DocumenterInterLinks
|
||||||
|
|
||||||
|
include("./make_notebook_index.jl")
|
||||||
|
|
||||||
DocMeta.setdocmeta!(
|
DocMeta.setdocmeta!(
|
||||||
PSBoardDataBase,
|
PSBoardDataBase,
|
||||||
:DocTestSetup,
|
:DocTestSetup,
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
using Markdown
|
using Markdown
|
||||||
|
|
||||||
|
cd(dirname(@__FILE__))
|
||||||
|
|
||||||
cd("src/notebooks/") do
|
cd("src/notebooks/") do
|
||||||
contents =
|
contents =
|
||||||
map(readdir() |> filter(!=(".gitignore")) |> filter(!=("index.html"))) do file
|
map(readdir() |> filter(!=(".gitignore")) |> filter(!=("index.html"))) do file
|
||||||
|
|
|
@ -95,7 +95,7 @@ SQLという言語は非常に強力です[^1]。
|
||||||
|
|
||||||
- [Home](./index.md)にはデータベースにアクセスする他の手段や古いですがデータベースのテーブル間の関係を表した図が載っています。
|
- [Home](./index.md)にはデータベースにアクセスする他の手段や古いですがデータベースのテーブル間の関係を表した図が載っています。
|
||||||
- [Examples](./examples.md)にはSQLiteとJuliaを用いてデータベースから様々な情報を取得する例が載っています。
|
- [Examples](./examples.md)にはSQLiteとJuliaを用いてデータベースから様々な情報を取得する例が載っています。
|
||||||
- [power_stats.html](./assets/power_stats.html)[^3]にはデータベースを用いた解析の例が載っています。
|
- [power_stats.html](./notebooks/power_stats.html)[^3]にはデータベースを用いた解析の例が載っています。
|
||||||
- [skew_stats.html](./assets/skew_stats.html)はデータベースに加えて、ログやデータベース生成プログラムも直接使用したより複雑な解析を行っています。
|
- [skew_stats.html](./notebooks/skew_stats.html)はデータベースに加えて、ログやデータベース生成プログラムも直接使用したより複雑な解析を行っています。[notebooks](./notebooks/index.html)にこれらのノートブックの一覧があります。
|
||||||
|
|
||||||
[^3]: URL`notebooks/power_stats.html`にも同じファイルがあります。
|
[^3]: URL`notebooks/power_stats.html`にも同じファイルがあります。
|
||||||
|
|
Loading…
Add table
Reference in a new issue