documentation files in .rst format
Posted: Wed Jan 29, 2020 6:07 am
in the documentation directory of the esp-idf, most of the files are in some '.rst' format. I can open the files in most any editor/word processor/browser. But he files clearly have block diagrams and other material in some sort of markup format that nothing I've tried, and I've tried several, can decode into diagrams.
How should these files be read? What program can open these files and render the diagrams and other stuff in this markup language?
Here's a partial example:
How should these files be read? What program can open these files and render the diagrams and other stuff in this markup language?
Here's a partial example:
Thanks.The ESP32 Wi-Fi programming model is depicted as follows:
.. blockdiag::
:caption: Wi-Fi Programming Model
:align: center
blockdiag wifi-programming-model {
# global attributes
node_height = 60;
node_width = 100;
span_width = 100;
span_height = 60;
default_shape = roundedbox;
default_group_color = none;