Skip to content

Commit 465fb18

Browse files
nashifkartben
authored andcommitted
doc: style: move cmake into style guidelines
Consolidate all style guidelines into one place, moving cmake style guidelines under the contribute section. Signed-off-by: Anas Nashif <[email protected]>
1 parent 034ec24 commit 465fb18

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

doc/build/cmake/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ source file :file:`src/main.c`, behavior that we surely do not want. The
4444
paths of a target library.
4545

4646
When introducing build system code using CMake or adding new CMake files,
47-
please follow the style guidlines outline :ref:`here <cmake-style>`.
47+
please follow the style guidelines outlined :ref:`here <cmake-style>`.
4848

4949

5050
Build and Configuration Phases
File renamed without changes.

doc/contribute/style_guidelines.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Coding Style Guidelines
55
#######################
66

7+
.. toctree::
8+
:maxdepth: 1
9+
10+
style/cmake.rst
11+
712
C Code and General Style
813
************************
914

0 commit comments

Comments
 (0)