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.
This commit is contained in:
Brad King
2020-11-24 15:32:43 -05:00
parent 5b8b8386f5
commit d231d92289
2 changed files with 12 additions and 0 deletions

View File

@@ -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
========================

10
Help/dev/experimental.rst Normal file
View File

@@ -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.