Tuesday 30 August 2011

KBUS and muddle documentation now on ReadTheDocs

The HTML documentation for both KBUS and muddle is now being hosted on Read the Docs, who are providing a wonderful service to those of us using Sphinx for our documentation.

See http://kbus.readthedocs.org/ and http://muddle.readthedocs.org/ respectively.

The documentation should be rebuilt  each time a push is made to the appropriate repository. Including, of course, a change to the documentation. So I've no excuse, then...

Monday 29 August 2011

muddle is now stored in git

As of just now, the muddle Google Code repository has been converted to git.

If you're still accessing muddle via subversion, then you are using a "frozen" version, which will not be developed further. The last subversion revision is revision 638. Also note that due to difficulties in converting our subversion repository to git (strange stuff, honestly), only trunk has been converted, and at that only since revision 78 (around when something strange seems to have happened, probably to do with trying to merge stuff in subversion).

Cloning muddle is done as one might expect:

  git clone https://code.google.com/p/muddle/

Why do this? Well, it makes it easier to development locally (distributed version control systems, yeah), and much easier to branch (last time I tried that in subversion was a nightmare).

Any problems, please contact me and ask.