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 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 This is a client for Gnocchi API. There's :doc:`a Python API <api>` (the
<api>` (the :mod:`gnocchiclient` module), and a :doc:`command-line script :mod:`gnocchiclient` module), and a :doc:`command-line script <shell>`
<shell>` (installed as :program:`gnocchi`). Each implements the entire (installed as :program:`gnocchi`). Each implements the entire Gnocchi API.
OpenStack Gnocchi API.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/python-gnocchiclient * Documentation: http://gnocchi.xyz/gnocchiclient
* Source: http://git.openstack.org/cgit/openstack/python-gnocchiclient * Source: https://github.com/gnocchixyz/python-gnocchiclient
* Bugs: http://bugs.launchpad.net/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 installation
shell shell
api api
contributing
Indices and tables Indices and tables
================== ==================

View File

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