From 5a40728d67a2fe2054be6514c0f15d07ac4a9d5c Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Wed, 11 Apr 2012 12:00:32 +0000 Subject: [PATCH] exclude rsts that are included in other documents git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@745 96b47cad-a561-4643-ad3b-153ac7d7599c --- doc/conf.py | 2 +- doc/index.rst | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 649563a..144851b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 diff --git a/doc/index.rst b/doc/index.rst index cebd1a4..6944dd6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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: