diff --git a/doc/build/cmake/index.rst b/doc/build/cmake/index.rst index 8aa9405e74c..2b180eaa5d9 100644 --- a/doc/build/cmake/index.rst +++ b/doc/build/cmake/index.rst @@ -44,7 +44,7 @@ source file :file:`src/main.c`, behavior that we surely do not want. The paths of a target library. When introducing build system code using CMake or adding new CMake files, -please follow the style guidlines outline :ref:`here `. +please follow the style guidelines outlined :ref:`here `. Build and Configuration Phases diff --git a/doc/build/cmake/style.rst b/doc/contribute/style/cmake.rst similarity index 100% rename from doc/build/cmake/style.rst rename to doc/contribute/style/cmake.rst diff --git a/doc/contribute/style_guidelines.rst b/doc/contribute/style_guidelines.rst index 0a282afee22..2cd2f533423 100644 --- a/doc/contribute/style_guidelines.rst +++ b/doc/contribute/style_guidelines.rst @@ -4,6 +4,11 @@ Coding Style Guidelines ####################### +.. toctree:: + :maxdepth: 1 + + style/cmake.rst + C Code and General Style ************************