From 3b2b73bd226b6867cf3d9800eae203f360cc242c Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 28 Apr 2021 02:12:05 +0200 Subject: [PATCH] virtualsmartcard: don't publish python API --- virtualsmartcard/doc/api.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/virtualsmartcard/doc/api.txt b/virtualsmartcard/doc/api.txt index d95d0dd..cd9441c 100644 --- a/virtualsmartcard/doc/api.txt +++ b/virtualsmartcard/doc/api.txt @@ -33,15 +33,6 @@ The communication is initiated by |vpcd|. First the length of the data (in network byte order, i.e. big endian) is sent followed by the data itself. -=================================== -Documentation to Virtual Smart Card -=================================== - -.. toctree:: - - api/virtualsmartcard - - ======== Examples ======== @@ -56,8 +47,7 @@ includes all standard commands for file management and secure messaging. Let's assume we want to create a cryptoflex card, that acts mostly according to ISO 7816. In this example we only want to add little things that differ from ISO 7816. But as for most complex software you need to know where you need to -hook into. Here we only want to give an overview to the design, the complete -details can be found in section `Documentation to Virtual Smart Card`_. +hook into. Here we only want to give an overview to the design. Back to the cryptoflex example. :class:`~virtualsmartcard.VirtualSmartcard.VirtualICC` provides the connection