KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mpython-docs
★ 18
Open GitHub ↗
掌控板编程语法手册
Download README (.md)
Explore Similar Repositories
hacktoberfest-data
:
Generating stats from the raw Hacktoberfest application data.
ntrip-client
:
No description available.
text-me-maybe
:
No description available.
MVC_WebApi_DI_Example
:
An example of using Microsoft.Extensions.DependencyInjection in an ASP.NET 4 Web App with MVC and Owin-based WebAPI
LOIS
:
[NeurIPS 2019] LOIS: Learning to Optimize In Swarms, guided by posterior estimation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mpython-docs
?
Download (.md)
# 掌控板(mPython)编程手册 该存储库是掌控板的编程文档 https://mpython.readthedocs.io ## 编译 本地编译方法: pip install Sphinx sphinx-rtd-theme git clone https://github.com/labplus-cn/mpython-docs.git cd docs/zh_CN make html 如果成功,构建的HTML文件将位于其中docs/zh_CN/_build 。