-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Re-write the README.md #771
Comments
|
I suggest a .md file for each module, fully documenting what the module does. Example code snippets can help here. Code samples in README.md can also assist somebody who's thinking whether they should use NodeMCU, by showing how easy it is to program. |
@nickandrew API documentation is handled in #774, I just created it. |
Maybe there should be some advises about how to use nodemcu in general. I mean for example, adding a timer before running scripts at startup (in order to have the time to upload a code update in case of big bug), how to cut long instructions sets in different scripts and so on. |
My plan is to integrate the FAQ into the wiki replacement with #774 (and move it from unofficial to official finally 😉 ).
Once the documentation is based on RTD serving the docs in multiple languages should be a breeze. |
Ok, just perfect 👍 |
@ghusson2 I'll compare your "begin from zero" document with the latest README; there might be places I can add detail. No need to translate from French; it's obvious what most of the document means :-) One last thing, please delete your reference to nodemcu_float_0.9.6 as that version is deprecated. Current README.md covers: cloud build (as your doc does), building in a Docker container, and installing the build toolchain directly. |
@nickandrew : "latest README" : oh yes, indeed :) |
Please look at the current issues list. This one is #788. |
#769 is the first attempt at getting the
README.md
right. I'd like to use this issue to discuss what direction we should be taking once that PR is merged.We (i.e. the current collaborators) already agreed that:
The text was updated successfully, but these errors were encountered: