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:
@@ -74,7 +74,7 @@ release = '2011-05-20'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# 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.
|
||||
#default_role = None
|
||||
|
||||
@@ -15,18 +15,6 @@ Currently the following projects are part of |vsmartcard|:
|
||||
ccid/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
|
||||
functionality of some library? Apart from requesting a new feature, you can
|
||||
have a look at these programming guides and try yourself:
|
||||
|
||||
Reference in New Issue
Block a user