-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating documentation for the release (#62)
* updating documentation for the release Signed-off-by: Swapnil Wagh <waghswapnil@gmail.com> * modifying the name for modular platform Signed-off-by: Swapnil Wagh <waghswapnil@gmail.com> * fix README.rst Signed-off-by: Swapnil Wagh <waghswapnil@gmail.com>
- Loading branch information
1 parent
395cba5
commit 6c380c4
Showing
18 changed files
with
262 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|image0| |Code Health| |Code Climate| | ||
|
||
Python SDK for Cisco IMC | ||
======================== | ||
|
||
- Apache License, Version 2.0 (the "License") | ||
|
||
Documentation | ||
------------- | ||
|
||
https://ciscoucs.github.io/imcsdk\_docs/ | ||
|
||
Installation | ||
------------ | ||
|
||
The SDK can be installed using any of ways below | ||
|
||
From pip: | ||
~~~~~~~~~ | ||
|
||
Installs the last released version | ||
|
||
:: | ||
|
||
pip install imcsdk | ||
|
||
|
||
From github: | ||
~~~~~~~~~~~~ | ||
|
||
Installs the latest top of the tree development version | ||
|
||
:: | ||
|
||
# Install pip (skip if pip is already available): | ||
wget https://bootstrap.pypa.io/get-pip.py | ||
python get-pip.py | ||
|
||
git clone https://github.com/ciscoucs/imcsdk.git | ||
cd imcsdk | ||
make install | ||
|
||
|
||
Community: | ||
---------- | ||
|
||
- We are on Slack - slack requires registration, but the ucspython team | ||
is open invitation to anyone to register | ||
`here <https://ucspython.herokuapp.com>`__ | ||
|
||
.. |image0| image:: https://ucspython.herokuapp.com/badge.svg | ||
:target: https://ucspython.herokuapp.com | ||
.. |Code Health| image:: https://landscape.io/github/CiscoUcs/imcsdk/master/landscape.svg?style=flat | ||
:target: https://landscape.io/github/CiscoUcs/imcsdk/master | ||
.. |Code Climate| image:: https://codeclimate.com/github/CiscoUcs/imcsdk/badges/gpa.svg | ||
:target: https://codeclimate.com/github/CiscoUcs/imcsdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.