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.
All aforementioned documents may be found in the tarball, in subdirectory awalidoc/GettingStarted
.
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:
awalipy/examples
,awali/dyn/examples
, andawali/sttc/examples
.
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.
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