forked from glenco/lensed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (40 loc) · 1.36 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
41
42
43
44
45
46
47
site_name: Lensed Documentation
site_url: https://glenco.github.io/lensed/
site_author: The Lensed team
site_description: >
Reconstruct gravitational lenses and lensed sources from
strong lensing observations.
repo_url: https://github.com/glenco/lensed
pages:
- 'Documentation': 'index.md'
- 'Getting started':
- 'Get Lensed': 'releases.md'
- 'Usage': 'usage.md'
- 'Building from source': 'building.md'
- 'Dependencies': 'dependencies.md'
- 'Troubleshooting': 'troubleshooting.md'
- 'Running Lensed':
- 'Configuration files': 'configuration.md'
- 'Units': 'units.md'
- 'Analysing the results': 'results.md'
- 'Modelling strategies': 'strategies.md'
- 'Performance & tuning': 'performance.md'
- 'Objects':
- 'Lenses': 'lenses.md'
- 'Sources': 'sources.md'
- 'Foregrounds': 'foregrounds.md'
- 'Creating objects': 'create.md'
theme: readthedocs
extra_css:
- '//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.css'
- 'lensed.css'
extra_javascript:
- '//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.js'
- '//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/contrib/auto-render.min.js'
- 'lensed.js'
markdown_extensions:
- toc
- footnotes
- fenced_code
- codehilite:
guess_lang: False