Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BPI-STEAM/Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
junhuanchen committed May 30, 2019
2 parents 857fbd7 + bde6647 commit bf31319
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The document content is in [source](https://github.com/BPI-STEAM/Docs/tree/maste

[micropython 官方](http://docs.micropython.org/en/latest/esp32/quickref.html)

[MicroPython 中文](https://MicroPython.readthedocs.io/zh/master/)
[mPython中文](https://mPython.readthedocs.io/zh/master/)

## python

Expand All @@ -52,7 +52,7 @@ pip install sphinx, sphinx_rtd_theme, recommonmark

```unix
git submodule add https://github.com/micropython/micropython
git submodule add https://github.com/labplus-cn/MicroPython
git submodule add https://github.com/labplus-cn/mPython
git submodule update --init --recursive
```
4 changes: 2 additions & 2 deletions source/bpi-dev/web-tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

- `安装程序(离线版) <https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases/tag/DevTools>`_ & `在线编程 <https://webbit.webduino.io/blockly/>`_ & - `學習手冊(繁体版) <https://tutorials.webduino.io/zh-tw/docs/webbit/index.html>`_

.. image:: images/webduino_tutorials_cn.png
.. image:: images/webduino_tutorials_tw.png

教学文件(简体版)
------------------

- `在线积木编程网站 <https://bit.webduino.com.cn/blockly/>`_ & - `教学文件(简体版) <https://bit.webduino.com.cn/site/zh_cn/tutorials.html>`_

.. image:: images/webduino_tutorials_tw.png
.. image:: images/webduino_tutorials_cn.png
10 changes: 5 additions & 5 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Welcome to BPI-STEAM documentation!

.. Hint::

欢迎来到 BPI-STEAM 的系列用户文档发布网站,本项目托管于 `Github Docs <https://github.com/BPI-STEAM/Docs>`_ 。
欢迎来到 BPI-STEAM 的系列用户文档发布网站,本项目托管于 `Github BPI-STEAM <https://github.com/BPI-STEAM>`_ 开源组织

.. Attention::

由于开源发展迅速,文档中存在着英文最新的参考文档,有助于开发者在日后的学习和查阅 API 所用,无法完全中文内容,还请谅解。
由于开源发展迅速,文档中存在着最新的英文参考文档,有助于开发者在日后的学习和查阅 API 所用,无法完全中文内容,还请谅解。

为您介绍一下 BPI-BIT 这款产品的基本信息。

Expand All @@ -31,7 +31,7 @@ BPI-BIT 是一款基于 ESP32 高性能芯片且兼容 micro:bit 设计的开源
使用 MicroPython 编程
---------------------------

用户可以通过烧写 MicroPython 固件,就能够使用当下世界上最流行的 Python 语言进行编程。
用户通过烧写 MicroPython 固件,就可以使用当下世界上最流行的 Python 语言进行编程。

配合专业 IDE 的支持(如:VsCode、PyCharm),以便您轻松地将代码从电脑传输到板子中,从而体验程序创作的无穷乐趣!

Expand All @@ -52,7 +52,7 @@ BPI-BIT 是一款基于 ESP32 高性能芯片且兼容 micro:bit 设计的开源
使用 Webduino 编程
---------------------------

用户可以通过烧写 Webduino 固件,就能够使用面向全世界的 Webduino Blockly 积木化在线编程。
用户通过烧写 Webduino 固件,就可以使用面向全世界的 Webduino Blockly 积木化在线编程。

.. toctree::
:maxdepth: 2
Expand All @@ -62,7 +62,7 @@ BPI-BIT 是一款基于 ESP32 高性能芯片且兼容 micro:bit 设计的开源
bpi-dev/web-tutorials
bpi-dev/web-release

只需要浏览器,随时查看云端和托管你的代码,配合 Github 上各种有趣的插件系统与多语言化环境,享受全世界流行的积木编程吧!
只需浏览器,即可随时查看云端和托管你的代码,配合 Github 上各种有趣的插件系统与多语言化环境,享受全世界流行的积木编程吧!

拓展板支持
---------------------------
Expand Down

0 comments on commit bf31319

Please sign in to comment.