Skip to content

Commit

Permalink
[docs] Use sphinx-argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Aug 13, 2023
1 parent 08d906a commit b573626
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinx/conf.py
Expand Up @@ -39,6 +39,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.autosummary',
'sphinxarg.ext',
'sphinxcontrib.doxylink',
'sphinx.ext.intersphinx',
]
Expand Down
3 changes: 3 additions & 0 deletions doc/sphinx/yaml/ck2yaml.rst
@@ -0,0 +1,3 @@
**************************
Chemkin to YAML conversion
**************************
8 changes: 8 additions & 0 deletions doc/sphinx/yaml/cti2yaml.rst
@@ -0,0 +1,8 @@
***********************
CTI to YAML conversion
***********************

.. argparse::
:module: cantera.cti2yaml
:func: create_argparser
:prog: cti2yaml
8 changes: 8 additions & 0 deletions doc/sphinx/yaml/ctml2yaml.rst
@@ -0,0 +1,8 @@
***********************
CTML to YAML conversion
***********************

.. argparse::
:module: cantera.ctml2yaml
:func: create_argparser
:prog: ctml2yaml
4 changes: 4 additions & 0 deletions doc/sphinx/yaml/index.rst
Expand Up @@ -11,3 +11,7 @@ YAML Input File Reference
elements
species
reactions
ck2yaml
cti2yaml
ctml2yaml
yaml2ck
8 changes: 8 additions & 0 deletions doc/sphinx/yaml/yaml2ck.rst
@@ -0,0 +1,8 @@
**************************
YAML to Chemkin conversion
**************************

.. argparse::
:module: cantera.yaml2ck
:func: create_argparser
:prog: yaml2ck

0 comments on commit b573626

Please sign in to comment.