Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Mar 16, 2016
1 parent e83c67b commit 2f227d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Python Data Access Framework for AWIPS II
:target: https://pypi.python.org/pypi/python-awips/
:alt: PyPI Downloads

.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
:target: http://python-awips.readthedocs.org/en/latest/
:alt: Latest Doc Build Status

Install
-------

Expand Down Expand Up @@ -65,3 +69,9 @@ A short script to request available grid names from an EDEX server::
available_grids = DataAccessLayer.getAvailableLocationNames(request)
for grid in available_grids:
print grid

Documentation
------------------

* http://python-awips.readthedocs.org/en/latest/
* `Jupyter Notebook Examples <http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks/>`_
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python AWIPS Data Access Framework

.. raw:: html

The `python-awips <http://www.github.com/Unidata/python-awips>`_ package provides a Data Access Framework (DAF) for requesting data from a remote AWIPS II EDEX server.
The `python-awips <https://github.com/Unidata/python-awips>`_ package provides a Data Access Framework (DAF) for requesting data from a remote AWIPS II EDEX server.

The `AWIPS II Python Stack <about.html#awips-ii-python-stack>`_ installed via RPM contains the DAF, matplotlib, numpy, scipy, basemap, pint, shapely, and other packages.

Expand Down

0 comments on commit 2f227d6

Please sign in to comment.