summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-11-24 20:32:43 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-24 21:29:34 (GMT)
commitd231d92289a6d4cc3aa182eccfa3676d4eef5c90 (patch)
treea180ca038df88aed3d555d17f6e7c915c0332d3a
parent5b8b8386f56aaf4234cf71101602a066f38d831a (diff)
downloadCMake-d231d92289a6d4cc3aa182eccfa3676d4eef5c90.zip
CMake-d231d92289a6d4cc3aa182eccfa3676d4eef5c90.tar.gz
CMake-d231d92289a6d4cc3aa182eccfa3676d4eef5c90.tar.bz2
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.rst2
-rw-r--r--Help/dev/experimental.rst10
2 files changed, 12 insertions, 0 deletions
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.