The repository is used to provide detailed documentation on how to use the APE library. A running instance available here.
-
Clone the repository and navigate to the root directory
-
Install the required packages
pip install -r ./requirements.txt
-
Build the documentation
make html
-
The documentation will be available in the
./_build/html
directory. Open theindex.html
file in your browser to view the documentation.