Skip to content

Commit 0fef3f0

Browse files
committed
Update images
1 parent b6472fe commit 0fef3f0

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
qpython.org
1+
qpython.org

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
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&#8217;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>

qpython-docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs.qpython.org
1+
qpython.org

qpython-docs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
cd ../.. && mv build/html ../docs && cp CNAME ../docs

0 commit comments

Comments
 (0)