Skip to content

Commit 09383d0

Browse files
committed
Update links to parse_args
1 parent 8910a2e commit 09383d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/running_libE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The default is ``mpi``.
7070

7171
python myscript.py
7272

73-
Or, if the script uses the :doc:`parse_args()<utilities>` function
73+
Or, if the script uses the :meth:`parse_args<tools.parse_args>` function
7474
or an :class:`Ensemble<libensemble.ensemble.Ensemble>` object with ``Ensemble(parse_args=True)``,
7575
you can specify these on the command line::
7676

@@ -123,7 +123,7 @@ The default is ``mpi``.
123123
Further Command Line Options
124124
----------------------------
125125

126-
See the :doc:`parse_args()<utilities>` function in :doc:`Convenience Tools<utilities>` for
126+
See the :meth:`parse_args<tools.parse_args>` function in :doc:`Convenience Tools<utilities>` for
127127
further command line options.
128128

129129
Persistent Workers

0 commit comments

Comments
 (0)