- update the existing new grid page to only include content about grib2
- added an entirely new, hidden, page for dealing with original grib product
- updated all "notes" and "warnings" with new admonition boxes
- restructured some of the sections and added helpful subsection titles
- added small new sections "Creating New Menu Item" and "Using wgrib2"
- removed the environment version dependencies for mkdocs and mkdocs-unidata (because I'm updating the mkdocs-unidata package as well right now)
- modified the mkdocs.yml file slightly to use new "nav" tag instead of "pages"
- 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
-added more images
-removed the sample attribute since that is no longer a menu option
-commented out the display customization since this is pretty generic to all map products
-Added a lot more RGB products all with images
-Updated the GLM area
-Added new section for DMW
-Added new section for vertical temp/moisture profiles
-Specified which sectors had derived products
-Updated all images
docs/index.md:
-changed the python-awips link from the readthedoc site to our python-awips page in the user manual
-added a note after python-awips "(a python package)"
-added a section after "Download and Install EDEX", titled "Working with Python-AWIPS" which links to our python-awips section of the user manual
install/install-cave.md:
-updated the windows direct install system requirements to include "python3.7" for the miniconda install specification
-added the "python3.7" specification to step one of the install
-added a screenshot of the miniconda install showing the checked boxes for path and default python options
-added the full path for the jdk install under step 2, bullet 2
-updated the environment variables screenshot to have 181 which is what we're distributing
python/overview.md
-changed the title from Python API to Python-AWIPS
-Removed "DAF" from the description and reworded it slightly
-made the link to our documentation the entire last sentence instead of the word "here", and made the whole sentence bold
mkdocs.yml
-changed the name of the python outline link from "Python API" to "Python-AWIPS" and moved it up to under the EDEX User Manual
-Added two new pages under Appendix:
Raytheon: CAVE D2D User's Manual
Raytheon: System Manager's Manual
-Added the pdfs to the /docs/pdfs/ directory under their own folder raytheon/
-Copied the pdfs from our online site: https://www.unidata.ucar.edu/software/awips2/doc/
-Imbedded the pdfs using an <object> and <iframe> html tag, this way if a browser (old browser) does not support pdfs, then it will display a message with a link to directly download the pdf.
This change to mkdocs.yml forces mkdocs to override the javascript file
of the same name provided by the theme with the version in this
repository until we regain access the mkdocs unidata theme.
-updated the logging output for the raw data purging to show the content from the "edex-ingest-purge-[date].log"
Small changes to the mkdocs.yml file:
-commented out the "Supported Data Types" section and subsections
-moved the "Development" section to come before the "Python API" subsection
-made the "Development" section a direct link, instead of a section with only one subsection
-commented out the "COTS and FOSS" subsection from the Appendix
-modified the markdown.yml file since there is only one webpage under "Development" no need to have a subdirectory
-added title header
-updated repo code line to point to el7 instead of 6
-converted steps from an ordered list into proper sections with subheadings
-added an initial section about removing existing AWIPS instances
-added some steps for setting up eclipse to convert some errors to warnings and to turn off auto building when importing the repos and turn it back on afterwards
-added a section for troubleshooting with a note taken from Jason Burks' tutorials
-added note in the intro section specifying this is a dev only Environment
-bolded the repo in Step 2
-removed Maven from the mentioned installed packages in Step 3 (it's now packaged with eclipse)
-Removed all existing webpages for the python-awips documentation since they were mostly just outdated versions of what exists on our main python-awips page
-created a new webpage python/overview.md which has a short description of python-awips and the link to the current documentation
Point our python-awips link to existing documentation at https://python-awips.readthedocs.io/en/latest/ and commented out previous existing webpages (since they're duplicated, outdated information compared to the other documentation).
-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
None of our distributions have an NCP perspective that looks like that of the documentation, and only the Linux distribution even has the NCP available at all. Best to remove the entire documentation for now.