fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/42538?usp=email )
Change subject: docs/card-key-provider: fix heading levels and typo ......................................................................
docs/card-key-provider: fix heading levels and typo
The "ADM PIN" and "SCP02 / SCP03" sub-sections of "Field naming" used the '~' heading character, which Sphinx resolved to level 4 - skipping level 3 and throwing build ERRORs. As a result, both sub-sections had no heading at all. Change both to '^' (level 3) to match the other sub-sections in this file.
While at it, fix a typo: "consisting if" -> "consisting of".
Change-Id: Ia56efc7fadcc0fd62e87e63850b929d2f80851ba --- M docs/card-key-provider.rst 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/38/42538/1
diff --git a/docs/card-key-provider.rst b/docs/card-key-provider.rst index 16ac105..702e363 100644 --- a/docs/card-key-provider.rst +++ b/docs/card-key-provider.rst @@ -305,16 +305,16 @@
ADM PIN -~~~~~~~ +^^^^^^^
The `verify_adm` command will attempt to look up the `ADM1` column indexed by the ICCID of the SIM/UICC.
SCP02 / SCP03 -~~~~~~~~~~~~~ +^^^^^^^^^^^^^
-SCP02 and SCP03 each use key triplets consisting if ENC, MAC and DEK +SCP02 and SCP03 each use key triplets consisting of ENC, MAC and DEK keys. For more details, see the applicable GlobalPlatform specifications.