Resolve "Error documention build"

This commit is contained in:
Wataru Otsubo 2025-01-26 11:10:46 +01:00
parent d1ff3aed23
commit 2b99be9a1e
5 changed files with 7 additions and 5 deletions

View file

@ -52,8 +52,6 @@ pages:
- mkdir -p public
- mv docs/build public/dev
- ls docs/src -R
- mkdir -p public/notebooks
- cp docs/src/notebooks/* public/notebooks
artifacts:
paths:
- public

View file

@ -9,4 +9,4 @@ 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)を参照。

View file

@ -1,6 +1,8 @@
using Documenter, PSBoardDataBase
using DocumenterInterLinks
include("./make_notebook_index.jl")
DocMeta.setdocmeta!(
PSBoardDataBase,
:DocTestSetup,

View file

@ -1,5 +1,7 @@
using Markdown
cd(dirname(@__FILE__))
cd("src/notebooks/") do
contents =
map(readdir() |> filter(!=(".gitignore")) |> filter(!=("index.html"))) do file

View file

@ -95,7 +95,7 @@ SQLという言語は非常に強力です[^1]。
- [Home](./index.md)にはデータベースにアクセスする他の手段や古いですがデータベースのテーブル間の関係を表した図が載っています。
- [Examples](./examples.md)にはSQLiteとJuliaを用いてデータベースから様々な情報を取得する例が載っています。
- [power_stats.html](./assets/power_stats.html)[^3]にはデータベースを用いた解析の例が載っています。
- [skew_stats.html](./assets/skew_stats.html)はデータベースに加えて、ログやデータベース生成プログラムも直接使用したより複雑な解析を行っています。
- [power_stats.html](./notebooks/power_stats.html)[^3]にはデータベースを用いた解析の例が載っています。
- [skew_stats.html](./notebooks/skew_stats.html)はデータベースに加えて、ログやデータベース生成プログラムも直接使用したより複雑な解析を行っています。[notebooks](./notebooks/index.html)にこれらのノートブックの一覧があります。
[^3]: URL`notebooks/power_stats.html`にも同じファイルがあります。