docs/shell: Fix documentation for eUICC ISD-R specific commands

Back in January 2024 in change 7ba09f9392
we migrate dthe commands from 'class ADF_ISDR' to CardApplicationISDR
without updating the sphinx-argparse references in the documentation.

Let's fix that, making the syntax reference for those commands re-appear
in the documentation.

Change-Id: I1d7e2d1a5dfbdcc11b1fdb3e89845787f7cddbfc
This commit is contained in:
Harald Welte
2024-11-26 21:23:10 +01:00
parent 708a45bcee
commit 2debf5dc4b

View File

@@ -1118,7 +1118,7 @@ es10x_store_data
.. argparse:: .. argparse::
:module: pySim.euicc :module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.es10x_store_data_parser :func: CardApplicationISDR.AddlShellCommands.es10x_store_data_parser
get_euicc_configured_addresses get_euicc_configured_addresses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1137,7 +1137,7 @@ set_default_dp_address
.. argparse:: .. argparse::
:module: pySim.euicc :module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.set_def_dp_addr_parser :func: CardApplicationISDR.AddlShellCommands.set_def_dp_addr_parser
get_euicc_challenge get_euicc_challenge
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
@@ -1280,7 +1280,7 @@ remove_notification_from_list
.. argparse:: .. argparse::
:module: pySim.euicc :module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.rem_notif_parser :func: CardApplicationISDR.AddlShellCommands.rem_notif_parser
Example:: Example::
@@ -1329,7 +1329,7 @@ enable_profile
.. argparse:: .. argparse::
:module: pySim.euicc :module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.en_prof_parser :func: CardApplicationISDR.AddlShellCommands.en_prof_parser
Example (successful):: Example (successful)::
@@ -1351,7 +1351,7 @@ disable_profile
.. argparse:: .. argparse::
:module: pySim.euicc :module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.dis_prof_parser :func: CardApplicationISDR.AddlShellCommands.dis_prof_parser
Example (successful):: Example (successful)::
@@ -1365,7 +1365,7 @@ delete_profile
.. argparse:: .. argparse::
:module: pySim.euicc :module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.del_prof_parser :func: CardApplicationISDR.AddlShellCommands.del_prof_parser
Example:: Example::
@@ -1392,7 +1392,7 @@ set_nickname
.. argparse:: .. argparse::
:module: pySim.euicc :module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.set_nickname_parser :func: CardApplicationISDR.AddlShellCommands.set_nickname_parser
Example:: Example::