We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8910a2e commit 09383d0Copy full SHA for 09383d0
1 file changed
docs/running_libE.rst
@@ -70,7 +70,7 @@ The default is ``mpi``.
70
71
python myscript.py
72
73
- Or, if the script uses the :doc:`parse_args()<utilities>` function
+ Or, if the script uses the :meth:`parse_args<tools.parse_args>` function
74
or an :class:`Ensemble<libensemble.ensemble.Ensemble>` object with ``Ensemble(parse_args=True)``,
75
you can specify these on the command line::
76
@@ -123,7 +123,7 @@ The default is ``mpi``.
123
Further Command Line Options
124
----------------------------
125
126
-See the :doc:`parse_args()<utilities>` function in :doc:`Convenience Tools<utilities>` for
+See the :meth:`parse_args<tools.parse_args>` function in :doc:`Convenience Tools<utilities>` for
127
further command line options.
128
129
Persistent Workers
0 commit comments