mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 01:29:25 +09:00
Resolve "Error documention build"
This commit is contained in:
parent
d1ff3aed23
commit
2b99be9a1e
5 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
using Documenter, PSBoardDataBase
|
||||
using DocumenterInterLinks
|
||||
|
||||
include("./make_notebook_index.jl")
|
||||
|
||||
DocMeta.setdocmeta!(
|
||||
PSBoardDataBase,
|
||||
:DocTestSetup,
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
using Markdown
|
||||
|
||||
cd(dirname(@__FILE__))
|
||||
|
||||
cd("src/notebooks/") do
|
||||
contents =
|
||||
map(readdir() |> filter(!=(".gitignore")) |> filter(!=("index.html"))) do 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`にも同じファイルがあります。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue