- worked around warnings of sphinx
- using generic file for questions for all subprojects git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@595 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
.. highlight:: sh
|
||||
|
||||
=============
|
||||
Installation
|
||||
=============
|
||||
|
||||
@PACKAGE_NAME@ uses the GNU Build System to compile and install. If you are
|
||||
unfamiliar with it, please have a look at :file:`INSTALL`. If you have a look
|
||||
around and can not find it, you are probably working bleeding edge in the
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
# serve to show the default.
|
||||
|
||||
import sys, os, breathe
|
||||
from sphinxcontrib.doxylink import doxylink
|
||||
|
||||
os.system("make doc -C npa >/dev/null")
|
||||
os.system("make doc -C virtualsmartcard >/dev/null")
|
||||
|
||||
@@ -17,6 +17,18 @@ Currently the following projects are part of vsmartcard:
|
||||
npa/README
|
||||
ccid/README
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
virtualsmartcard/autotools
|
||||
pcsc-relay/autotools
|
||||
npa/autotools
|
||||
ccid/autotools
|
||||
virtualsmartcard/questions
|
||||
pcsc-relay/questions
|
||||
npa/questions
|
||||
ccid/questions
|
||||
|
||||
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:
|
||||
|
||||
6
doc/questions.rst.in
Normal file
6
doc/questions.rst.in
Normal file
@@ -0,0 +1,6 @@
|
||||
========
|
||||
Question
|
||||
========
|
||||
|
||||
For questions, please use http://sourceforge.net/projects/vsmartcard/support
|
||||
|
||||
Reference in New Issue
Block a user