Giter Site home page Giter Site logo

zihan987 / pulsar-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from axera-tech/pulsar-docs

0.0 0.0 0.0 2.11 MB

The docs repository of Pulsar which is AXera's SoC AI toolchain.

License: BSD 3-Clause "New" or "Revised" License

Python 79.94% Makefile 20.06%

pulsar-docs's Introduction

Pulsar User Manual

Web 预览

1. 项目背景

爱芯元智 AI 工具链使用手册公共维护项目

  • 提供统一的 AI 工具链文档开发者社区展示地址
  • 降低 AI 工具链 Developer 维护成本
  • 降低 AI 工具链 User 学习成本

2. 本地运行指南

2.1 git clone

git clone https://github.com/AXERA-TECH/pulsar-doc.git

目录树如下:

.
├── build
│   ├── doctrees
│   └── html
├── LICENSE
├── make.bat
├── Makefile
├── README.md
├── requirements.txt
└── source                     # 文档主体
    ├── conf.py
    ├── examples               # 以 .zip 格式保存了一些例子, 由于git pages的限制, 在线文档不支持点击下载操作
    ├── faq
    ├── index.rst
    ├── media
    ├── pulsar
    ├── test_configs
    ├── user_guides_advanced
    ├── user_guides_quick
    └── user_guides_runtime

2.2 编译

安装依赖

pip install -r requirements.txt

在项目根目录下执行以下命令

$ make clean
$ make html

2.3 预览

完成编译后,使用浏览器查看 build/html/index.html . 如果在服务器上开发, 可以通过 ssh 端口转发的方式访问编译后的文档, 方法如下:

首先可以利用 python 在编译后的 build/html/ 文件夹下启动一个 http 服务,

$ cd build/html/
$ python -m SimpleHTTPServer 8005  # For python2, 端口可以自定义
# or
$ python3 -m http.server 8005      # For python3, 端口可以自定义

然后通过 ssh 链接服务器,

ssh -L 8005:localhost:8005 username@server

然后本地浏览器访问: localhost:8005/index.html

3. 参考

4. 发版

pulsar-docs's People

Contributors

bug1989 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.