diff --git a/README.rst b/README.rst
index 3a4d412..1cbb343 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-------
@@ -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 `_
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 730e4d1..57573db 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -4,7 +4,7 @@ Python AWIPS Data Access Framework
.. raw:: html
-The `python-awips `_ package provides a Data Access Framework (DAF) for requesting data from a remote AWIPS II EDEX server.
+The `python-awips `_ package provides a Data Access Framework (DAF) for requesting data from a remote AWIPS II EDEX server.
The `AWIPS II Python Stack `_ installed via RPM contains the DAF, matplotlib, numpy, scipy, basemap, pint, shapely, and other packages.