From 4ecee40800b5dd38e6dde5ea90466c8b6451ea32 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Wed, 26 Oct 2011 13:40:31 +0000 Subject: [PATCH] separated programming guide git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@575 96b47cad-a561-4643-ad3b-153ac7d7599c --- doc/index.rst | 11 ++++++++--- doc/npaapi.rst | 10 +++++----- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 24334be..feba851 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,16 +10,21 @@ Welcome to vsmartcard. vsmartcard is an umbrella project for various projects co Currently the following projects are part of vsmartcard: -Contents: - .. toctree:: virtualsmartcard pcsc-relay npa - npaapi ccid +Looking for a feature the included programs do not offer? Want to extend the +functionality of some library? Apart from requesting a new feature, you can +have a look at these programming guides and try yourself: + +.. toctree:: + + npaapi + Download ======== diff --git a/doc/npaapi.rst b/doc/npaapi.rst index fd8d285..0af278d 100644 --- a/doc/npaapi.rst +++ b/doc/npaapi.rst @@ -1,8 +1,8 @@ .. highlight:: c -**************** -nPA API Overview -**************** +******************************** +Programming with the nPA Library +******************************** The nPA library includes a generic implementation for Secure Messaging (SM), which might also be used in conjunction with other cards. It is implemented to @@ -73,8 +73,8 @@ Defines Example ======= -Note that in order to compile and execute this example you need to correctly -:ref:`set up your environment `. +In order to compile and execute this example you need to correctly :ref:`set up +your environment `. .. literalinclude:: ../npa/src/example.c :lines: 20-