blob: a3f624f65b284554a4e0b16691a217d7327a85cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Pacemaker Development
=====================
*Working with the Pacemaker Code Base*
Abstract
--------
This document has guidelines and tips for developers interested in editing
Pacemaker source code and submitting changes for inclusion in the project.
Start with the FAQ; the rest is optional detail.
Table of Contents
-----------------
.. toctree::
:maxdepth: 3
:numbered:
faq
general
documentation
python
c
components
helpers
evolution
glossary
Index
-----
* :ref:`genindex`
* :ref:`search`
|