From: <lu...@us...> - 2014-12-13 10:42:32
|
Revision: 653 http://sourceforge.net/p/pyscard/code/653 Author: ludov Date: 2014-12-13 10:42:29 +0000 (Sat, 13 Dec 2014) Log Message: ----------- Add the toctree Modified Paths: -------------- trunk/pyscard/src/smartcard/doc/index.rst Modified: trunk/pyscard/src/smartcard/doc/index.rst =================================================================== --- trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:40:52 UTC (rev 652) +++ trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:42:29 UTC (rev 653) @@ -40,3 +40,24 @@ High level API samples: See :ref:`framework_samples` Low level API samples: See :ref:`wrapper_samples` + +Index +***** + +Contents: + +.. toctree:: + :maxdepth: 4 + + user-guide + pyscard-framework + pyscard-wrapper + license + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lu...@us...> - 2014-12-13 10:44:23
|
Revision: 654 http://sourceforge.net/p/pyscard/code/654 Author: ludov Date: 2014-12-13 10:44:15 +0000 (Sat, 13 Dec 2014) Log Message: ----------- Add a link to the sourceforge project page Link to the sourceforge.org home project page. Modified Paths: -------------- trunk/pyscard/src/smartcard/doc/index.rst Modified: trunk/pyscard/src/smartcard/doc/index.rst =================================================================== --- trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:42:29 UTC (rev 653) +++ trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:44:15 UTC (rev 654) @@ -1,8 +1,9 @@ pyscard - python for smart cards ################################ -pyscard - python smart card library - is a python module adding smart -cards support to `python <http://www.python.org/>`_. +`pyscard - python smart card library - +<https://sourceforge.net/projects/pyscard/>`_ is a python module adding +smart cards support to `python <http://www.python.org/>`_. `download <http://sourceforge.net/projects/pyscard/>`_ pyscard from sourceforge.net. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lu...@us...> - 2014-12-13 10:45:19
|
Revision: 655 http://sourceforge.net/p/pyscard/code/655 Author: ludov Date: 2014-12-13 10:45:16 +0000 (Sat, 13 Dec 2014) Log Message: ----------- Update the download URL Modified Paths: -------------- trunk/pyscard/src/smartcard/doc/index.rst Modified: trunk/pyscard/src/smartcard/doc/index.rst =================================================================== --- trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:44:15 UTC (rev 654) +++ trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:45:16 UTC (rev 655) @@ -5,7 +5,8 @@ <https://sourceforge.net/projects/pyscard/>`_ is a python module adding smart cards support to `python <http://www.python.org/>`_. -`download <http://sourceforge.net/projects/pyscard/>`_ pyscard from sourceforge.net. +`download <https://sourceforge.net/projects/pyscard/files/pyscard/>`_ +pyscard from sourceforge.net. Report bugs, patches and feature requests using the `sourceforge pyscard bug tracking system <https://sourceforge.net/p/pyscard/_list/tickets>`_. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lu...@us...> - 2014-12-13 12:28:10
|
Revision: 656 http://sourceforge.net/p/pyscard/code/656 Author: ludov Date: 2014-12-13 12:28:02 +0000 (Sat, 13 Dec 2014) Log Message: ----------- Correct chapter title Modified Paths: -------------- trunk/pyscard/src/smartcard/doc/index.rst Modified: trunk/pyscard/src/smartcard/doc/index.rst =================================================================== --- trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:45:16 UTC (rev 655) +++ trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 12:28:02 UTC (rev 656) @@ -24,8 +24,8 @@ .. image:: ../doc/images/pyscard.jpg :align: center -Documentation Index -******************* +Documentation +************* :ref:`pyscard_user_guide` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |