LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
379 stars 108 forks source link

RFE: provide sphinx documentation #116

Closed kloczek closed 2 years ago

kloczek commented 2 years ago

Looks like pyscard to generate documentation uses epydoc which seems is no longer maintained. I think that it would be good provide generated documentation using sphinx

LudovicRousseau commented 2 years ago

The documentation is already using sphinx. See the bottom line of https://pyscard.sourceforge.io/

The epidoc directory is no more used. I just removed it. Thanks

kloczek commented 2 years ago

So how that documentation is build? :/ Simple I don't see copy.py file in source tree.

LudovicRousseau commented 2 years ago

Have a look at https://github.com/LudovicRousseau/pyscard/tree/master/smartcard/doc

What is this file copy.py?