- slight modification to the mkdocs.yml to have a new toc entry for Educational Resources - new markdown file for the Educational Resources page - this is not done yet, but want to commit it to my local fork so it can be viewed by Tiffany and Nicole
111 lines
4.1 KiB
YAML
111 lines
4.1 KiB
YAML
site_name: Unidata AWIPS User Manual
|
|
site_url: http://unidata.github.io/awips2
|
|
site_description: Documentation for all things AWIPS.
|
|
site_author: support-awips@unidata.ucar.edu
|
|
theme:
|
|
name: unidata
|
|
search_index_only: true
|
|
repo_url: https://github.com/Unidata/awips2
|
|
edit_uri: edit/unidata_18.2.1/docs/
|
|
site_favicon: images/favicon.ico
|
|
remote_name: unidata
|
|
|
|
# Options
|
|
extra:
|
|
palette:
|
|
primary: 'blue grey'
|
|
accent: 'light blue'
|
|
corner_logo: 'images/cave.png'
|
|
feature:
|
|
tabs: false
|
|
social:
|
|
- type: globe
|
|
link: https://www.unidata.ucar.edu/software/awips2
|
|
- type: github-alt
|
|
link: https://github.com/Unidata/awips2
|
|
- type: twitter
|
|
link: https://twitter.com/Unidata
|
|
- type: facebook
|
|
link: https://facebook.com/Unidata
|
|
|
|
pages:
|
|
- Home: index.md
|
|
- Install CAVE: install/install-cave.md
|
|
- Install EDEX: install/install-edex.md
|
|
- Common Problems: install/common-problems.md
|
|
- CAVE User Manual:
|
|
- D2D Perspective: cave/d2d-perspective.md
|
|
- Maps, Views, Projections: cave/maps-views-projections.md
|
|
- Displays and Procedures: cave/bundles-and-procedures.md
|
|
- Localization Perspective: cave/localization-perspective.md
|
|
# - NCP Perspective: cave/ncp-perspective.md
|
|
- NSHARP: cave/nsharp.md
|
|
- WarnGen Walkthrough: cave/warngen.md
|
|
- GOES 16/17: cave/goes-16-17-satellite.md
|
|
- GIS and Shapefiles: cave/d2d-gis-shapefiles.md
|
|
- Volume Browser: cave/d2d-gridded-models.md
|
|
- Display Tools: cave/d2d-tools.md
|
|
- Radar Tools: cave/d2d-radar-tools.md
|
|
- Editing Menus: cave/d2d-edit-menus.md
|
|
- Change Localization: cave/cave-localization.md
|
|
- Import/Export: cave/import-export.md
|
|
- EDEX User Manual:
|
|
- EDEX Basic Commands: install/start-edex.md
|
|
- EDEX Settings: edex/settings.md
|
|
- Distributed EDEX: edex/distributed-computing.md
|
|
- Docker EDEX: edex/edex-ingest-docker-container.md
|
|
- LDM Feeds: edex/ldm.md
|
|
- Data Distribution Files: edex/data-distribution-files.md
|
|
- Ingest a New Grid: edex/new-grid.md
|
|
- Purging and Retention: edex/data-purge.md
|
|
- Monitor Users: edex/edex-users.md
|
|
- Data Plugins: edex/data-plugins.md
|
|
- Archive Case Studies: edex/case-studies.md
|
|
- Python-AWIPS: python/overview.md
|
|
- Educational Resources: appendix/educational-resources.md
|
|
#- Hazard Services:
|
|
# - CAVE Display: cave/hazard-services-display.md
|
|
# - Hazard Creation: cave/hazard-services-create.md
|
|
# - Hazard Alerts: cave/hazard-services-alert.md
|
|
# - Hazard Settings: cave/hazard-services-settings.md
|
|
# - Examples: cave/hazard-services-example.md
|
|
# - Supported Data Types:
|
|
# - Gridded Model Display: cave/d2d-grids.md
|
|
# - Surface Obs: cave/d2d-pointdata-surface-obs.md
|
|
# - Satellite Imagery: cave/d2d-satellite.md
|
|
# - NEXRAD Radar: cave/d2d-radar.md
|
|
# - Upper Air: cave/d2d-uair.md
|
|
# - NCEP/Hydro: cave/d2d-hydro.md
|
|
# - Map Overlays: cave/d2d-map-resources.md
|
|
- Development: dev/awips-development-environment.md
|
|
# - Overview: python/python-awips-data-access.md
|
|
# - AWIPS Grids and Cartopy: python/awips-grids-and-cartopy.md
|
|
# - Satellite Imagery: python/satellite-imagery.md
|
|
# - NEXRAD Level 3 Radar: python/nexrad-level-3-radar.md
|
|
# - Upper air BUFR Soundings: python/upper-air-bufr-soundings.md
|
|
# - Model Sounding Data: python/model-sounding-data.md
|
|
# - Map Resources and Topography: python/map-resources-and-topography.md
|
|
# - Surface Obs Plot with MetPy: python/surface-obs-plot-metpy.md
|
|
- Appendix:
|
|
- AWIPS Grid Parameters: appendix/appendix-grid-parameters.md
|
|
- Maps Database: python/maps-database.md
|
|
- Acronyms and Abbreviations: appendix/appendix-acronyms.md
|
|
# - COTS and FOSS: appendix/appendix-cots.md
|
|
- WSR-88D Product Table: appendix/appendix-wsr88d.md
|
|
- Keyboard Shortcuts: cave/cave-keyboard-shortcuts.md
|
|
- "Raytheon: CAVE User's Manual": raytheon/cave_d2d.md
|
|
- "Raytheon: AWIPS System Manager's Manual": raytheon/smm.md
|
|
|
|
extra_css:
|
|
- css/extra.css
|
|
|
|
extra_javascript:
|
|
- assets/javascripts/application-0b7df094bf.js
|
|
|
|
markdown_extensions:
|
|
- fontawesome_markdown:
|
|
- toc:
|
|
permalink:
|
|
- admonition:
|
|
|
|
copyright: Copyright © 2020 Unidata Program Center.
|