[S] Change in pysim[master]: docs: Fix command reference for 'apdu' command

2023-10-24 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/pysim/+/34878?usp=email )

Change subject: docs: Fix command reference for 'apdu' command
..

docs: Fix command reference for 'apdu' command

This fixes the below error during build of the documentation:

pysim/docs/shell.rst:349: ERROR: "" has no 
attribute "apdu_cmd_parser"

Change-Id: If89b66a45ea18b5a3fc56bf77b05e679463da5a8
---
M docs/shell.rst
1 file changed, 14 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/docs/shell.rst b/docs/shell.rst
index 73b988a..dea0bb4 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -342,7 +342,7 @@
 
 .. argparse::
:module: pySim-shell
-   :func: PySimCommands.apdu_cmd_parser
+   :func: PysimApp.apdu_cmd_parser




--
To view, visit https://gerrit.osmocom.org/c/pysim/+/34878?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: If89b66a45ea18b5a3fc56bf77b05e679463da5a8
Gerrit-Change-Number: 34878
Gerrit-PatchSet: 1
Gerrit-Owner: laforge 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


[S] Change in pysim[master]: docs: Fix command reference for 'apdu' command

2023-10-24 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/pysim/+/34878?usp=email )

Change subject: docs: Fix command reference for 'apdu' command
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/pysim/+/34878?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: If89b66a45ea18b5a3fc56bf77b05e679463da5a8
Gerrit-Change-Number: 34878
Gerrit-PatchSet: 1
Gerrit-Owner: laforge 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Tue, 24 Oct 2023 09:06:11 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in pysim[master]: docs: Fix command reference for 'apdu' command

2023-10-23 Thread laforge
laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/34878?usp=email )


Change subject: docs: Fix command reference for 'apdu' command
..

docs: Fix command reference for 'apdu' command

This fixes the below error during build of the documentation:

pysim/docs/shell.rst:349: ERROR: "" has no 
attribute "apdu_cmd_parser"

Change-Id: If89b66a45ea18b5a3fc56bf77b05e679463da5a8
---
M docs/shell.rst
1 file changed, 14 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/78/34878/1

diff --git a/docs/shell.rst b/docs/shell.rst
index 73b988a..dea0bb4 100644
--- a/docs/shell.rst
+++ b/docs/shell.rst
@@ -342,7 +342,7 @@
 
 .. argparse::
:module: pySim-shell
-   :func: PySimCommands.apdu_cmd_parser
+   :func: PysimApp.apdu_cmd_parser




--
To view, visit https://gerrit.osmocom.org/c/pysim/+/34878?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: If89b66a45ea18b5a3fc56bf77b05e679463da5a8
Gerrit-Change-Number: 34878
Gerrit-PatchSet: 1
Gerrit-Owner: laforge 
Gerrit-MessageType: newchange