-added title header for consistency -reformated some 'code' sections to bold -changed small formatting issues for consistency -changed name of webpage from "EDEX Start and Stop" to "EDEX Basic Commands" in the mkdocs.yml file as well as the title header
106 lines
3.9 KiB
YAML
106 lines
3.9 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.1.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
|
|
- Bundles 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-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
|
|
#- 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
|
|
- Python API:
|
|
- 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
|
|
- Development:
|
|
- AWIPS Development Environment (ADE): dev/awips-development-environment.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
|
|
|
|
extra_css:
|
|
- css/extra.css
|
|
|
|
markdown_extensions:
|
|
- fontawesome_markdown:
|
|
- toc:
|
|
permalink:
|
|
- admonition:
|
|
|
|
copyright: Copyright © 2020 Unidata Program Center.
|