]> git.proxmox.com Git - ceph.git/blob - ceph/doc/dev/developer_guide/index.rst
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / doc / dev / developer_guide / index.rst
1 ============================================
2 Contributing to Ceph: A Guide for Developers
3 ============================================
4
5 :Author: Loic Dachary
6 :Author: Nathan Cutler
7 :License: Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
8
9 .. note:: You may also be interested in the :doc:`/dev/internals` documentation.
10
11 .. toctree::
12 :maxdepth: 1
13
14 Introduction <intro>
15 Essentials <essentials>
16 What is Merged and When <merging>
17 Issue tracker <issue-tracker>
18 Basic workflow <basic-workflow>
19 Tests: Unit Tests <tests-unit-tests>
20 Tests: Integration Tests <tests-integration-tests>
21 Running Tests Locally <running-tests-locally>
22 Running Integration Tests using Teuthology <running-tests-using-teuth>
23 Running Tests in the Cloud <running-tests-in-cloud>
24 Ceph Dashboard Developer Documentation (formerly HACKING.rst) <dash-devel>
25 cephadm Developer Documentation <../cephadm/index>