This is the Root directory of the CIAA Documentation Project. This project contains the Documentation of the CIAA Project. During the development of new modules and not completed documentation may be found in the CIAA Project WebPage: http://www.proyecto-ciaa.com.ar. Once the documentation becomes stable is added to this documentation repo.
If you do not want to generate the documentation yourself, you may want to try our Jenkins output. For each commit on this repo the HTML and PDFs are generated automatically and can be downloaded from: http://ciaa1.uns.edu.ar/jenkins/job/Documentation/
This documentation is based on DocBook you will need the following packages in Linux to generate pdfs and htmls documentation:
sudo apt-get install libxml2-utils
sudo apt-get install xsltproc
sudo apt-get install fop
NOTE: DocBook package itself is not needed, since is part of this repo.
Once you have the needed dependencies you can run the command:
make
to build all documents. You may also use the command make help
to more details.