ChasteGuides/ExternalDeveloperGuide

Helpful resources for users of development versions of Chaste

This page is intended to assist those external to the core Chaste team who still want to develop with the "bleeding edge" latest development code, rather than merely the last official release.

Since some parts of the Chaste code-base are not released (e.g. those relating specifically to papers in preparation), some of the developer resources, such as results from the automated tests and full documentation for the latest revision, are not made publicly available. We have now created some additional resources to improve this situation.

Documentation

Automatically generated documentation for the public parts of the most recent revision can be found here.

If you have doxygen and graphviz installed, you may also generate documentation from your own source tree by running

scons build=DoxygenCoverage

The most recent "good revision"

Occasionally broken code is committed to the Chaste repository, or some unexpected tests fail. This can be frustrating if users do not know if it's something they've broken, or if the fault lies with the repository code. We cannot yet expose the results of the automated tests, but we can show automatically which was the last revision that was given a clean bill of health by the nightly tests. This does not necessarily mean it is release quality: some tests are only run weekly, and it may not pass on all versions of the libraries which we support. But it is likely to be a good base to work from.