summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/coding-style.rst6
-rw-r--r--Documentation/contributing.rst11
-rw-r--r--Documentation/index.rst1
3 files changed, 13 insertions, 5 deletions
diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst
index c5324823..9939c7b1 100644
--- a/Documentation/coding-style.rst
+++ b/Documentation/coding-style.rst
@@ -1,10 +1,8 @@
+.. _coding-style-guidelines:
+
Coding Style Guidelines
=======================
-The libcamera project has high standards of stability, efficiency and
-reliability. To achieve those, the project goes to great length to produce
-code that is as easy to read, understand and maintain as possible.
-
These coding guidelines are meant to ensure code quality. As a contributor
you are expected to follow them in all code submitted to the project. While
strict compliance is desired, exceptions are tolerated when justified with
diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst
index 087f188e..390b96a5 100644
--- a/Documentation/contributing.rst
+++ b/Documentation/contributing.rst
@@ -53,6 +53,12 @@ Sphinx integration with Doxygen is planned, likely using `Breathe`_ and
Submitting Patches
------------------
+The libcamera project has high standards of stability, efficiency and
+reliability. To achieve those, the project goes to great length to produce
+code that is as easy to read, understand and maintain as possible. This is
+made possible by a set of :ref:`coding-style-guidelines` that all submissions
+are expected to follow.
+
Patches submitted to the libcamera project must be certified as suitable for
integration into an open source project. As such libcamera follows the same
model as utilised by the Linux kernel, and requires the use of 'Signed-off-by:'
@@ -62,3 +68,8 @@ By signing your contributions you are certifying your work in accordance with
the `Developer's Certificate of Origin`_
.. _Developer's Certificate of Origin: https://developercertificate.org/
+
+.. toctree::
+ :hidden:
+
+ Coding Style <coding-style>
diff --git a/Documentation/index.rst b/Documentation/index.rst
index ec222210..84d5f6a8 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -7,6 +7,5 @@
Home <self>
Docs <docs>
- Coding Style <coding-style>
Contribute <contributing>
API <api-html/index>