Skip to content

Commit

Permalink
docs: add links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nanmu42 committed May 24, 2020
1 parent 89feed8 commit c753ede
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RoboMasterPy编程框架抽象了视频流、推送和事件的获取,模块

![RoboMasterPy 守门员](https://user-images.githubusercontent.com/8143068/82755582-186d5700-9e07-11ea-9c08-1ff1d82e7a7e.jpg)

* 使用键盘控制你的机甲大师EP;
* 让你的机甲大师变身为守门员。
* [使用键盘控制你的机甲大师EP](https://github.com/nanmu42/robo-playground/blob/master/README.Chinese.md#%E4%BD%BF%E7%94%A8%E9%94%AE%E7%9B%98%E6%8E%A7%E5%88%B6%E4%BD%A0%E7%9A%84%E6%9C%BA%E7%94%B2%E5%A4%A7%E5%B8%88ep)
* [让你的机甲大师变身为守门员](https://github.com/nanmu42/robo-playground/blob/master/README.Chinese.md#%E8%AE%A9%E4%BD%A0%E7%9A%84%E6%9C%BA%E7%94%B2%E5%A4%A7%E5%B8%88ep%E5%8F%98%E8%BA%AB%E4%B8%BA%E5%AE%88%E9%97%A8%E5%91%98)

## 安装

Expand Down Expand Up @@ -90,7 +90,7 @@ RoboMasterPy 是一个爱好者作品,和DJI没有关系。

RoboMasterPy是在机甲大师EP开发者比赛中孵化的,作者对DJI提供的硬件和技术支持表示感谢。

## License
## 许可

RoboMasterPy 基于MIT许可发布,
您只需要保留署名和版权信息(LICENSE)即可自由使用本软件。
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ The library(client) is straightforward to use:

The framework deals with video streaming, push and event,
provides a high-level interface for controlling and communication.
You can build your controlling logic basing on it, for example(TODO: add links):
You can build your controlling logic basing on it, for example:

![RoboMasterPy Goalkeeper](https://user-images.githubusercontent.com/8143068/82755582-186d5700-9e07-11ea-9c08-1ff1d82e7a7e.jpg)

* Drive your robomaster using keyboard;
* Make your robomaster a goalkeeper.
* [Drive your robomaster using keyboard](https://github.com/nanmu42/robo-playground#drive-your-robomaster-using-keyboard);
* [Make your robomaster a goalkeeper](https://github.com/nanmu42/robo-playground#make-your-robomaster-a-goalkeeper).

## Installation

Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ The library(client) is straightforward to use::

The framework deals with video streaming, push and event,
provides a high-level interface for controlling and communication.
You can build your controlling logic basing on it, for example(TODO: add links):
You can build your controlling logic basing on it, for example:

.. image:: https://user-images.githubusercontent.com/8143068/82755582-186d5700-9e07-11ea-9c08-1ff1d82e7a7e.jpg
:alt: RoboMasterPy Goalkeeper

* Drive your robomaster using keyboard;
* Make your robomaster a goalkeeper.
* `Drive your robomaster using keyboard <https://github.com/nanmu42/robo-playground#drive-your-robomaster-using-keyboard>`_;
* `Make your robomaster a goalkeeper <https://github.com/nanmu42/robo-playground#make-your-robomaster-a-goalkeeper>`_.

User Guide
--------------
Expand Down

0 comments on commit c753ede

Please sign in to comment.