-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme.rst #4131
Update readme.rst #4131
Conversation
fix broken link to file system flash layout
the link is correct, no change required |
If I go to: https://arduino-esp8266.readthedocs.io/en/latest/ota_updates/readme.html |
You observed correctly that So the source files are correct with |
The RST file you modified should have |
my second shot at fixing the external page link for "flash layout". It appears that the on-page link to "Update Process - Memory View" was broken (not sure if I got this one right or not).
I took a shot at fixing this again and an on-page link. Not sure if I am any closer and not sure how to test these fixes either (hints anyone?). |
AFAIK, that looks right. If you really want to validate it without waiting to see if someone can check it, it may be possible to follow the instructions here to get a test environment running, but going by the explicit external links reference, it seems like it should work ('cheat sheet' that I refer to whenever I need to learn more about reStructuredText formatting and markup). For straight 'markdown' formatting, you can view it on github, but some of the reStructuredText stuff needs to be processed, so can't just be shown as is. |
Alright, if this is broken, it won't be worse than it already is, so I'm merging. If it's still broken afterwards, please take another shot at fixing the links. |
" :ref: " is other way to make cross reference not discussed in #4409 . This need a label in the referenced file ("/doc/filesystem.rst") http://www.sphinx-doc.org/es/stable/markup/inline.html . EXAMPLE:
In the file /doc/ota_updates/readme.rst:
But this work fine in Sphinx (ReadTheDocs) but not in Github. |
And with |
fix broken link to file system flash layout