-
Notifications
You must be signed in to change notification settings - Fork 2
/
_toc.yml
67 lines (66 loc) · 2.12 KB
/
_toc.yml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Python
chapters:
- url: https://jupyterlab.readthedocs.io/en/stable/user/interface.html
title: Introduction to JupyterLab
- file: 1-python/python_basics
sections:
- file: 1-python/python_basics/basic_language_principles
- file: 1-python/python_basics/sequence-data-types
- file: 1-python/python_basics/control_structures
- file: 1-python/python_basics/working-with-functions
- file: 1-python/python_basics/intermediate_topics
- file: 1-python/using_external_libraries
sections:
- file: 1-python/using_external_libraries/numpy
- file: 1-python/using_external_libraries/matplotlib
- file: 1-python/using_external_libraries/ipywidgets
- file: 1-python/using_external_libraries/pandas
- file: 1-python/using_external_libraries/unit_testing
- caption: Proposals, DMPs and FAIR
chapters:
- url: https://ess-dmsc-dram.github.io/dmsc-school/_static/proposals.pdf
title: The ESS Viewpoint
- caption: McStas
chapters:
- file: 3-mcstas/Simulation
- file: 3-mcstas/mcstas-sans
- file: 3-mcstas/mcstas-qens
- caption: Reduction with scipp
chapters:
- file: 4-reduction/scipp-introduction
- file: 4-reduction/coord-transforms
- file: 4-reduction/reduction-sans
- file: 4-reduction/reduction-qens
- caption: Analysis with EasyScience
chapters:
- file: 5-analysis/intro
- file: 5-analysis/prob_data
- file: 5-analysis/easy_intro
- file: 5-analysis/fitting
- file: 5-analysis/bayes
- file: 5-analysis/analysis-sans
- file: 5-analysis/analysis-qens
- file: 5-analysis/mcmc
- file: 5-analysis/nested_sampling
- file: 5-analysis/sans_ns
- file: 5-analysis/qens_ns
- caption: Scicat
chapters:
- file: 6-scicat/1-dataset
- file: 6-scicat/2-data_curation
- file: 6-scicat/3-fair_data
- file: 6-scicat/4-data_metadata
- file: 6-scicat/5-data_catalog
- file: 6-scicat/6-scicat
- file: 6-scicat/7-python_libraries
- file: 6-scicat/8-example
- file: 6-scicat/9-exercise
- caption: Appendices
chapters:
- file: glossary
- file: README