mirror of
https://github.com/ceph/ceph
synced 2025-04-11 04:02:04 +00:00
We should not link the dev guide form the user documentation. The user docs are already convoluted and hard to follow. Adding the dev guide is not helpful. Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
26 lines
925 B
ReStructuredText
26 lines
925 B
ReStructuredText
============================================
|
|
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>
|