Adding Ming as 'submodule'

When you first checkout this change or freshly clone the forge repo
you must now follow up with

git submodule init
git submodule update

This may be more work than just easy_install-ing Ming, or perhaps
using pip to install directly from Ming's repo. If so, all we
have to do is delete the submodule, so there's no harm in trying the
"Git way". But it sure does strike me as inconvenient.

Wolf Wolf 2009-12-01

<< < 1 2 (Page 2 of 2)
removed Ming/ming/schema.py
removed Ming/ming/session.py
removed Ming/ming/utils.py
removed Ming/setup.cfg
removed Ming/setup.py
copied Ming/docs/api/api.rst -> .gitmodules
Ming/ming/schema.py
File was removed.
Ming/ming/session.py
File was removed.
Ming/ming/utils.py
File was removed.
Ming/setup.cfg
File was removed.
Ming/setup.py
File was removed.
Ming/docs/api/api.rst to .gitmodules
--- a/Ming/docs/api/api.rst
+++ b/.gitmodules
@@ -1,14 +1,3 @@
-API Docs
-===========
-
-.. currentmodule:: ming
-
-.. autosummary::
-   :toctree: api
-    
-   schema
-   session
-   datastore
-   utils
-   base
-   +[submodule "Ming"]
+	path = Ming
+	url = git://merciless.git.sourceforge.net/gitroot/merciless/merciless
<< < 1 2 (Page 2 of 2)