diff --git a/docs/_static/what-you-need-cmake.png b/docs/_static/what-you-need-cmake.png deleted file mode 100644 index 2b659057e1..0000000000 Binary files a/docs/_static/what-you-need-cmake.png and /dev/null differ diff --git a/docs/_static/what-you-need.png b/docs/_static/what-you-need.png index f46c0f62e7..fa9d04a717 100644 Binary files a/docs/_static/what-you-need.png and b/docs/_static/what-you-need.png differ diff --git a/docs/en/get-started-legacy/index.rst b/docs/en/get-started-legacy/index.rst index e9cec7e736..bfe5af7088 100644 --- a/docs/en/get-started-legacy/index.rst +++ b/docs/en/get-started-legacy/index.rst @@ -42,15 +42,6 @@ Software: * **ESP-IDF** that essentially contains API (software libraries and source code) for ESP32 and scripts to operate the **Toolchain** * **Text editor** to write programs (**Projects**) in C, e.g., `Eclipse `_ - -.. figure:: ../../_static/what-you-need.png - :align: center - :alt: Development of applications for ESP32 - :figclass: align-center - - Development of applications for ESP32 - - Development Board Overviews =========================== diff --git a/docs/zh_CN/get-started-legacy/index.rst b/docs/zh_CN/get-started-legacy/index.rst index ffeced6bd5..4531e3eb1d 100644 --- a/docs/zh_CN/get-started-legacy/index.rst +++ b/docs/zh_CN/get-started-legacy/index.rst @@ -40,15 +40,6 @@ ESP32 采用 40 nm 工艺制成,具有最佳的功耗性能、射频性能、 * 获取 **ESP-IDF** 软件开发框架。该框架已经基本包含 ESP32 使用的 API(软件库和源代码)和运行 **工具链** 的脚本; * 安装 C 语言编程(**工程**)的 **文本编辑器**,例如 `Eclipse `_。 - -.. figure:: ../../_static/what-you-need.png - :align: center - :alt: ESP32 应用程序开发 - :figclass: align-center - - ESP32 应用程序开发 - - 开发板简介 ==========