1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Sphinx syntax fixes (#9180)

get rid of warnings when converting python -> rst, force quit when they happen
fix code-blocks, always need extra line
fix invalid headers refs so they actually work
This commit is contained in:
Max Prokhorov
2024-07-31 01:28:46 +03:00
committed by GitHub
parent c2f136515a
commit 1b6f815463
11 changed files with 81 additions and 71 deletions

View File

@ -9,7 +9,7 @@ I am getting "espcomm\_sync failed" error when trying to upload my ESP. How to r
- `Reset Methods <#reset-methods>`__
- `Ck <#ck>`__
- `Nodemcu <#nodemcu>`__
- `I'm Stuck <#im-stuck>`__
- `I'm Stuck <#i-m-stuck>`__
- `Conclusion <#conclusion>`__
Introduction

View File

@ -5,7 +5,7 @@ My ESP crashes running some code. How to troubleshoot it?
- `Introduction <#introduction>`__
- `What ESP has to Say <#what-esp-has-to-say>`__
- `Get Your H/W Right <#get-your-hw-right>`__
- `Get Your H/W Right <#get-your-h-w-right>`__
- `Enable compilation warnings <#enable-compilation-warnings>`__
- `What is the Cause of Restart? <#what-is-the-cause-of-restart>`__
- `Exception <#exception>`__
@ -148,8 +148,8 @@ table to understand what kind of issue it is. If you have no clues what
it's about and where it happens, then use `Arduino ESP8266/ESP32
Exception Stack Trace
Decoder <https://github.com/me-no-dev/EspExceptionDecoder>`__ to find
out in which line of application it is triggered. Please refer to `Check
Where the Code Crashes <#check-where-the-code-crashes>`__ point below
out in which line of application it is triggered. Please refer to
`Exception decoder <#exception-decoder>`__ point below
for a quick example how to do it.
**NOTE:** When decoding exceptions be sure to include all lines between

View File

@ -7,7 +7,7 @@ This Arduino library doesn't work on ESP. How do I make it working?
- `Identify the Issues <#identify-the-issues>`__
- `Fix it Yourself <#fix-it-yourself>`__
- `Compilation Errors <#compilation-errors>`__
- `Exceptions / Watchdog Resets <#exceptions--watchdog-resets>`__
- `Exceptions / Watchdog Resets <#exceptions-watchdog-resets>`__
- `Functionality Issues <#functionality-issues>`__
- `Conclusion <#conclusion>`__