File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- qpython.org
1+ qpython.org
File renamed without changes.
Original file line number Diff line number Diff line change 158158 < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
159159 < div itemprop ="articleBody ">
160160
161- < img alt ="_images /bestpython.png " src ="_images /bestpython.png " />
161+ < img alt ="images /bestpython.png " src ="images /bestpython.png " />
162162< p > It’s the official QPython Developer / User guide</ p >
163163< div class ="section " id ="welcome-to-read-the-qpython-guide ">
164164< h1 > Welcome to read the QPython guide!< a class ="headerlink " href ="#welcome-to-read-the-qpython-guide " title ="Permalink to this headline "> ¶</ a > </ h1 >
Original file line number Diff line number Diff line change 1- docs. qpython.org
1+ qpython.org
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ make html
55# mv static static
66# mv sources sources
77
8- cd build/html && find . -name " *.html" -exec sed -i -e ' s/_static/static/g' {} \; && rm * -e && mv _static static
8+ cd build/html && find . -name " *.html" -exec sed -i -e ' s/_static/static/g;s/_images/images/g ' {} \; && rm * -e && mv _static static && mv _images images
99
1010cd ../.. && mv build/html ../docs && cp CNAME ../docs
You can’t perform that action at this time.
0 commit comments