summaryrefslogtreecommitdiffstats
path: root/doc/dev/developer_guide/index.rst
blob: 30d5e5e223be9d49099acf2a92b1c3619fd21d96 (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
============================================
Contributing to Ceph: A Guide for Developers
============================================

:Author: Loic Dachary
:Author: Nathan Cutler
:License: Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)

.. note:: You may also be interested in the :doc:`/dev/internals` documentation.

.. toctree::
   :maxdepth: 1

   Introduction <intro>
   Essentials <essentials>
   What is Merged and When <merging>
   Issue tracker <issue-tracker>
   Basic workflow <basic-workflow>
   Tests: Unit Tests <tests-unit-tests>
   Tests: Integration Tests <tests-integration-tests>
   Running Tests Locally <running-tests-locally>
   Running Integration Tests using Teuthology <running-tests-using-teuth>
   Running Tests in the Cloud <running-tests-in-cloud>
   Ceph Dashboard Developer Documentation (formerly HACKING.rst) <dash-devel>
   cephadm Developer Documentation  <../cephadm/index>