diff options
author | Brad King <brad.king@kitware.com> | 2020-11-24 20:32:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-24 21:29:34 (GMT) |
commit | d231d92289a6d4cc3aa182eccfa3676d4eef5c90 (patch) | |
tree | a180ca038df88aed3d555d17f6e7c915c0332d3a /Help/dev/README.rst | |
parent | 5b8b8386f56aaf4234cf71101602a066f38d831a (diff) | |
download | CMake-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.
Diffstat (limited to 'Help/dev/README.rst')
-rw-r--r-- | Help/dev/README.rst | 2 |
1 files changed, 2 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 ======================== |