exclude rsts that are included in other documents

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@745 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-11 12:00:32 +00:00
parent c008fb2248
commit 5a40728d67
2 changed files with 1 additions and 13 deletions

View File

@@ -74,7 +74,7 @@ release = '2011-05-20'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
exclude_patterns = ['_build'] exclude_patterns = ['_build', '*/questions.rst', '*/autotools.rst']
# The reST default role (used for this markup: `text`) to use for all documents. # The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None #default_role = None

View File

@@ -15,18 +15,6 @@ Currently the following projects are part of |vsmartcard|:
ccid/README ccid/README
npa/README npa/README
.. toctree::
:hidden:
ccid/autotools
ccid/questions
npa/autotools
npa/questions
pcsc-relay/autotools
pcsc-relay/questions
virtualsmartcard/autotools
virtualsmartcard/questions
Looking for a feature the included programs do not offer? Want to extend the 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 functionality of some library? Apart from requesting a new feature, you can
have a look at these programming guides and try yourself: have a look at these programming guides and try yourself: