Pārlūkot izejas kodu

Convert ogv to gif

Kentaro Wada 9 gadi atpakaļ
vecāks
revīzija
a95aab76b6
5 mainītis faili ar 36 papildinājumiem un 27 dzēšanām
  1. 1 1
      MANIFEST.in
  2. 0 25
      README.md
  3. 34 0
      README.rst
  4. 1 1
      setup.py
  5. BIN
      static/screencast.gif

+ 1 - 1
MANIFEST.in

@@ -1 +1 @@
-include README.md
+include README.rst

+ 0 - 25
README.md

@@ -1,25 +0,0 @@
-# labelme: Image Annotation Tool with Python
-
-Labelme is a graphical image annotation tool inspired by
-http://labelme.csail.mit.edu.
-
-It is written in Python and uses Qt for its graphical interface.
-
-
-## Dependencies
-
-- [PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/intro)
-
-
-## Usage
-
-
-```bash
-$ pip install labelme
-
-$ labelme  # Open GUI
-```
-
-At the moment annotations are saved as a [JSON](http://www.json.org/) file.
-The file includes the image itself. In the feature support for XML
-output or possibly even [SVG](http://www.w3.org/Graphics/SVG/) will be added.

+ 34 - 0
README.rst

@@ -0,0 +1,34 @@
+labelme: Image Annotation Tool with Python
+==========================================
+
+Labelme is a graphical image annotation tool inspired by
+http://labelme.csail.mit.edu.
+
+It is written in Python and uses Qt for its graphical interface.
+
+
+Dependencies
+------------
+
+-  `PyQt4 <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_
+
+
+Usage
+-----
+
+.. code:: bash
+
+    $ pip install labelme
+
+    $ labelme  # Open GUI
+
+At the moment annotations are saved as a `JSON <http://www.json.org/>`_
+file. The file includes the image itself. In the feature support for XML
+output or possibly even `SVG <http://www.w3.org/Graphics/SVG/>`_ will
+be added.
+
+
+Screencast
+----------
+
+.. figure:: _media/screencast.gif

+ 1 - 1
setup.py

@@ -33,7 +33,7 @@ setup(
     packages=find_packages(),
     packages=find_packages(),
     cmdclass={'build_py': LabelmeBuildPyCommand},
     cmdclass={'build_py': LabelmeBuildPyCommand},
     description='Simple Image Annotation Tool.',
     description='Simple Image Annotation Tool.',
-    long_description=open('README.md').read(),
+    long_description=open('README.rst').read(),
     author='mpitid',
     author='mpitid',
     author_email='mpitid@gmail.com',
     author_email='mpitid@gmail.com',
     url='https://github.com/mpitid/pylabelme',
     url='https://github.com/mpitid/pylabelme',

BIN
static/screencast.gif