Skip to content

Commit 90639b1

Browse files
committed
Add refstate API reference
1 parent 87a44a8 commit 90639b1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Welcome to StagPy's documentation!
4848
sources/apiref/phyvars
4949
sources/apiref/plates
5050
sources/apiref/processing
51+
sources/apiref/refstate
5152
sources/apiref/rprof
5253
sources/apiref/stagyydata
5354
sources/apiref/step

docs/sources/apiref/refstate.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
refstate
2+
========
3+
4+
.. automodule:: stagpy.refstate
5+
:members:

docs/sources/tuto.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This means a minimal call to StagPy is as follow::
2121
``<subcommand>`` can be one of the following:
2222

2323
* ``field``: plot scalar fields such as temperature or stream function;
24+
* ``refstate``: plot reference state;
2425
* ``rprof``: plot radial profiles;
2526
* ``time``: plot time series;
2627
* ``plates``: perform plate analysis;

0 commit comments

Comments
 (0)