Merge branch 'feature/docs_translate_home_page' into 'master'
Update index.rst. Merges https://github.com/espressif/esp-idf/pull/1747 See merge request idf/esp-idf!2368
This commit is contained in:
commit
d5e167fc43
2 changed files with 25 additions and 25 deletions
|
@ -23,8 +23,8 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf <htt
|
||||||
.. |H/W Reference| image:: ../_static/hw-reference.gif
|
.. |H/W Reference| image:: ../_static/hw-reference.gif
|
||||||
.. _H/W Reference: hw-reference/index.html
|
.. _H/W Reference: hw-reference/index.html
|
||||||
|
|
||||||
.. |Api Guides| image:: ../_static/api-guides.gif
|
.. |API Guides| image:: ../_static/api-guides.gif
|
||||||
.. _Api Guides: api-guides/index.html
|
.. _API Guides: api-guides/index.html
|
||||||
|
|
||||||
.. |Contribute| image:: ../_static/contribute.gif
|
.. |Contribute| image:: ../_static/contribute.gif
|
||||||
.. _Contribute: contribute/index.html
|
.. _Contribute: contribute/index.html
|
||||||
|
|
|
@ -1,48 +1,48 @@
|
||||||
ESP-IDF Programming Guide
|
ESP-IDF 编程指南
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
This is the documentation for Espressif IoT Development Framework (`esp-idf <https://github.com/espressif/esp-idf>`_). ESP-IDF is the official development framework for the `ESP32 <https://espressif.com/en/products/hardware/esp32/overview>`_ chip.
|
这是乐鑫 IoT 开发开发框架 (`esp-idf <https://github.com/espressif/esp-idf>`_) 的文档. ESP-IDF 是 `ESP32 <https://www.espressif.com/zh-hans/products/hardware/esp32/overview>`_ 芯片的官方开发框架.
|
||||||
|
|
||||||
================== ================== ==================
|
================== ================== ==================
|
||||||
|快速入门|_ |API Reference|_ |H/W Reference|_
|
|快速入门|_ |API 参考|_ |H/W 参考|_
|
||||||
------------------ ------------------ ------------------
|
------------------ ------------------ ------------------
|
||||||
`快速入门`_ `API Reference`_ `H/W Reference`_
|
`快速入门`_ `API 参考`_ `H/W 参考`_
|
||||||
------------------ ------------------ ------------------
|
------------------ ------------------ ------------------
|
||||||
|API Guides|_ |Contribute|_ |Resources|_
|
|API 指南|_ |贡献代码|_ |相关资源|_
|
||||||
------------------ ------------------ ------------------
|
------------------ ------------------ ------------------
|
||||||
`API Guides`_ `Contribute`_ `Resources`_
|
`API 指南`_ `贡献代码`_ `相关资源`_
|
||||||
================== ================== ==================
|
================== ================== ==================
|
||||||
|
|
||||||
|
|
||||||
.. |快速入门| image:: ../_static/get-started.gif
|
.. |快速入门| image:: ../_static/get-started.gif
|
||||||
.. _快速入门: get-started/index.html
|
.. _快速入门: get-started/index.html
|
||||||
|
|
||||||
.. |API Reference| image:: ../_static/api-reference.gif
|
.. |API 参考| image:: ../_static/api-reference.gif
|
||||||
.. _API Reference: api-reference/index.html
|
.. _API 参考: api-reference/index.html
|
||||||
|
|
||||||
.. |H/W Reference| image:: ../_static/hw-reference.gif
|
.. |H/W 参考| image:: ../_static/hw-reference.gif
|
||||||
.. _H/W Reference: hw-reference/index.html
|
.. _H/W 参考: hw-reference/index.html
|
||||||
|
|
||||||
.. |Api Guides| image:: ../_static/api-guides.gif
|
.. |API 指南| image:: ../_static/api-guides.gif
|
||||||
.. _Api Guides: api-guides/index.html
|
.. _API 指南: api-guides/index.html
|
||||||
|
|
||||||
.. |Contribute| image:: ../_static/contribute.gif
|
.. |贡献代码| image:: ../_static/contribute.gif
|
||||||
.. _Contribute: contribute/index.html
|
.. _贡献代码: contribute/index.html
|
||||||
|
|
||||||
.. |Resources| image:: ../_static/resources.gif
|
.. |相关资源| image:: ../_static/resources.gif
|
||||||
.. _Resources: resources.html
|
.. _相关资源: resources.html
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
快速入门 <get-started/index>
|
快速入门 <get-started/index>
|
||||||
API Reference <api-reference/index>
|
API 参考 <api-reference/index>
|
||||||
H/W Reference <hw-reference/index>
|
H/W 参考 <hw-reference/index>
|
||||||
API Guides <api-guides/index>
|
API 指南 <api-guides/index>
|
||||||
Contribute <contribute/index>
|
贡献代码 <contribute/index>
|
||||||
Resources <resources>
|
相关资源 <resources>
|
||||||
Copyrights <COPYRIGHT>
|
版权 <COPYRIGHT>
|
||||||
About <about>
|
关于 <about>
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
|
|
Loading…
Reference in a new issue