{% extends "layout.html" %} {% block title %}Cadabra: Developers' corner{% endblock %} {% block head %}{%- endblock %} {% block main %}
If you want to help out with Cadabra, or think you can contribute a useful add-on package or perhaps even just a sample notebook, please get in touch at info@cadabra.science.
The source code is documented in quite some detail and the resulting Cadabra doxygen documentation is worth consulting if you want to become a developer. This is automatically generated from the latest status of the master branch on github.
You can also generate this doxygen tree yourself in your own working
copy by running doxygen
in the project root. The
documentation then ends up in the doxygen/html
folder.