Commit graph

41 commits

Author SHA1 Message Date
Shay Carter
def2e97db1 Update documentation for adding a New Grib Product
- 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"
2022-04-07 16:55:58 -06:00
Shay Carter
92b1fac35c Initial commit of new educational resources webpage
- 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
2021-10-12 17:06:18 -06:00
Tiffany Meyer
0baba0b140 Added back in the Import GIS Data documentation and made some changes.
-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
2021-08-12 16:13:13 -04:00
Tiffany Meyer
33a9560207 Updated the documentation for Displays and Procedures
Removed most language of "bundles" since most of the menu items had updated.
2021-08-11 18:29:29 -04:00
Tiffany Meyer
3070e619dd Now updated new goes-16-17-satellite.md reference in the mkdocs.yml 2021-06-16 14:21:40 -04:00
Tiffany Meyer
90e7d316f2 Completely removed old goes-16-satellite.md entry in mkdocs.yml 2021-06-16 14:09:36 -04:00
Tiffany Meyer
23c8c02d8e Created a new GOES page with updated information for the new GOES E/W 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
2021-06-16 13:30:46 -04:00
Tiffany Meyer
cababdb7c4 Merge branch 'unidata_18.1.1' of github.com:Unidata/awips2 into unidata_18.2.1
Merging in unidata_18.1.1 documentation changes
2021-03-24 13:01:48 -04:00
Shay Carter
effa1ac3be Update to AWIPS User Manual:
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
2021-02-24 14:39:52 -08:00
Shay Carter
f79152f670 Added new appendix pages for Raytheon Manuals
-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.
2020-12-11 14:06:28 -07:00
tiffanycmeyer13
9d542ccf4f
Merge branch 'unidata_18.2.1' into unidata_18.1.1 2020-11-16 19:30:10 -05:00
Sean Arms
94568fa23a Make sure mkdocs uses our customized javascript file
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.
2020-08-04 13:58:34 -06:00
Shay Carter
0727fd14f8 Small change made to the edex purge website:
-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
2020-07-28 14:37:58 -06:00
Shay Carter
8800d97d2f Changes to the development webpage:
-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)
2020-07-28 14:19:33 -06:00
Shay Carter
9c88299889 Small change for the python-awips documentation:
-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
2020-07-23 11:24:38 -06:00
srcarter3
09d1fb1193
Rolling back previous commit
Adding an external url into the mkdocs file for the python documentation did not work.
2020-07-22 14:52:08 -06:00
srcarter3
692533fc9f
Change python-awips 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).
2020-07-22 14:48:43 -06:00
Shay Carter
c7e9f7fa75 Changes made to "EDEX Start and Stop" webpage:
-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
2020-06-30 14:42:41 -06:00
Shay Carter
a332107cdb Commented out the webpage for GIS and Shapefiles since none of this functionality currently exists in our versions of CAVE 2020-06-22 16:33:29 -06:00
Shay Carter
752ede0356 Created a new webpage for "Common Problems".
Added the symptoms and solutions for the IPv6 problem on Windows 10 machines.
2020-06-22 16:11:32 -06:00
Shay Carter
17592dc0b1 Small change to the mkdocs.yml file to remove the NCP Perspective page, commented out for now.
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.
2020-06-12 13:30:43 -06:00
Sean Arms
1a390f30ba Update mkdocs config to only use the search index 2020-06-10 12:35:47 -06:00
srcarter3
46199d6d3f
Update Author and Copyright
Updated the author email from MJ's to support-awips@unidata.ucar.edu, and also updated the copyright from 2017 to 2020.
2020-06-04 15:59:01 -06:00
mjames-upc
e73b51cc3f 18.2.1 naming update 2019-06-24 11:12:13 -06:00
Michael James
a7871880d6 mkdocs GOES page title update 2019-04-09 10:06:03 -06:00
mjames-upc
479183dc6a build 18.1.1-3 2018-10-23 11:53:56 -06:00
Michael James
4ef83a02a6 edex-ingest docker document for awips-docs 2018-10-01 08:54:38 -06:00
Michael James
9dd591a7cd docs: install, index, config file updates 2018-09-19 22:33:33 -06:00
Michael James
953834d480 doc updates for windows 18.1.1 release 2018-09-19 13:52:58 -06:00
Michael James
2fc10077d6 mkdocs update for dataplugins, github master branch editing link 2018-07-31 12:03:17 -06:00
mjames-upc
00f6ba717c http->https for unidata urls 2018-02-15 12:15:17 -07:00
mjames-upc
7f9a4da715 add edit_url github branch to mkdocs 2017-10-30 18:22:44 -06:00
Michael James
57e9c55649 archive server and cave display document 2017-10-25 13:50:56 -06:00
Michael James
5656a7296d doc update for distributed edex 2017-09-26 21:24:00 -06:00
mjames-upc
65156ef841 doc update from osx branch 2017-09-15 13:17:54 -06:00
Michael James
ccd81477c3 maps database document 2017-08-17 08:55:00 -06:00
mjames-upc
43e9189339 doc updates for 17.1.1 release and python-awips shortdoc 2017-07-07 10:57:19 -06:00
Michael James
92de56aa5a doc update for 17.1.1, warngen, install
Conflicts:
	docs/index.md
2017-06-26 11:19:52 -06:00
Michael James
e4db082f4c goes16 doc, nsharp for mac doc, other minor updates 2017-06-14 22:07:27 -06:00
Michael James
42d7a53005 mkdocs update for 17.1.1 2017-06-13 12:51:01 -06:00
mjames-upc
7e05f25909 initial commit 2017-04-21 18:33:55 -06:00