if(..) {
for(..) {
while(..) {
function(err) {
make test
from the cmd line to run the test suite).To contribute to the API documentation just make your changes to the inline documentation of the appropriate source code in the master branch and submit a pull request. You might also use the github Edit button.
If you'd like to preview your documentation changes, first commit your changes to your local master branch, then execute make generate_docs
. Make sure you have the python documentation framework sphinx installed easy_install sphinx
. The docs are generated under `docs/build'. If all looks good, submit a pull request to the master branch with your changes.