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'