Remove outdated mention of OpenStack

Change-Id: Ia41f73b34c8dcf6b06aeea7371321097f2baf2ea
This commit is contained in:
Julien Danjou 2017-04-24 11:17:45 +02:00
parent 0f490476c9
commit ad75e1e5aa
6 changed files with 9 additions and 38 deletions

View File

@ -1,17 +0,0 @@
If you would like to contribute to the development of OpenStack, you must
follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/python-gnocchiclient

View File

@ -1,4 +0,0 @@
gnocchiclient Style Commandments
================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -2,14 +2,13 @@
gnocchiclient
=============
Python bindings to the OpenStack Gnocchi API
Python bindings to the Gnocchi API
This is a client for OpenStack gnocchi API. There's :doc:`a Python API
<api>` (the :mod:`gnocchiclient` module), and a :doc:`command-line script
<shell>` (installed as :program:`gnocchi`). Each implements the entire
OpenStack Gnocchi API.
This is a client for Gnocchi API. There's :doc:`a Python API <api>` (the
:mod:`gnocchiclient` module), and a :doc:`command-line script <shell>`
(installed as :program:`gnocchi`). Each implements the entire Gnocchi API.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/python-gnocchiclient
* Source: http://git.openstack.org/cgit/openstack/python-gnocchiclient
* Bugs: http://bugs.launchpad.net/python-gnocchiclient
* Documentation: http://gnocchi.xyz/gnocchiclient
* Source: https://github.com/gnocchixyz/python-gnocchiclient
* Bugs: https://github.com/gnocchixyz/python-gnocchiclient/issues

View File

@ -1,4 +0,0 @@
============
Contributing
============
.. include:: ../../CONTRIBUTING.rst

View File

@ -28,7 +28,6 @@ Contents:
installation
shell
api
contributing
Indices and tables
==================

View File

@ -3,11 +3,9 @@ name = gnocchiclient
summary = Python client library for Gnocchi
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/python-gnocchiclient/
author = Gnocchi
home-page = http://gnocchi.xyz/gnocchiclient
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License