File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 99
1010.PHONY : release
1111release :
12- pandoc README.md -t rst | awk ' BEGIN{ skip=0 }; { if(match($$0, /\.\. figure.*/)) { skip=3 } else if(skip==0) { print } else if(skip>0) { skip=skip-1 } };' > README.rst
12+ # pandoc README.md -t rst | awk 'BEGIN{ skip=0 }; { if(match($$0, /\.\. figure.*/)) { skip=3 } else if(skip==0) { print } else if(skip>0) { skip=skip-1 } };' > README.rst
13+ pandoc README.md -t rst > README.rst
Original file line number Diff line number Diff line change @@ -271,6 +271,10 @@ select 'led' as the target. Please type the command as below.
271271Then you got a png file (out.png). The picture shows that the definition
272272of 'led' is a part-selection of 'count' from 23-bit to 16-bit.
273273
274+ .. figure :: img/out.png
275+ :alt: out.png
276+
277+ out.png
274278
275279Control-flow analyzer
276280---------------------
@@ -303,6 +307,10 @@ state machine.
303307You got also a png file (top\_ state.png). The picture shows that the
304308graphical structure of the state machine.
305309
310+ .. figure :: img/top_state.png
311+ :alt: top\_state.png
312+
313+ top\_ state.png
306314
307315Code generator
308316--------------
You can’t perform that action at this time.
0 commit comments