diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2013-12-25 09:30:05 -0700 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2013-12-25 09:41:17 -0700 |
| commit | 202c3e375bf3ac528a5e8e1a1d1d83d45b57b9bf (patch) | |
| tree | dd4c02999ba0912885ed3045fc97c76007428d10 /README.rst | |
| parent | 12f31eed2f9f12e7fd60c238a338bb45eaee3516 (diff) | |
| download | python-openstackclient-202c3e375bf3ac528a5e8e1a1d1d83d45b57b9bf.tar.gz | |
Closes-Bug: #1262322 Make links clickable
Change-Id: I61302ff5274cdaa09801cb9b0dc9bfd353ac687f
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 31 |
1 files changed, 17 insertions, 14 deletions
@@ -7,24 +7,27 @@ It is a thin wrapper to the stock python-*client modules that implement the actual REST API client actions. This is an implementation of the design goals shown in -http://wiki.openstack.org/UnifiedCLI. The primary goal is to provide +`OpenStack Client Wiki`_. The primary goal is to provide a unified shell command structure and a common language to describe -operations in OpenStack. +operations in OpenStack. The master repository is on GitHub_. + +.. _OpenStack Client Wiki: https://wiki.openstack.org/wiki/OpenStackClient +.. _GitHub: https://github.com/openstack/python-openstackclient python-openstackclient is designed to add support for API extensions via a plugin mechanism. -For release management:: - - * https://launchpad.net/python-openstackclient - -For blueprints and feature specifications:: - - * https://blueprints.launchpad.net/python-openstackclient - -For issue tracking:: - - * https://bugs.launchpad.net/python-openstackclient +* `Release management`_ +* `Blueprints and feature specifications`_ +* `Issue tracking`_ +* `PyPi`_ +* `Developer Docs`_ +.. _release management: https://launchpad.net/python-openstackclient +.. _Blueprints and feature specifications: https://blueprints.launchpad.net/python-openstackclient +.. _Issue tracking: https://bugs.launchpad.net/python-openstackclient +.. _PyPi: https://pypi.python.org/pypi/python-openstackclient +.. _Developer Docs: http://docs.openstack.org/developer/python-openstackclient/ +.. _install virtualenv: tools/install_venv.py Note ==== @@ -37,7 +40,7 @@ Getting Started =============== We recommend using a virtualenv to install the client. This description -uses the `install_venv.py`_ script to create the virtualenv:: +uses the `install virtualenv`_ script to create the virtualenv:: python tools/install_venv.py source .venv/bin/activate |
