diff --git a/en/Makefile b/en/Makefile index 65ea7b92..c95bc131 100644 --- a/en/Makefile +++ b/en/Makefile @@ -15,10 +15,8 @@ endif # Put it first so that "make" without argument is like "make help". help: - @$(SPHINXBUILD) -M help "$(en)/" "../$(BUILDDIR)" $(SPHINXOPTS) $(O) - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - + @$(SPHINXBUILD) -M help "$(SOURCEDIR)/" "../$(BUILDDIR)" $(SPHINXOPTS) $(O) + clean: rm -rf ../$(BUILDDIR)/* @@ -27,4 +25,4 @@ clean: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(en)" "../$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "../$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file diff --git a/en/conf.py b/en/conf.py index 2d4c2573..2d69f227 100644 --- a/en/conf.py +++ b/en/conf.py @@ -20,6 +20,12 @@ version = u'' # The full version, including alpha/beta/rc tags release = u'1.0.1' +# The suffix(es) of source filenames. +# You can specify multiple suffix as a list of string: +# +# source_suffix = ['.rst', '.md'] +source_suffix = '.rst' + # The master toctree document. master_doc = 'index' @@ -29,7 +35,12 @@ language = 'en' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# pygments_style = None +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +# This pattern also affects html_static_path and html_extra_path. +# exclude_patterns = [u'../en_build', 'Thumbs.db', '.DS_Store'] # -- Options for HTML output ------------------------------------------------- @@ -121,13 +132,13 @@ texinfo_documents = [ # -- AutoStructify Setting ---------------------------------------------- # At top on conf.py (with other import statements) -import recommonmark -from recommonmark.transform import AutoStructify +# import recommonmark +# from recommonmark.transform import AutoStructify # At the bottom of conf.py -def setup(app): - app.add_config_value('recommonmark_config', { - 'url_resolver': lambda url: github_doc_root + url, - 'auto_toc_tree_section': 'Contents', - }, True) - app.add_transform(AutoStructify) \ No newline at end of file +# def setup(app): +# app.add_config_value('recommonmark_config', { +# 'url_resolver': lambda url: github_doc_root + url, +# 'auto_toc_tree_section': 'Contents', +# }, True) +# app.add_transform(AutoStructify) \ No newline at end of file diff --git a/en/make.bat b/en/make.bat new file mode 100644 index 00000000..9e3921b2 --- /dev/null +++ b/en/make.bat @@ -0,0 +1,35 @@ +@ECHO OFF + +pushd %~dp0 + +REM Command file for Sphinx documentation + +if "%SPHINXBUILD%" == "" ( + set SPHINXBUILD=sphinx-build +) +set SOURCEDIR=. +set BUILDDIR=../en_build + +if "%1" == "" goto help + +%SPHINXBUILD% >NUL 2>NUL +if errorlevel 9009 ( + echo. + echo.The 'sphinx-build' command was not found. Make sure you have Sphinx + echo.installed, then set the SPHINXBUILD environment variable to point + echo.to the full path of the 'sphinx-build' executable. Alternatively you + echo.may add the Sphinx directory to PATH. + echo. + echo.If you don't have Sphinx installed, grab it from + echo.http://sphinx-doc.org/ + exit /b 1 +) + +%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% +goto end + +:help +%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% + +:end +popd diff --git a/en_build/doctrees/COPYRIGHT.doctree b/en_build/doctrees/COPYRIGHT.doctree deleted file mode 100644 index 908ec469..00000000 Binary files a/en_build/doctrees/COPYRIGHT.doctree and /dev/null differ diff --git a/en_build/doctrees/about.doctree b/en_build/doctrees/about.doctree deleted file mode 100644 index fb2807f3..00000000 Binary files a/en_build/doctrees/about.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/button/button.doctree b/en_build/doctrees/api-reference/button/button.doctree deleted file mode 100644 index 455faf71..00000000 Binary files a/en_build/doctrees/api-reference/button/button.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/index.doctree b/en_build/doctrees/api-reference/index.doctree deleted file mode 100644 index bf88faaa..00000000 Binary files a/en_build/doctrees/api-reference/index.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/lcd/Backup/lcd_api_arduino.doctree b/en_build/doctrees/api-reference/lcd/Backup/lcd_api_arduino.doctree deleted file mode 100644 index 16754455..00000000 Binary files a/en_build/doctrees/api-reference/lcd/Backup/lcd_api_arduino.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/lcd/Backup/lcd_api_micropython.doctree b/en_build/doctrees/api-reference/lcd/Backup/lcd_api_micropython.doctree deleted file mode 100644 index 56323e2b..00000000 Binary files a/en_build/doctrees/api-reference/lcd/Backup/lcd_api_micropython.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/lcd/lcd.doctree b/en_build/doctrees/api-reference/lcd/lcd.doctree deleted file mode 100644 index 9aff60bc..00000000 Binary files a/en_build/doctrees/api-reference/lcd/lcd.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/adc.doctree b/en_build/doctrees/api-reference/peripherals/adc.doctree deleted file mode 100644 index aa4b3f56..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/adc.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/dac.doctree b/en_build/doctrees/api-reference/peripherals/dac.doctree deleted file mode 100644 index f0a48135..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/dac.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/gpio.doctree b/en_build/doctrees/api-reference/peripherals/gpio.doctree deleted file mode 100644 index a0417875..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/gpio.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/i2c.doctree b/en_build/doctrees/api-reference/peripherals/i2c.doctree deleted file mode 100644 index c5f1fb6e..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/i2c.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/index.doctree b/en_build/doctrees/api-reference/peripherals/index.doctree deleted file mode 100644 index 63f6dc74..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/index.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/neopixel.doctree b/en_build/doctrees/api-reference/peripherals/neopixel.doctree deleted file mode 100644 index f6bf78df..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/neopixel.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/rtc.doctree b/en_build/doctrees/api-reference/peripherals/rtc.doctree deleted file mode 100644 index 80cccb30..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/rtc.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/spi.doctree b/en_build/doctrees/api-reference/peripherals/spi.doctree deleted file mode 100644 index 82208f46..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/spi.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/timer.doctree b/en_build/doctrees/api-reference/peripherals/timer.doctree deleted file mode 100644 index ddc55795..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/timer.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/peripherals/uart.doctree b/en_build/doctrees/api-reference/peripherals/uart.doctree deleted file mode 100644 index a4c7a252..00000000 Binary files a/en_build/doctrees/api-reference/peripherals/uart.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/sd_card/sd_card.doctree b/en_build/doctrees/api-reference/sd_card/sd_card.doctree deleted file mode 100644 index f2373fc0..00000000 Binary files a/en_build/doctrees/api-reference/sd_card/sd_card.doctree and /dev/null differ diff --git a/en_build/doctrees/api-reference/speaker/speaker.doctree b/en_build/doctrees/api-reference/speaker/speaker.doctree deleted file mode 100644 index c6cdf93f..00000000 Binary files a/en_build/doctrees/api-reference/speaker/speaker.doctree and /dev/null differ diff --git a/en_build/doctrees/basic-cases/esp32cam/index.doctree b/en_build/doctrees/basic-cases/esp32cam/index.doctree deleted file mode 100644 index 639be5b8..00000000 Binary files a/en_build/doctrees/basic-cases/esp32cam/index.doctree and /dev/null differ diff --git a/en_build/doctrees/basic-cases/index.doctree b/en_build/doctrees/basic-cases/index.doctree deleted file mode 100644 index 999293aa..00000000 Binary files a/en_build/doctrees/basic-cases/index.doctree and /dev/null differ diff --git a/en_build/doctrees/basic-cases/m5go/index.doctree b/en_build/doctrees/basic-cases/m5go/index.doctree deleted file mode 100644 index 364c35e2..00000000 Binary files a/en_build/doctrees/basic-cases/m5go/index.doctree and /dev/null differ diff --git a/en_build/doctrees/basic-cases/m5stack-core/index.doctree b/en_build/doctrees/basic-cases/m5stack-core/index.doctree deleted file mode 100644 index be088e51..00000000 Binary files a/en_build/doctrees/basic-cases/m5stack-core/index.doctree and /dev/null differ diff --git a/en_build/doctrees/environment.pickle b/en_build/doctrees/environment.pickle deleted file mode 100644 index 7e774c0a..00000000 Binary files a/en_build/doctrees/environment.pickle and /dev/null differ diff --git a/en_build/doctrees/get-started/add-idf_path-to-profile.doctree b/en_build/doctrees/get-started/add-idf_path-to-profile.doctree deleted file mode 100644 index abeefc28..00000000 Binary files a/en_build/doctrees/get-started/add-idf_path-to-profile.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/establish-serial-connection.doctree b/en_build/doctrees/get-started/establish-serial-connection.doctree deleted file mode 100644 index f0c2347e..00000000 Binary files a/en_build/doctrees/get-started/establish-serial-connection.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/get-started-ESP32CAM.doctree b/en_build/doctrees/get-started/get-started-ESP32CAM.doctree deleted file mode 100644 index 87689321..00000000 Binary files a/en_build/doctrees/get-started/get-started-ESP32CAM.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/get-started-M5Bala.doctree b/en_build/doctrees/get-started/get-started-M5Bala.doctree deleted file mode 100644 index 98acd510..00000000 Binary files a/en_build/doctrees/get-started/get-started-M5Bala.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/get-started-M5StackCore-Arduino.doctree b/en_build/doctrees/get-started/get-started-M5StackCore-Arduino.doctree deleted file mode 100644 index b3581f4f..00000000 Binary files a/en_build/doctrees/get-started/get-started-M5StackCore-Arduino.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/get-started-M5StackCore-Micropython.doctree b/en_build/doctrees/get-started/get-started-M5StackCore-Micropython.doctree deleted file mode 100644 index f22ed677..00000000 Binary files a/en_build/doctrees/get-started/get-started-M5StackCore-Micropython.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/get-started-StepMotor.doctree b/en_build/doctrees/get-started/get-started-StepMotor.doctree deleted file mode 100644 index b752162e..00000000 Binary files a/en_build/doctrees/get-started/get-started-StepMotor.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/idf-monitor.doctree b/en_build/doctrees/get-started/idf-monitor.doctree deleted file mode 100644 index 996b06a2..00000000 Binary files a/en_build/doctrees/get-started/idf-monitor.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/index.doctree b/en_build/doctrees/get-started/index.doctree deleted file mode 100644 index 14489237..00000000 Binary files a/en_build/doctrees/get-started/index.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/make-project.doctree b/en_build/doctrees/get-started/make-project.doctree deleted file mode 100644 index 30d41876..00000000 Binary files a/en_build/doctrees/get-started/make-project.doctree and /dev/null differ diff --git a/en_build/doctrees/get-started/toolchain-setup-scratch.doctree b/en_build/doctrees/get-started/toolchain-setup-scratch.doctree deleted file mode 100644 index 342cb4d8..00000000 Binary files a/en_build/doctrees/get-started/toolchain-setup-scratch.doctree and /dev/null differ diff --git a/en_build/doctrees/index.doctree b/en_build/doctrees/index.doctree deleted file mode 100644 index 5bbb2e19..00000000 Binary files a/en_build/doctrees/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-awesome/M5Stack-SD-Updater/index.doctree b/en_build/doctrees/m5stack-awesome/M5Stack-SD-Updater/index.doctree deleted file mode 100644 index 25dba64d..00000000 Binary files a/en_build/doctrees/m5stack-awesome/M5Stack-SD-Updater/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-awesome/M5Widgets/index.doctree b/en_build/doctrees/m5stack-awesome/M5Widgets/index.doctree deleted file mode 100644 index e808c3de..00000000 Binary files a/en_build/doctrees/m5stack-awesome/M5Widgets/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-awesome/TFT_eSPI/index.doctree b/en_build/doctrees/m5stack-awesome/TFT_eSPI/index.doctree deleted file mode 100644 index 69f47393..00000000 Binary files a/en_build/doctrees/m5stack-awesome/TFT_eSPI/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-awesome/awesome.doctree b/en_build/doctrees/m5stack-awesome/awesome.doctree deleted file mode 100644 index 96ee8f04..00000000 Binary files a/en_build/doctrees/m5stack-awesome/awesome.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-awesome/index.doctree b/en_build/doctrees/m5stack-awesome/index.doctree deleted file mode 100644 index 8e0be7b0..00000000 Binary files a/en_build/doctrees/m5stack-awesome/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-faq/M5Stack-Core/index.doctree b/en_build/doctrees/m5stack-faq/M5Stack-Core/index.doctree deleted file mode 100644 index 89207817..00000000 Binary files a/en_build/doctrees/m5stack-faq/M5Stack-Core/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-faq/M5Stack-Module/index.doctree b/en_build/doctrees/m5stack-faq/M5Stack-Module/index.doctree deleted file mode 100644 index 94bdcafc..00000000 Binary files a/en_build/doctrees/m5stack-faq/M5Stack-Module/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-faq/index.doctree b/en_build/doctrees/m5stack-faq/index.doctree deleted file mode 100644 index 9aed0de4..00000000 Binary files a/en_build/doctrees/m5stack-faq/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-faq/m5stack-core/index.doctree b/en_build/doctrees/m5stack-faq/m5stack-core/index.doctree deleted file mode 100644 index 89207817..00000000 Binary files a/en_build/doctrees/m5stack-faq/m5stack-core/index.doctree and /dev/null differ diff --git a/en_build/doctrees/m5stack-faq/m5stack-module/index.doctree b/en_build/doctrees/m5stack-faq/m5stack-module/index.doctree deleted file mode 100644 index 94bdcafc..00000000 Binary files a/en_build/doctrees/m5stack-faq/m5stack-module/index.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/ROBOT/BALA.doctree b/en_build/doctrees/product-documents/ROBOT/BALA.doctree deleted file mode 100644 index ad2cd591..00000000 Binary files a/en_build/doctrees/product-documents/ROBOT/BALA.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/STEAM Kit/M5GO/m5go.doctree b/en_build/doctrees/product-documents/STEAM Kit/M5GO/m5go.doctree deleted file mode 100644 index e2a901e5..00000000 Binary files a/en_build/doctrees/product-documents/STEAM Kit/M5GO/m5go.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/index.doctree b/en_build/doctrees/product-documents/index.doctree deleted file mode 100644 index 396adeb4..00000000 Binary files a/en_build/doctrees/product-documents/index.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/m5stack-core/index.doctree b/en_build/doctrees/product-documents/m5stack-core/index.doctree deleted file mode 100644 index 5964ec44..00000000 Binary files a/en_build/doctrees/product-documents/m5stack-core/index.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/m5stack-core/m5stack_basic.doctree b/en_build/doctrees/product-documents/m5stack-core/m5stack_basic.doctree deleted file mode 100644 index a1d93aa7..00000000 Binary files a/en_build/doctrees/product-documents/m5stack-core/m5stack_basic.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/m5stack-core/m5stack_faces.doctree b/en_build/doctrees/product-documents/m5stack-core/m5stack_faces.doctree deleted file mode 100644 index dd46f07e..00000000 Binary files a/en_build/doctrees/product-documents/m5stack-core/m5stack_faces.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/m5stack-core/m5stack_fire.doctree b/en_build/doctrees/product-documents/m5stack-core/m5stack_fire.doctree deleted file mode 100644 index 292b371e..00000000 Binary files a/en_build/doctrees/product-documents/m5stack-core/m5stack_fire.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/m5stack-core/m5stack_gray.doctree b/en_build/doctrees/product-documents/m5stack-core/m5stack_gray.doctree deleted file mode 100644 index 56a23ed1..00000000 Binary files a/en_build/doctrees/product-documents/m5stack-core/m5stack_gray.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/m5stack-core/m5stack_panda.doctree b/en_build/doctrees/product-documents/m5stack-core/m5stack_panda.doctree deleted file mode 100644 index f72de7bf..00000000 Binary files a/en_build/doctrees/product-documents/m5stack-core/m5stack_panda.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/m5stack-core/m5stack_plc.doctree b/en_build/doctrees/product-documents/m5stack-core/m5stack_plc.doctree deleted file mode 100644 index eb6ab8d7..00000000 Binary files a/en_build/doctrees/product-documents/m5stack-core/m5stack_plc.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/esp32cam.doctree b/en_build/doctrees/product-documents/modules/esp32cam.doctree deleted file mode 100644 index 2173ddc1..00000000 Binary files a/en_build/doctrees/product-documents/modules/esp32cam.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/index.doctree b/en_build/doctrees/product-documents/modules/index.doctree deleted file mode 100644 index a806dfb0..00000000 Binary files a/en_build/doctrees/product-documents/modules/index.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_battery_module.doctree b/en_build/doctrees/product-documents/modules/m5stack_battery_module.doctree deleted file mode 100644 index 41f8497e..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_battery_module.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_btc_module.doctree b/en_build/doctrees/product-documents/modules/m5stack_btc_module.doctree deleted file mode 100644 index 029bc49d..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_btc_module.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_gps_module.doctree b/en_build/doctrees/product-documents/modules/m5stack_gps_module.doctree deleted file mode 100644 index 10754c83..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_gps_module.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_lan_module.doctree b/en_build/doctrees/product-documents/modules/m5stack_lan_module.doctree deleted file mode 100644 index 70d73c67..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_lan_module.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_lora_module.doctree b/en_build/doctrees/product-documents/modules/m5stack_lora_module.doctree deleted file mode 100644 index 6374bcef..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_lora_module.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_proto_kit.doctree b/en_build/doctrees/product-documents/modules/m5stack_proto_kit.doctree deleted file mode 100644 index d2d3cc92..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_proto_kit.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_proto_module.doctree b/en_build/doctrees/product-documents/modules/m5stack_proto_module.doctree deleted file mode 100644 index a161f6d4..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_proto_module.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/modules/m5stack_sim800_module.doctree b/en_build/doctrees/product-documents/modules/m5stack_sim800_module.doctree deleted file mode 100644 index 7bb5b3f5..00000000 Binary files a/en_build/doctrees/product-documents/modules/m5stack_sim800_module.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/tools/index.doctree b/en_build/doctrees/product-documents/tools/index.doctree deleted file mode 100644 index 251ad297..00000000 Binary files a/en_build/doctrees/product-documents/tools/index.doctree and /dev/null differ diff --git a/en_build/doctrees/product-documents/tools/m5stack_usb_downloader.doctree b/en_build/doctrees/product-documents/tools/m5stack_usb_downloader.doctree deleted file mode 100644 index c69f106c..00000000 Binary files a/en_build/doctrees/product-documents/tools/m5stack_usb_downloader.doctree and /dev/null differ diff --git a/en_build/doctrees/resources.doctree b/en_build/doctrees/resources.doctree deleted file mode 100644 index a045dc47..00000000 Binary files a/en_build/doctrees/resources.doctree and /dev/null differ diff --git a/en_build/html/.buildinfo b/en_build/html/.buildinfo deleted file mode 100644 index b52c5a6c..00000000 --- a/en_build/html/.buildinfo +++ /dev/null @@ -1,4 +0,0 @@ -# Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c48f6208e60429fdff9e0ee464b43420 -tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/en_build/html/_images/ESP32CAM.jpg b/en_build/html/_images/ESP32CAM.jpg deleted file mode 100644 index 675dc4ae..00000000 Binary files a/en_build/html/_images/ESP32CAM.jpg and /dev/null differ diff --git a/en_build/html/_images/ESP32CAM_Browser.png b/en_build/html/_images/ESP32CAM_Browser.png deleted file mode 100644 index dae1e500..00000000 Binary files a/en_build/html/_images/ESP32CAM_Browser.png and /dev/null differ diff --git a/en_build/html/_images/ESP32CAM_M5CAM.png b/en_build/html/_images/ESP32CAM_M5CAM.png deleted file mode 100644 index 61b396a4..00000000 Binary files a/en_build/html/_images/ESP32CAM_M5CAM.png and /dev/null differ diff --git a/en_build/html/_images/ESP32CAM_Terminal.png b/en_build/html/_images/ESP32CAM_Terminal.png deleted file mode 100644 index 3c5763a9..00000000 Binary files a/en_build/html/_images/ESP32CAM_Terminal.png and /dev/null differ diff --git a/en_build/html/_images/FAQ.jpg b/en_build/html/_images/FAQ.jpg deleted file mode 100644 index 36176da5..00000000 Binary files a/en_build/html/_images/FAQ.jpg and /dev/null differ diff --git a/en_build/html/_images/FactoryTest_result.png b/en_build/html/_images/FactoryTest_result.png deleted file mode 100644 index ab97ede8..00000000 Binary files a/en_build/html/_images/FactoryTest_result.png and /dev/null differ diff --git a/en_build/html/_images/M5Bala.jpg b/en_build/html/_images/M5Bala.jpg deleted file mode 100644 index 87c31d01..00000000 Binary files a/en_build/html/_images/M5Bala.jpg and /dev/null differ diff --git a/en_build/html/_images/M5GO.jpg b/en_build/html/_images/M5GO.jpg deleted file mode 100644 index 593f3a29..00000000 Binary files a/en_build/html/_images/M5GO.jpg and /dev/null differ diff --git a/en_build/html/_images/WebIDE_check_code.png b/en_build/html/_images/WebIDE_check_code.png deleted file mode 100644 index 202c78bb..00000000 Binary files a/en_build/html/_images/WebIDE_check_code.png and /dev/null differ diff --git a/en_build/html/_images/arduino_cc_package.png b/en_build/html/_images/arduino_cc_package.png deleted file mode 100644 index 4ebf5bf8..00000000 Binary files a/en_build/html/_images/arduino_cc_package.png and /dev/null differ diff --git a/en_build/html/_images/arduino_path.png b/en_build/html/_images/arduino_path.png deleted file mode 100644 index f88b1bae..00000000 Binary files a/en_build/html/_images/arduino_path.png and /dev/null differ diff --git a/en_build/html/_images/create_a_new_project.png b/en_build/html/_images/create_a_new_project.png deleted file mode 100644 index eb1bc1c7..00000000 Binary files a/en_build/html/_images/create_a_new_project.png and /dev/null differ diff --git a/en_build/html/_images/display_hello_world.png b/en_build/html/_images/display_hello_world.png deleted file mode 100644 index d4ffae69..00000000 Binary files a/en_build/html/_images/display_hello_world.png and /dev/null differ diff --git a/en_build/html/_images/download_idf.png b/en_build/html/_images/download_idf.png deleted file mode 100644 index 90d21ebd..00000000 Binary files a/en_build/html/_images/download_idf.png and /dev/null differ diff --git a/en_build/html/_images/download_m5stack_lib.png b/en_build/html/_images/download_m5stack_lib.png deleted file mode 100644 index e90782b6..00000000 Binary files a/en_build/html/_images/download_m5stack_lib.png and /dev/null differ diff --git a/en_build/html/_images/download_xtensa_tools.png b/en_build/html/_images/download_xtensa_tools.png deleted file mode 100644 index c5156796..00000000 Binary files a/en_build/html/_images/download_xtensa_tools.png and /dev/null differ diff --git a/en_build/html/_images/get-started.jpg b/en_build/html/_images/get-started.jpg deleted file mode 100644 index 54491d69..00000000 Binary files a/en_build/html/_images/get-started.jpg and /dev/null differ diff --git a/en_build/html/_images/linux-logo.png b/en_build/html/_images/linux-logo.png deleted file mode 100644 index 1112db65..00000000 Binary files a/en_build/html/_images/linux-logo.png and /dev/null differ diff --git a/en_build/html/_images/m5-api-reference.jpg b/en_build/html/_images/m5-api-reference.jpg deleted file mode 100644 index efcd29b4..00000000 Binary files a/en_build/html/_images/m5-api-reference.jpg and /dev/null differ diff --git a/en_build/html/_images/m5-arduino.jpg b/en_build/html/_images/m5-arduino.jpg deleted file mode 100644 index cc13dbc3..00000000 Binary files a/en_build/html/_images/m5-arduino.jpg and /dev/null differ diff --git a/en_build/html/_images/m5-awesome.jpg b/en_build/html/_images/m5-awesome.jpg deleted file mode 100644 index 7d3673af..00000000 Binary files a/en_build/html/_images/m5-awesome.jpg and /dev/null differ diff --git a/en_build/html/_images/m5-micropython.jpg b/en_build/html/_images/m5-micropython.jpg deleted file mode 100644 index f5f25a18..00000000 Binary files a/en_build/html/_images/m5-micropython.jpg and /dev/null differ diff --git a/en_build/html/_images/m5-stepmotor.jpg b/en_build/html/_images/m5-stepmotor.jpg deleted file mode 100644 index cd82beef..00000000 Binary files a/en_build/html/_images/m5-stepmotor.jpg and /dev/null differ diff --git a/en_build/html/_images/m5stack-forum.jpg b/en_build/html/_images/m5stack-forum.jpg deleted file mode 100644 index b2baf3f3..00000000 Binary files a/en_build/html/_images/m5stack-forum.jpg and /dev/null differ diff --git a/en_build/html/_images/m5stack_connet_wifi.png b/en_build/html/_images/m5stack_connet_wifi.png deleted file mode 100644 index a86ae2d6..00000000 Binary files a/en_build/html/_images/m5stack_connet_wifi.png and /dev/null differ diff --git a/en_build/html/_images/macos-logo.png b/en_build/html/_images/macos-logo.png deleted file mode 100644 index 289d1f60..00000000 Binary files a/en_build/html/_images/macos-logo.png and /dev/null differ diff --git a/en_build/html/_images/product-documents.jpg b/en_build/html/_images/product-documents.jpg deleted file mode 100644 index 7dbec619..00000000 Binary files a/en_build/html/_images/product-documents.jpg and /dev/null differ diff --git a/en_build/html/_images/putty-settings-linux.png b/en_build/html/_images/putty-settings-linux.png deleted file mode 100644 index 7b04f922..00000000 Binary files a/en_build/html/_images/putty-settings-linux.png and /dev/null differ diff --git a/en_build/html/_images/putty-settings-windows.png b/en_build/html/_images/putty-settings-windows.png deleted file mode 100644 index d08d6ab1..00000000 Binary files a/en_build/html/_images/putty-settings-windows.png and /dev/null differ diff --git a/en_build/html/_images/select_arduino_install_path.png b/en_build/html/_images/select_arduino_install_path.png deleted file mode 100644 index e0e0db86..00000000 Binary files a/en_build/html/_images/select_arduino_install_path.png and /dev/null differ diff --git a/en_build/html/_images/select_arduino_lib.png b/en_build/html/_images/select_arduino_lib.png deleted file mode 100644 index e820d183..00000000 Binary files a/en_build/html/_images/select_arduino_lib.png and /dev/null differ diff --git a/en_build/html/_images/select_board_and_com.png b/en_build/html/_images/select_board_and_com.png deleted file mode 100644 index 4476f38d..00000000 Binary files a/en_build/html/_images/select_board_and_com.png and /dev/null differ diff --git a/en_build/html/_images/select_demo.png b/en_build/html/_images/select_demo.png deleted file mode 100644 index 45183285..00000000 Binary files a/en_build/html/_images/select_demo.png and /dev/null differ diff --git a/en_build/html/_images/select_get_exe_file.png b/en_build/html/_images/select_get_exe_file.png deleted file mode 100644 index 9d715826..00000000 Binary files a/en_build/html/_images/select_get_exe_file.png and /dev/null differ diff --git a/en_build/html/_images/show_motors_files_added.png b/en_build/html/_images/show_motors_files_added.png deleted file mode 100644 index 6ba5f20b..00000000 Binary files a/en_build/html/_images/show_motors_files_added.png and /dev/null differ diff --git a/en_build/html/_images/upload_module_files.png b/en_build/html/_images/upload_module_files.png deleted file mode 100644 index 82b16b20..00000000 Binary files a/en_build/html/_images/upload_module_files.png and /dev/null differ diff --git a/en_build/html/_images/windows-logo.png b/en_build/html/_images/windows-logo.png deleted file mode 100644 index 122f53a2..00000000 Binary files a/en_build/html/_images/windows-logo.png and /dev/null differ diff --git a/en_build/html/_images/windows_download_firmware.png b/en_build/html/_images/windows_download_firmware.png deleted file mode 100644 index d70843bf..00000000 Binary files a/en_build/html/_images/windows_download_firmware.png and /dev/null differ diff --git a/en_build/html/_sources/api-reference/button/button.rst.txt b/en_build/html/_sources/api-reference/button/button.rst.txt deleted file mode 100644 index c9f95227..00000000 --- a/en_build/html/_sources/api-reference/button/button.rst.txt +++ /dev/null @@ -1,70 +0,0 @@ -Button API -*********** - ------------------------------ - -Function ---------- - -isPressed() - -isReleased() - -pressedFor(timeout) - -wasPressed(callback=None) -wasReleased(callback=None) -releasedFor(timeout, callback=None) - - - ---------------------- - -Usage ------- - -.. code:: python - - from m5stack import * - from machine import SPI, Pin - from display import LCD - import utime - - spi = SPI(1, baudrate=32000000, mosi=Pin(23), miso=Pin(19), sck=Pin(18)) - - lcd = LCD(spi = spi) #lcd init - - while True: - if buttonA.wasPressed(): - lcd.print('Button A was Pressed\n') - - if buttonA.wasReleased(): - lcd.print('Button A was Released\n') - - if buttonA.pressedFor(1.5): - lcd.print('Button A pressed for 1.5s\n') - - if buttonA.releasedFor(2): - lcd.print('Button A released for 2s press hold\n') - - utime.sleep(0.1) - - -.. code:: python - - #Button Callback - - from m5stack import * - - def on_wasPressed(): - lcd.print('Button B was Pressed\n') - - def on_wasReleased(): - lcd.print('Button B was Released\n') - - def on_releasedFor(): - lcd.print('Button B released for 1.2s press hold\n') - - buttonB.wasPressed(on_wasPressed) - buttonB.wasReleased(on_wasReleased) - buttonB.releasedFor(1.2, on_releasedFor) diff --git a/en_build/html/_sources/api-reference/index.rst.txt b/en_build/html/_sources/api-reference/index.rst.txt deleted file mode 100644 index 81efb7aa..00000000 --- a/en_build/html/_sources/api-reference/index.rst.txt +++ /dev/null @@ -1,17 +0,0 @@ -************* -API Reference -************* - -.. toctree:: - :maxdepth: 1 - - LCD - Button