From d231d92289a6d4cc3aa182eccfa3676d4eef5c90 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 24 Nov 2020 15:32:43 -0500 Subject: Help/dev: Add a CMake Experimental Features Guide Initialize it with placeholder content. This document will serve to contain documentation for experimental features that are under development and not yet included in official documentation. --- Help/dev/README.rst | 2 ++ Help/dev/experimental.rst | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Help/dev/experimental.rst diff --git a/Help/dev/README.rst b/Help/dev/README.rst index 84da4f1..9c3878b 100644 --- a/Help/dev/README.rst +++ b/Help/dev/README.rst @@ -37,9 +37,11 @@ CMake developer documentation is provided by the following documents: * The `CMake Source Code Guide`_. * The `CMake Documentation Guide`_. +* The `CMake Experimental Features Guide`_. .. _`CMake Source Code Guide`: source.rst .. _`CMake Documentation Guide`: documentation.rst +.. _`CMake Experimental Features Guide`: experimental.rst Maintainer Documentation ======================== diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst new file mode 100644 index 0000000..4d2b076 --- /dev/null +++ b/Help/dev/experimental.rst @@ -0,0 +1,10 @@ +CMake Experimental Features Guide +********************************* + +The following is a guide to CMake experimental features that are +under development and not yet included in official documentation. +See documentation on `CMake Development`_ for more information. + +.. _`CMake Development`: README.rst + +No experimental features are under development in this version of CMake. -- cgit v0.12