doc titles, ipynb cleanup

This commit is contained in:
mjames-upc 2016-03-16 12:09:56 -05:00
parent 94b53cb145
commit e83c67bb08
4 changed files with 16 additions and 162 deletions

View file

@ -339,8 +339,8 @@ be written in Java.
**Envelopes** (shapely has no concept of envelopes and considers them
as rectangular polygons)
**Data Interfaces**
~~~~~~~~~~~~~~~~~~~
Data Interfaces
~~~~~~~~~~~~~~~
**IData**

View file

@ -6,7 +6,7 @@ Python AWIPS Data Access Framework
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 `AWIPS II Python Stack <http://>`_ installed via RPM contains the DAF, matplotlib, numpy, scipy, basemap, pint, shapely, and other packages.
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.
-------------
Documentation

View file

@ -1,16 +1,16 @@
Installation Guide
==================
Install python-awips
------------------
- pip install python-awips
Requirements
-------------
~~~~~~~~~~~~
- Python 2.7 or later
- pip install numpy shapely
From Github
-----------
~~~~~~~~~~~~
- git clone https://github.com/Unidata/python-awips.git
- cd python-awips
@ -18,7 +18,7 @@ From Github
Install for AWIPS II Python
--------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~
AWIPS II >=15.1.3 (March 2016) has `python-awips` installed in /awips2/python, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc).

File diff suppressed because one or more lines are too long