laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/38961?usp=email )
Change subject: docs/shell: Fix documentation for eUICC ISD-R specific commands
......................................................................
docs/shell: Fix documentation for eUICC ISD-R specific commands
Back in January 2024 in change 7ba09f9392c8023842a7b5576936cb21ff85c6c0
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
---
M docs/shell.rst
1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/61/38961/1
diff --git a/docs/shell.rst b/docs/shell.rst
index b70555d..31689fd 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -1118,7 +1118,7 @@
.. argparse::
:module: pySim.euicc
- :func: ADF_ISDR.AddlShellCommands.es10x_store_data_parser
+ :func: CardApplicationISDR.AddlShellCommands.es10x_store_data_parser
get_euicc_configured_addresses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1137,7 +1137,7 @@
.. argparse::
:module: pySim.euicc
- :func: ADF_ISDR.AddlShellCommands.set_def_dp_addr_parser
+ :func: CardApplicationISDR.AddlShellCommands.set_def_dp_addr_parser
get_euicc_challenge
~~~~~~~~~~~~~~~~~~~
@@ -1280,7 +1280,7 @@
.. argparse::
:module: pySim.euicc
- :func: ADF_ISDR.AddlShellCommands.rem_notif_parser
+ :func: CardApplicationISDR.AddlShellCommands.rem_notif_parser
Example::
@@ -1329,7 +1329,7 @@
.. argparse::
:module: pySim.euicc
- :func: ADF_ISDR.AddlShellCommands.en_prof_parser
+ :func: CardApplicationISDR.AddlShellCommands.en_prof_parser
Example (successful)::
@@ -1351,7 +1351,7 @@
.. argparse::
:module: pySim.euicc
- :func: ADF_ISDR.AddlShellCommands.dis_prof_parser
+ :func: CardApplicationISDR.AddlShellCommands.dis_prof_parser
Example (successful)::
@@ -1365,7 +1365,7 @@
.. argparse::
:module: pySim.euicc
- :func: ADF_ISDR.AddlShellCommands.del_prof_parser
+ :func: CardApplicationISDR.AddlShellCommands.del_prof_parser
Example::
@@ -1392,7 +1392,7 @@
.. argparse::
:module: pySim.euicc
- :func: ADF_ISDR.AddlShellCommands.set_nickname_parser
+ :func: CardApplicationISDR.AddlShellCommands.set_nickname_parser
Example::
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/38961?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I1d7e2d1a5dfbdcc11b1fdb3e89845787f7cddbfc
Gerrit-Change-Number: 38961
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>