[Doc] Add admonitions redirecting users to stable docs

This commit is contained in:
Ray Speth 2023-10-03 15:47:15 -04:00 committed by Ray Speth
parent b30db6a8b6
commit 3416eba3b8
6 changed files with 33 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# Develop
```{caution}
This page is a work in progress. For compilation instructions for Cantera 3.0, please
see <a href="/install/compiling-install.html">this page</a>.
```
- Compilation instructions
- Explanations of how the code works
- Guides to introducing new models

View File

@ -1,5 +1,10 @@
# Table of Contents
```{caution}
This page is a work in progress. For documentation and tutorials for Cantera 3.0, please
see <a href="/index.html">this page</a>.
```
```{toctree}
:maxdepth: 1

View File

@ -1,5 +1,10 @@
# Install
```{caution}
This page is a work in progress. For installation instructions for Cantera 3.0, please
see <a href="/install/index.html">this page</a>.
```
```{toctree}
:maxdepth: 1

View File

@ -3,6 +3,13 @@
This pages provide detailed reference documentation for Cantera.
```{caution}
This page is a work in progress. For more complete documentation of the current Cantera
release (Cantera 3.0), please see the
<a href="/documentation/index.html">documentation index</a> and the
<a href="science/index.html">Science & Theory Manual</a>.
```
## Programming Reference
These sections document the classes and functions that define the Cantera interface for

View File

@ -1,5 +1,10 @@
# Reactors and Reactor Networks
```{caution}
This page is a work in progress. For more complete documentation of the current Cantera
release (Cantera 3.0), please see <a href="/science/reactors/reactors.html">this page</a>.
```
## Reactors
A Cantera *reactor* represents the simplest form of a chemically reacting system. It

View File

@ -1,7 +1,13 @@
# User Guide
```{caution}
This page is a work in progress. For tutorials covering the current Cantera
release (Cantera 3.0), please see <a href="/tutorials/index.html">this page</a>.
```
## Introductory Tutorials
{doc}`Getting Started with Python <python-tutorial>`
* Task/goal-oriented guides