-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
41 lines (37 loc) · 952 Bytes
/
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: TTCal
repo_url: https://github.com/mweastwood/TTCal.jl
site_description: A calibration routine developed for the OVRO LWA.
site_author: Michael Eastwood
markdown_extensions:
- math
- smarty
- admonition
- codehilite(css_class=code)
- toc:
permalink: ¶
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
- mathjaxhelper.js
extra_css:
- mathjaxstyle.css
pages:
- Home: index.md
- Cookbook: cookbook.md
- Calibration: calibration.md
- Sky Models: sourcemodel.md
- Beam Models: beammodel.md
- The Ionosphere: ionosphere.md
- Developer Documentation:
- Building this Website: website.md
theme: material
extra:
logo: ttcal.png
version: v0.3.0
palette:
primary: 'deep purple'
accent: 'deep purple'
font:
text: 'Roboto'
code: 'Roboto Mono'
author:
github: 'mweastwood'