| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is a collection of documentation for Ascend supported open source projects.
Some communities already maintain Ascend/NPU documentation on their own sites. Those projects are linked from the homepage cards in index.rst instead of being built locally. Examples: verl, LLaMA-Factory, ms-swift, VeOmni, vllm-ascend, Triton-Ascend, DeepSpeed, ONNX Runtime, SGLang, LMDeploy, ROLL, and Twinkle.
To add such a project, create a lightweight sources/<project>/index.rst with links to the official docs, and add it to the hidden toctree in index.rst so it appears in the sidebar.
Before make html, the build fetches ascend_config.json via scripts/fetch_ascend_data.py (see fetch-config in ./Makefile). No git submodules or document copying is involved.
If you are interested in the project, please feel free to contribute it.
We use sphinx and rst file to create docs and you need to refer to rst syntax for help. Here is how you can create a new docs:
When the development is ready, you can check and test it locally by following the directives below:
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple --extra-index-url https://download.pytorch.org/whl/cpumake htmlpython -m http.server -d _build/html 4000Then open localhost:4000 in your browser.
| Back | FazBrowse Home | New Git URL |