From 0ba754759fcdb0b9195edfe9c2db363e62525a8a Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 30 Sep 2020 22:53:49 +0000 Subject: [PATCH] deploy: 27303e6bfd6d81a6d4645d6df3f0f0974d8d5de5 --- _sources/index.rst.txt | 25 +++++++++++++++++++++---- _static/pygments.css | 7 ++++++- index.html | 22 ++++++++++++++++++++-- searchindex.js | 2 +- 4 files changed, 48 insertions(+), 8 deletions(-) diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 6a46fda..6abd875 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -38,10 +38,27 @@ To install the latest version of python-awips, with all required and optional pa Requirements ------------ -- python 2.7+ -- numpy -- shapely -- six +These are specified in the environment.yml file that is used to create the 'python3-awips' conda environment: + + - python 3 + - numpy + - nomkl + - matplotlib + - cartopy + - jupyter + - netcdf4 + - owslib + - metpy + - pint + - h5py + - nbconvert 4.1 + - siphon + - xarray + - ffmpeg + - pytest + - shapely + - six + - pip Quick Example diff --git a/_static/pygments.css b/_static/pygments.css index 20c4814..d14395e 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -1,5 +1,10 @@ +pre { line-height: 125%; margin: 0; } +td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } +span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } +td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .highlight .hll { background-color: #ffffcc } -.highlight { background: #eeffcc; } +.highlight { background: #eeffcc; } .highlight .c { color: #408090; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #007020; font-weight: bold } /* Keyword */ diff --git a/index.html b/index.html index c0ed7d2..0d52406 100644 --- a/index.html +++ b/index.html @@ -186,12 +186,30 @@

Requirements

-