AXCL is the Host API for AX650N-based PCIE EP products. E
- Provide related APIs and Examples of AI computing use with AXCL.
- Facilitate community developers to co-create documents.
git clone https://github.com/AXERA-TECH/axcl-docs.git
The directory tree is as follows:
.
├── LICENSE
├── Makefile
├── README.md
├── requirements.txt
└── source
├── conf.py
├── doc_guide_axcl_api.md
├── doc_guide_hardware.md
├── doc_guide_quick_start.md
├── doc_introduction.md
├── doc_update_info.md
├── index.rst
└── media
├── demo
└── hardware
Installation dependency
pip install -r requirements.txt
Execute the following command in the project root directory
$ make clean
$ make html
After compiling, use a browser to view it build/html/index.html
This project is based on Sphinx, more information about Sphinx can be found here https://www.sphinx-doc.org/en/master/
Online proxy based on ReadtheDocs platform.