-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
152 lines (142 loc) · 5.62 KB
/
mkdocs.yml
File metadata and controls
152 lines (142 loc) · 5.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
site_name: HyP3
site_url: https://hyp3-docs.asf.alaska.edu/
site_author: ASF APD/Tools Team
site_description: The Alaska Satellite Facility's Hybrid Pluggable Processing Pipeline
copyright: Alaska Satellite Facility
# ASF's Google Analytics
google_analytics:
- UA-991100-5
- search.asf.alaska.edu
theme:
name: material
custom_dir: overrides
asf_logo: images/ASFLogo-Blue2.png
asf_logo_url: https://asf.alaska.edu/
logo: images/HyP3-graphic-only.png
favicon: images/favicon.ico
icon:
repo: fontawesome/brands/github-alt
features:
# - navigation.instant # This doesn't work with the NASA Earthdata tophat; see ASFHyP3/hyp3-docs#371
- navigation.footer
- announce.dismiss
repo_url: https://github.com/ASFHyP3
repo_name: ASF HyP3
edit_uri: ''
extra:
social:
- icon: fontawesome/brands/facebook-f
link: https://www.facebook.com/AKSatellite
- icon: fontawesome/brands/twitter
link: https://twitter.com/Ak_Satellite
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UChCfI0oVWw4qDwEidnDskJQ
- icon: fontawesome/brands/gitter
link: https://gitter.im/ASFHyP3/community
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- attr_list
- admonition
- pymdownx.fancylists:
inject_style: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_css:
- stylesheets/asf.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- HyP3:
- about.md
- HyP3 Basic: about/hyp3_basic.md
- HyP3+:
- about/hyp3_plus.md
- Terms of Service: about/hyp3_plus_terms.md
- Using HyP3:
- using.md
# TODO TOOL-2787: uncomment this line:
#- Requesting Access: using/requesting_access.md
- Vertex: using/vertex.md
- SDK:
- using/sdk.md
- Example Notebook: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank
- API Reference: using/sdk_api.md
- API: using/api.md
- Authentication: using/authentication.md
- Credits: using/credits.md
- Downloads: using/downloading.md
- How to Cite HyP3: usage_guidelines.md
- Products:
- products.md
- RTC:
- guides/rtc_product_guide.md
- Product Guide: guides/rtc_product_guide.md
- StoryMap: https://storymaps.arcgis.com/stories/2ead3222d2294d1fae1d11d3f98d7c35" target="_blank
- Theoretical Basis: guides/rtc_atbd.md
- InSAR:
- guides/insar_product_guide.md
- Product Guide: guides/insar_product_guide.md
- StoryMap: https://storymaps.arcgis.com/stories/68a8a3253900411185ae9eb6bb5283d3" target="_blank
- Burst InSAR:
- guides/burst_insar_product_guide.md
- Product Guide: guides/burst_insar_product_guide.md
- StoryMap: https://storymaps.arcgis.com/stories/191bf1b6962c402086807390b3ce63b0" target="_blank
- ARIA S1 GUNW:
- guides/gunw_product_guide.md
- Product Guide: guides/gunw_product_guide.md
- AutoRIFT: https://its-live.jpl.nasa.gov/" target="_blank
- Sentinel-1 Mission: sentinel1.md
- SAR Basics:
- guides/introduction_to_sar.md
- Introduction to SAR: guides/introduction_to_sar.md
- Digital Elevation Models: dems.md
- Water Masking: water_masking.md
- SAR FAQ: https://asf.alaska.edu/information/sar-information/what-is-sar/#sar_faq" target="_blank
- Tutorials:
- tutorials.md
- Using HyP3 Python SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank
- Authenticate HyP3 in the SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb" target="_blank
- Search another user's jobs: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank
- Update existing job name: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb" target="_blank
- Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md
- InSAR time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank
- InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank
- StoryMap Tutorials: https://asf-daac.maps.arcgis.com/home/index.html" target="_blank
- Other Tools:
- ArcGIS Toolbox: tools/arcgis_toolbox.md
- ASF Tools for Python:
- tools/asf_tools.md
- API Reference: tools/asf_tools_api.md
- Developers:
- Architecture: how_it_works.md
- Plugins: plugins.md
- Contributing: contributing.md
- Code of Conduct: https://github.com/ASFHyP3/.github/blob/main/CODE_OF_CONDUCT.md" target="_blank
- What's New:
- whats_new.md
- Introducing HyP3+: news/hyp3_plus_introduction.md
- Contact Us: contact.md
plugins:
- search
- section-index
- macros:
module_name: macros
- mkdocstrings:
handlers:
python:
options:
inherited_members: true
show_root_toc_entry: false
- redirects:
redirect_maps:
# full link to our hosted docs needed b/c mkdocs-redirects doesn't support hash fragments
# See: https://github.com/datarobot/mkdocs-redirects/issues/16
getting_started.md: 'https://hyp3-docs.asf.alaska.edu/#getting-started'
tutorials/mintpy.md: 'https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb'
using/quota.md: 'using/credits.md'