Move existing content to fit new layout
This is part of the doc-migration work, see http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: I7a681853e130d86d3e4c22a49df7f309b55459a2
This commit is contained in:
20
doc/source/contribute/index.rst
Normal file
20
doc/source/contribute/index.rst
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
============
|
||||||
|
Contributing
|
||||||
|
============
|
||||||
|
|
||||||
|
Code is hosted at `git.openstack.org`_. Submit bugs to the searchlight project
|
||||||
|
on `Launchpad`_. Submit code to the openstack/python-searchlightclient project
|
||||||
|
using `Gerrit`_.
|
||||||
|
|
||||||
|
.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-searchlightclient
|
||||||
|
.. _Launchpad: https://launchpad.net/python-searchlightclient
|
||||||
|
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
|
Testing
|
||||||
|
-------
|
||||||
|
|
||||||
|
The preferred way to run the unit tests is using ``tox``.
|
||||||
|
|
||||||
|
See `Consistent Testing Interface`_ for more details.
|
||||||
|
|
||||||
|
.. _Consistent Testing Interface: http://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst
|
@@ -5,25 +5,12 @@ This is a client for OpenStack Searchlight API. There's a Python API
|
|||||||
(the :mod:`searchlightclient` module), and a command-line script
|
(the :mod:`searchlightclient` module), and a command-line script
|
||||||
(installed as :program:`openstack`).
|
(installed as :program:`openstack`).
|
||||||
|
|
||||||
Contributing
|
Contents:
|
||||||
============
|
|
||||||
|
|
||||||
Code is hosted at `git.openstack.org`_. Submit bugs to the searchlight project
|
.. toctree::
|
||||||
on `Launchpad`_. Submit code to the openstack/python-searchlightclient project
|
:maxdepth: 2
|
||||||
using `Gerrit`_.
|
|
||||||
|
|
||||||
.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-searchlightclient
|
contribute/index
|
||||||
.. _Launchpad: https://launchpad.net/python-searchlightclient
|
|
||||||
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
||||||
|
|
||||||
Testing
|
|
||||||
-------
|
|
||||||
|
|
||||||
The preferred way to run the unit tests is using ``tox``.
|
|
||||||
|
|
||||||
See `Consistent Testing Interface`_ for more details.
|
|
||||||
|
|
||||||
.. _Consistent Testing Interface: http://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst
|
|
||||||
|
|
||||||
Man Page
|
Man Page
|
||||||
========
|
========
|
||||||
|
Reference in New Issue
Block a user