diff --git a/doc/disclaimers.rst b/doc/disclaimers.rst new file mode 100644 index 00000000000..8fdbc068eea --- /dev/null +++ b/doc/disclaimers.rst @@ -0,0 +1,11 @@ +.. _disclaimers: + +Disclaimers +########### + +.. important:: + +This documentation is a work in progress and is being provided for +informative purposes only. Because it is a work in progress, there are +parts that are either missing or will be revised as code development +continues. \ No newline at end of file diff --git a/doc/index.rst b/doc/index.rst index 6aec13f90ce..d3044d71325 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -3,6 +3,7 @@ .. include:: documentation_license.rst +.. include:: disclaimers.rst .. toctree:: :maxdepth: 2 @@ -19,4 +20,4 @@ Indices and tables * :ref:`genindex` -* :ref:`search` \ No newline at end of file +* :ref:`search`