Skip to content

Commit

Permalink
Merge pull request #125 from srcarter3/website
Browse files Browse the repository at this point in the history
Website
  • Loading branch information
srcarter3 authored Dec 12, 2023
2 parents dfb927c + 6a6cf13 commit 5c32363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@

# General information about the project.
project = 'python-awips'
copyright = '2018, Unidata'
author = 'Unidata'
copyright = '2018, NSF Unidata'
author = 'NSF Unidata'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '18.1.8'
version = '20.1'
# The full version, including alpha/beta/rc tags.

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
26 changes: 1 addition & 25 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ The python-awips package provides a data access framework for requesting meteoro
.. _Jupyter Notebook: http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks


.. important:: There is now a :ref:`Beta Python-AWIPS<Beta Python-AWIPS Install>` available for v20.

Pre-requisite Software
----------------------

Expand Down Expand Up @@ -52,31 +50,9 @@ Below are instructions on how to install the source code of python-awips, with a
git clone https://github.com/Unidata/python-awips.git
cd python-awips
conda env create -f environment.yml
conda activate python3-awips
conda activate python-awips-v20
jupyter notebook examples

Beta Python-AWIPS Install
-------------------------

The beta version of python-awips (v20) is currently only available as a source code download and installation. The beta version only works with our beta EDEX server (edex-beta.unidata.ucar.edu) and is not backwards compatible with our production (v18) EDEX server.

Similar to the :ref:`Source Code Install <Source Code with Examples Install>` above, these instructions will create a new environment called ``python-awips-beta20`` and launch a browser with our jupyter notebook examples.

When AWIPS v20 becomes production, this version of python-awips will be the default that is on pip and conda, but until then, this is how you can access and use python-awips v20.

::

git clone --single-branch --branch v20 https://github.com/Unidata/python-awips.git
cd python-awips
conda env create -f environment.yml
conda activate python-awips-beta20
pip install .
jupyter notebook examples

If you come across issues/bugs/missing functionality, please report it using `this short form <https://docs.google.com/forms/d/e/1FAIpQLSf6jyZtbh49g-GCBoAQYzTVwAIf_aKz0QOeAr7gDVFhPrjAmw/viewform?usp=sf_link>`_.


Questions -- Contact Us!
------------------------
Expand Down

0 comments on commit 5c32363

Please sign in to comment.