-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (43 loc) · 1.43 KB
/
mkdocs.yml
File metadata and controls
45 lines (43 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
site_name: "PFS Pipe2D"
repo_url: "https://github.com/Subaru-PFS/pfs_helpdesk_tutorial"
site_url: "https://Subaru-PFS.github.io/pfs_helpdesk_tutorial"
nav:
- Introduction:
- PFS Introduction: index.md
- PFS 2D Pipeline: 00_01_pfs_pipeline.md
- Installation:
- Preparation: 01_01_install_prepare.md
- Install 2D DRP: 01_02_install_pipe2d.md
- Integration Test: 01_03_integration_test.md
- Run 2D DRP:
- Preparation: 02_01_run_prepare.md
- Data Ingestion: 02_02_run_ingestion.md
- (Optional) Build Calibs: 02_03_run_calib.md
- Procees Science Data: 02_04_run_science.md
# - Quality Assurance (QA): 02_05_run_qa.md
- Data Analysis:
- File Access: 03_01_ana_file.md
- Analyze Visit-level Data: 03_02_ana_visit.md
- Analyze Coadd-level Data: 03_03_ana_coadd.md
- Run 1D DRP: 03_04_ana_1d.md
- Q&A:
- General: 04_00_faq_general.md
# - Install 2D DRP: 04_01_faq_install.md
# - Run 2D DRP: 04_02_faq_run.md
# - Data Analysis: 04_03_faq_analysis.md
- Appendix:
- Data Model: 05_01_app_datamodel.md
theme:
name: readthedocs
logo: img/logo.png
custom_dir: overrides
extra:
helpdesk_email: "pfs-data-analysis-help@ml.nao.ac.jp"
extra_css:
- css/pfs.css
markdown_extensions:
- admonition
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://kit.fontawesome.com/a076d05399.js