update
This commit is contained in:
parent
3a8dd021db
commit
30dfcfa36a
7
push.sh
7
push.sh
@ -13,4 +13,9 @@ sed -i 's/\.\.\/pkg/\.\/pkg/g' tmp/bootstrap.js
|
||||
|
||||
echo "rsyncing"
|
||||
rsync -av --delete --info=progress2 tmp/ rpi-public:/mnt/hdd/http_share/integral-demo/
|
||||
rm -fr tmp
|
||||
rsync -av --delete --info=progress2 --exclude=".git" tmp/ ../integral-demo/
|
||||
rm -fr tmp
|
||||
cd ../integral-demo
|
||||
git add .
|
||||
git commit -m "update"
|
||||
git push
|
||||
@ -37,14 +37,6 @@
|
||||
|
||||
<h3 id="%3Ca%20href=%22https://github.com/Titaniumtown/integral_site%22%3EI&#8217;m%20Open%20Source!%3C/a%3E%20(and%20licensed%20under%20AGPLv3)"><a href="https://github.com/Titaniumtown/integral_site">I’m Open Source!</a> (and licensed under AGPLv3)</h3>
|
||||
|
||||
<h3 id="Frequent%20Issues">Frequent Issues</h3>
|
||||
|
||||
<h4 id="Not%20Using%20Explicit%20Multiplication">Not Using Explicit Multiplication</h4>
|
||||
|
||||
<ul>
|
||||
<li>Equations such as chaining variables such as <code>y=xxxx</code> will fail, whereas <code>y=x*x*x*x</code> (or <code>y=x^4</code>) will not fail, this also applies for static variables such as <code>e</code> in situations like <code>eeee</code>, will fail.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="What%20Expressions%20Can%20I%20Use?">What Expressions Can I Use?</h4>
|
||||
|
||||
<ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user