]> git.proxmox.com Git - ceph.git/blame - ceph/doc/dev/developer_guide/index.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / doc / dev / developer_guide / index.rst
CommitLineData
9f95a23c
TL
1============================================
2Contributing 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>
20effc67
TL
20 Tests: Integration Tests (Teuthology) <testing_integration_tests/index>
21 Tests: Running Tests (Locally) <running-tests-locally>
f67539c2 22 Ceph Dashboard Developer Documentation (formerly HACKING.rst) <dash-devel>
20effc67
TL
23 Tracing Developer Documentation <jaegertracing>
24 Cephadm Developer Documentation <../cephadm/index>
1e59de90 25 Debugging with GDB <debugging-gdb>