mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
README formatting bring docs to the top
This commit is contained in:
parent
d34e6f6a3d
commit
6a0c4bd115
1 changed files with 9 additions and 6 deletions
15
README.rst
15
README.rst
|
@ -1,6 +1,8 @@
|
||||||
Python Data Access Framework for AWIPS II
|
Python Data Access Framework for AWIPS II
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
|
.. _Jupyter Notebook examples: http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/python-awips.svg
|
.. image:: https://img.shields.io/pypi/v/python-awips.svg
|
||||||
:target: https://pypi.python.org/pypi/python-awips/
|
:target: https://pypi.python.org/pypi/python-awips/
|
||||||
:alt: PyPI Package
|
:alt: PyPI Package
|
||||||
|
@ -23,7 +25,13 @@ Requirements
|
||||||
|
|
||||||
- Python 2.7 minimum
|
- Python 2.7 minimum
|
||||||
- pip install numpy shapely
|
- pip install numpy shapely
|
||||||
- pip install metpy enum34 - to run Jupyter Notebook examples
|
- pip install metpy enum34 - to run `Jupyter Notebook examples`_
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* http://python-awips.readthedocs.org/en/latest/
|
||||||
|
* `Jupyter Notebook examples`_
|
||||||
|
|
||||||
Install from Github
|
Install from Github
|
||||||
-----------
|
-----------
|
||||||
|
@ -71,8 +79,3 @@ A short script to request available grid names from an EDEX server::
|
||||||
for grid in available_grids:
|
for grid in available_grids:
|
||||||
print grid
|
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/>`_
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue