-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
40 lines (40 loc) · 1.12 KB
/
mkdocs.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
site_name: PSFMachine
nav:
- Home: index.md
- API:
- Machine: machine.md
- TPFMachine : tpf.md
- FFIMachine : ffi.md
- Aperture Photometry : aperture.md
- SSMachine : superstamp.md
- PerturbationMatrix : perturbationmatrix.md
- PerturbationMatrix2D : perturbationmatrix3d.md
- Utils : utils.md
- Tutorials:
- Basic PSFMachine: tutorials/Tutorial_10_TPFs.ipynb
- TPFMachine: tutorials/Tutorial_11_TPFs.ipynb
- FFIMachine: tutorials/Tutorial_20_FFI.ipynb
- Basic SSMachine: tutorials/Tutorial_30_k2ss.ipynb
- SSMachine: tutorials/Tutorial_31_k2ss.ipynb
theme:
name: "material"
icon:
logo: material/star-plus
repo_url: https://github.com/SSDataLab/psfmachine
plugins:
- search
- mkdocs-jupyter:
execute: False
include_source: True
ignore_h1_titles: False
- mkdocstrings:
default_handler: python
handlers:
python:
selection:
docstring_style: "numpy"
rendering:
show_source: false
custom_templates: templates
watch:
- src/psfmachine