This repo contains user's manual and reference for Aakash
programming lab(APL)
in sphinx
- devel directory contains developer's manual.
- individual directory contains seperate documentation on C, C++, Python and Scilab for APL.
to clone this repo, type
git clone git://github.com/androportal/docs.git
to generate all html in one go, type
make all
for more help regarding make
, type
make help
After running make
, a temporary directory /_build/html/
is
created in each parent directory. Locate the file index.html
to
browse documentation.