move developer docs under contributor
- drop _template since there's nothing Change-Id: I850eda1d7b3e729f5d68562f469ecdfa1ce162a0
This commit is contained in:
parent
ead7d16f11
commit
bc16dd747a
65
doc/source/contributor/index.rst
Normal file
65
doc/source/contributor/index.rst
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
..
|
||||||
|
Copyright 2012 Nicolas Barcet for Canonical
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
|
not use this file except in compliance with the License. You may obtain
|
||||||
|
a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
License for the specific language governing permissions and limitations
|
||||||
|
under the License.
|
||||||
|
|
||||||
|
============================================
|
||||||
|
Welcome to the Aodh developer documentation!
|
||||||
|
============================================
|
||||||
|
|
||||||
|
What is the purpose of the project and vision for it?
|
||||||
|
=====================================================
|
||||||
|
|
||||||
|
* Provide alarms and notifications based on metrics.
|
||||||
|
|
||||||
|
This documentation offers information on how Aodh works and how to contribute
|
||||||
|
to the project.
|
||||||
|
|
||||||
|
Overview
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
architecture
|
||||||
|
webapi/index
|
||||||
|
|
||||||
|
Developer Documentation
|
||||||
|
=======================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
install/index
|
||||||
|
configuration
|
||||||
|
testing
|
||||||
|
contributing
|
||||||
|
event-alarm
|
||||||
|
|
||||||
|
Appendix
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
releasenotes/index
|
||||||
|
api/index
|
||||||
|
|
||||||
|
.. update index
|
||||||
|
|
||||||
|
Indices and tables
|
||||||
|
==================
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
||||||
|
* :ref:`modindex`
|
||||||
|
* :ref:`search`
|
@ -1,5 +1,6 @@
|
|||||||
..
|
..
|
||||||
Copyright 2012 Nicolas Barcet for Canonical
|
Copyright 2010 OpenStack Foundation
|
||||||
|
All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
not use this file except in compliance with the License. You may obtain
|
not use this file except in compliance with the License. You may obtain
|
||||||
@ -13,55 +14,20 @@
|
|||||||
License for the specific language governing permissions and limitations
|
License for the specific language governing permissions and limitations
|
||||||
under the License.
|
under the License.
|
||||||
|
|
||||||
============================================
|
==================================
|
||||||
Welcome to the Aodh developer documentation!
|
Welcome to Aodh's documentation!
|
||||||
============================================
|
==================================
|
||||||
|
|
||||||
What is the purpose of the project and vision for it?
|
The Alarming service (aodh) project provides a service that enables the ability
|
||||||
=====================================================
|
to trigger actions based on defined rules against metric or event data
|
||||||
|
collected by Ceilometer or Gnocchi.
|
||||||
* Provide alarms and notifications based on metrics.
|
|
||||||
|
|
||||||
This documentation offers information on how Aodh works and how to contribute
|
|
||||||
to the project.
|
|
||||||
|
|
||||||
Overview
|
|
||||||
========
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
architecture
|
contributor/index
|
||||||
webapi/index
|
|
||||||
|
|
||||||
Developer Documentation
|
|
||||||
=======================
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
install/index
|
|
||||||
configuration
|
|
||||||
testing
|
|
||||||
contributing
|
|
||||||
event-alarm
|
|
||||||
|
|
||||||
Appendix
|
|
||||||
========
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
releasenotes/index
|
|
||||||
glossary
|
glossary
|
||||||
api/index
|
|
||||||
|
|
||||||
|
|
||||||
.. update index
|
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
Loading…
Reference in New Issue
Block a user