mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
5760cff6e3
This commit exposes HACKING.rst through the docs website. Formerly, HACKING.rst was just a file that existed at /src/pybind/mgr/dashboard/ HACKING.rst. This commit also updates README.rst to point to the new location of HACKING.rst. Fixes: https://tracker.ceph.com/issues/47230 Signed-off-by: Zac Dover <zac.dover@gmail.com>
25 lines
870 B
ReStructuredText
25 lines
870 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>
|