|
From: <lu...@us...> - 2014-12-13 10:40:55
|
Revision: 652
http://sourceforge.net/p/pyscard/code/652
Author: ludov
Date: 2014-12-13 10:40:52 +0000 (Sat, 13 Dec 2014)
Log Message:
-----------
Move main.rst in index.rst
Added Paths:
-----------
trunk/pyscard/src/smartcard/doc/index.rst
Removed Paths:
-------------
trunk/pyscard/src/smartcard/doc/index.rst
trunk/pyscard/src/smartcard/doc/main.rst
Deleted: trunk/pyscard/src/smartcard/doc/index.rst
===================================================================
--- trunk/pyscard/src/smartcard/doc/index.rst 2014-12-11 13:28:09 UTC (rev 651)
+++ trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:40:52 UTC (rev 652)
@@ -1,26 +0,0 @@
-.. pyscard documentation master file, created by
- sphinx-quickstart on Thu Dec 4 14:38:51 2014.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
-Welcome to pyscard's documentation!
-===================================
-
-Contents:
-
-.. toctree::
- :maxdepth: 4
-
- main
- user-guide
- pyscard-framework
- pyscard-wrapper
- license
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-
Copied: trunk/pyscard/src/smartcard/doc/index.rst (from rev 651, trunk/pyscard/src/smartcard/doc/main.rst)
===================================================================
--- trunk/pyscard/src/smartcard/doc/index.rst (rev 0)
+++ trunk/pyscard/src/smartcard/doc/index.rst 2014-12-13 10:40:52 UTC (rev 652)
@@ -0,0 +1,42 @@
+pyscard - python for smart cards
+################################
+
+pyscard - python smart card library - is a python module adding smart
+cards support to `python <http://www.python.org/>`_.
+
+`download <http://sourceforge.net/projects/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>`_.
+
+Pyscard consists of:
+
+* `smartcard.scard
+ <http://pyscard.sourceforge.net/epydoc/smartcard.scard.scard-module.html>`_,
+ an extension module wrapping the WinSCard API (smart card base
+ components) also known as PC/SC, and
+
+* `smartcard <http://pyscard.sourceforge.net/epydoc/index.html>`_, a
+ higher level python framework built on top of the raw PC/SC API.
+
+.. image:: ../doc/images/pyscard.jpg
+ :align: center
+
+Documentation Index
+*******************
+
+ :ref:`pyscard_user_guide`
+
+ `smartcard reference (python smart card library)
+ <http://pyscard.sourceforge.net/epydoc/index.html>`_
+
+ `scard reference (python PCSC wrapper)
+ <http://pyscard.sourceforge.net/epydoc/smartcard.scard.scard-module.html>`_,
+ the python wrapper around PCSC
+
+Samples
+*******
+
+ High level API samples: See :ref:`framework_samples`
+
+ Low level API samples: See :ref:`wrapper_samples`
Deleted: trunk/pyscard/src/smartcard/doc/main.rst
===================================================================
--- trunk/pyscard/src/smartcard/doc/main.rst 2014-12-11 13:28:09 UTC (rev 651)
+++ trunk/pyscard/src/smartcard/doc/main.rst 2014-12-13 10:40:52 UTC (rev 652)
@@ -1,42 +0,0 @@
-pyscard - python for smart cards
-################################
-
-pyscard - python smart card library - is a python module adding smart
-cards support to `python <http://www.python.org/>`_.
-
-`download <http://sourceforge.net/projects/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>`_.
-
-Pyscard consists of:
-
-* `smartcard.scard
- <http://pyscard.sourceforge.net/epydoc/smartcard.scard.scard-module.html>`_,
- an extension module wrapping the WinSCard API (smart card base
- components) also known as PC/SC, and
-
-* `smartcard <http://pyscard.sourceforge.net/epydoc/index.html>`_, a
- higher level python framework built on top of the raw PC/SC API.
-
-.. image:: ../doc/images/pyscard.jpg
- :align: center
-
-Documentation Index
-*******************
-
- :ref:`pyscard_user_guide`
-
- `smartcard reference (python smart card library)
- <http://pyscard.sourceforge.net/epydoc/index.html>`_
-
- `scard reference (python PCSC wrapper)
- <http://pyscard.sourceforge.net/epydoc/smartcard.scard.scard-module.html>`_,
- the python wrapper around PCSC
-
-Samples
-*******
-
- High level API samples: See :ref:`framework_samples`
-
- Low level API samples: See :ref:`wrapper_samples`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|