ceph/doc/dev/developer_guide/index.rst
Zac Dover 5760cff6e3 doc/dev: add HACKING.rst to Dev Guide
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>
2020-09-11 01:00:48 +10:00

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>