From 11d2df31aabd4d06aa4dc0f1f809fa556734cfaa Mon Sep 17 00:00:00 2001 From: Rick Sherman Date: Thu, 31 Jul 2014 13:32:22 -0500 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2d378f79..bb912ba38 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ The repo is under active development. If you take a clone, you are getting the latest, and perhaps not entirely stable code. -## NOTICE +## DOCUMENTATION + +API Documentation hosted by [readthedocs](http://junos-pyez.readthedocs.org) + +_Junos PyEZ_ wiki page, [here](https://techwiki.juniper.net/Projects/Junos_PyEZ). -As of release 0.5.0, _Junos PyEZ_ requires [ncclient](https://pypi.python.org/pypi/ncclient) version 0.4.1 or later. ## ABOUT @@ -39,6 +42,10 @@ _Junos PyEZ_ is designed to provide the same capabilties as a user would have on * Make configuration changes in unstructured and structured ways * Provide common utilities for tasks such as secure copy of files and software updates +## NOTICE + +As of release 0.5.0, _Junos PyEZ_ requires [ncclient](https://pypi.python.org/pypi/ncclient) version 0.4.1 or later. + ## INSTALLATION Installation requires Python 2.7 and associate `pip` tool @@ -100,9 +107,6 @@ Example output for an SRX-210 device: 'version': '12.1X44-D10.4', 'version_info': junos.versino_info(major=(12, 1), type=X, minor=(44, 'D', 10), build=4)} ```` -## DOCUMENTATION - -Please refer to the _Junos PyEZ_ project page, [here](https://techwiki.juniper.net/Projects/Junos_PyEZ). ## LICENSE