Documentation

Documentation of Awali is a bit sparse at the moment. We have focused so far on Getting Started documents explaining how to use Awalipy and Cora, which are the most user-friendly interfaces to Awali. These document are Jupyter notebooks. One can either read these notebooks under their html transcription or to download them and execute them in a Jupyter window.

Getting Started

All aforementioned documents may be found in the tarball, in subdirectory awalidoc/GettingStarted.

Examples

Aside from the ones given in the previous section, we provide with each layer a few examples on how to use it; they are located in directories:

Doxygen API documentation (C++ layers)

We use Doxygen to document the C++ API of Awali; it is available online at http://doxygen.vaucanson-project.org/.
Note that the Doxygen documentation is still in construction.

Doxygen API may also be generated locally by executing command make doxygen in directory _build (created as in section Compilation and Installation); off course Doxygen must then be installed.

Python API

In the Python layer, each function is documented with docstrings. This help may be displayed thanks to the built-in function help; for instance, the help for the function load may be displayed as follows.

  help(awalipy.load)

Dernière Last modification: 11 Janvier January 2022