diff options
author | Brad King <brad.king@kitware.com> | 2020-11-24 15:32:43 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-24 16:29:34 -0500 |
commit | d231d92289a6d4cc3aa182eccfa3676d4eef5c90 (patch) | |
tree | a180ca038df88aed3d555d17f6e7c915c0332d3a | |
parent | 5b8b8386f56aaf4234cf71101602a066f38d831a (diff) | |
download | cmake-d231d92289a6d4cc3aa182eccfa3676d4eef5c90.tar.gz |
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.
-rw-r--r-- | Help/dev/README.rst | 2 | ||||
-rw-r--r-- | Help/dev/experimental.rst | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Help/dev/README.rst b/Help/dev/README.rst index 84da4f1d3d..9c3878b0c8 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 0000000000..4d2b076172 --- /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. |