Menu

Commit [r7967]  Maximize  Restore  History

add README

astraw 2009-11-15

added /trunk/toolkits/mplsizer/README.rst
/trunk/toolkits/mplsizer/README.rst Diff Switch to side-by-side view
--- a
+++ b/trunk/toolkits/mplsizer/README.rst
@@ -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 git@github.com: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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.