From 1abaadcea30208b9d01f4fd9c36c8315c2e816df Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Fri, 9 Dec 2011 13:27:23 +0000 Subject: [PATCH] dont document special members git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@659 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/doc/README.rst | 2 +- virtualsmartcard/doc/README.rst.in | 2 +- virtualsmartcard/doc/generate_modules.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtualsmartcard/doc/README.rst b/virtualsmartcard/doc/README.rst index 0f44feb..7d7cf3a 100644 --- a/virtualsmartcard/doc/README.rst +++ b/virtualsmartcard/doc/README.rst @@ -24,7 +24,7 @@ Virtual Smart Card GPL version 3 :Tested Platforms: - Linux (Debian, Ubuntu, OpenMoko) - - Windows (|vpicc| natively, |vpcd| via Cygwin) + - Windows (|vpicc| natively, |vpcd| only via Cygwin) :Potential Platforms: Unix-like operating systems (Mac OS, Solaris, BSD, ...) diff --git a/virtualsmartcard/doc/README.rst.in b/virtualsmartcard/doc/README.rst.in index d3493da..3206f08 100644 --- a/virtualsmartcard/doc/README.rst.in +++ b/virtualsmartcard/doc/README.rst.in @@ -24,7 +24,7 @@ GPL version 3 :Tested Platforms: - Linux (Debian, Ubuntu, OpenMoko) - - Windows (only |vpicc|, not |vpcd|) + - Windows (|vpicc| natively, |vpcd| only via Cygwin) :Potential Platforms: Unix-like operating systems (Mac OS, Solaris, BSD, ...) diff --git a/virtualsmartcard/doc/generate_modules.py b/virtualsmartcard/doc/generate_modules.py index 4f5720a..9af716a 100755 --- a/virtualsmartcard/doc/generate_modules.py +++ b/virtualsmartcard/doc/generate_modules.py @@ -39,7 +39,7 @@ OPTIONS = ['members', 'inherited-members', 'show-inheritance', 'private-members', - 'special-members', + #'special-members', ] INIT = '__init__.py'