Revision: 7967
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7967&view=rev
Author: astraw
Date: 2009-11-15 03:31:26 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
add README
Added Paths:
-----------
trunk/toolkits/mplsizer/README.rst
Added: trunk/toolkits/mplsizer/README.rst
===================================================================
--- trunk/toolkits/mplsizer/README.rst (rev 0)
+++ trunk/toolkits/mplsizer/README.rst 2009-11-15 03:31:26 UTC (rev 7967)
@@ -0,0 +1,25 @@
+mplsizer
+********
+
+mplsizer is a layout engine for matplotlib_ based on wxPython model. It
+is released under the MIT license.
+
+.. _matplotlib: http://matplotlib.sourceforge.net/
+
+svn access
+==========
+
+The official svn repository is at
+https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/toolkits/mplsizer/
+
+unofficial git mirror
+=====================
+
+An un-official git mirror is made of the source code repository at
+http://github.com/astraw/mplsizer. You can make a copy of this
+repository with::
+
+ git clone --origin svn gi...@gi...:astraw/mplsizer.git
+ cd mplsizer/
+ git svn init --trunk=trunk/toolkits/mplsizer --prefix=svn/ https://matplotlib.svn.sourceforge.net/svnroot/matplotlib
+ git svn rebase -l
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|