Skip to content

Commit

Permalink
documentation rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd committed Jul 6, 2021
1 parent 393c51a commit f3204c8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/examples/markdown_demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h1 id="code-and-syntax-highlighting">Code and Syntax Highlighting <a class="hea

```
No language indicated, so no syntax highlighting.
But let's throw in a &lt;b&gt;tag&lt;/b&gt;.
But let's throw in a &amp;lt;b&amp;gt;tag&amp;lt;/b&amp;gt;.
```
</code></pre></div>
<div class="highlight"><pre><span></span><code><span class="kd">var</span> <span class="nx">s</span> <span class="o">=</span> <span class="s2">"JavaScript syntax highlighting"</span><span class="p">;</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/styles/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>default.css</h1>
</header>
<main>
<p>This is an example page to demonstrate the different <a href="../">styles</a>.</p>
<p>Here is a code box:
<p>Here is a code box:</p>
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">math</span>

<span class="k">def</span> <span class="nf">test</span><span class="p">(</span><span class="n">n</span><span class="p">):</span>
Expand All @@ -29,7 +29,7 @@ <h1>default.css</h1>
<span class="k">return</span> <span class="n">math</span><span class="o">.</span><span class="n">sqrt</span><span class="p">(</span><span class="n">n</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">"Does not compute!"</span><span class="p">)</span>
</code></pre></div></p>
</code></pre></div>
</main>
<footer>
<p>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/styles/selenized-black/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>selenized-black.css</h1>
</header>
<main>
<p>This is an example page to demonstrate the different <a href="../">styles</a>.</p>
<p>Here is a code box:
<p>Here is a code box:</p>
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">math</span>

<span class="k">def</span> <span class="nf">test</span><span class="p">(</span><span class="n">n</span><span class="p">):</span>
Expand All @@ -29,7 +29,7 @@ <h1>selenized-black.css</h1>
<span class="k">return</span> <span class="n">math</span><span class="o">.</span><span class="n">sqrt</span><span class="p">(</span><span class="n">n</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">"Does not compute!"</span><span class="p">)</span>
</code></pre></div></p>
</code></pre></div>
</main>
<footer>
<p>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/styles/selenized-dark/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>selenized-dark.css</h1>
</header>
<main>
<p>This is an example page to demonstrate the different <a href="../">styles</a>.</p>
<p>Here is a code box:
<p>Here is a code box:</p>
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">math</span>

<span class="k">def</span> <span class="nf">test</span><span class="p">(</span><span class="n">n</span><span class="p">):</span>
Expand All @@ -29,7 +29,7 @@ <h1>selenized-dark.css</h1>
<span class="k">return</span> <span class="n">math</span><span class="o">.</span><span class="n">sqrt</span><span class="p">(</span><span class="n">n</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">"Does not compute!"</span><span class="p">)</span>
</code></pre></div></p>
</code></pre></div>
</main>
<footer>
<p>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/styles/selenized-light/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>selenized-light.css</h1>
</header>
<main>
<p>This is an example page to demonstrate the different <a href="../">styles</a>.</p>
<p>Here is a code box:
<p>Here is a code box:</p>
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">math</span>

<span class="k">def</span> <span class="nf">test</span><span class="p">(</span><span class="n">n</span><span class="p">):</span>
Expand All @@ -29,7 +29,7 @@ <h1>selenized-light.css</h1>
<span class="k">return</span> <span class="n">math</span><span class="o">.</span><span class="n">sqrt</span><span class="p">(</span><span class="n">n</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">"Does not compute!"</span><span class="p">)</span>
</code></pre></div></p>
</code></pre></div>
</main>
<footer>
<p>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/styles/selenized-white/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>selenized-white.css</h1>
</header>
<main>
<p>This is an example page to demonstrate the different <a href="../">styles</a>.</p>
<p>Here is a code box:
<p>Here is a code box:</p>
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">math</span>

<span class="k">def</span> <span class="nf">test</span><span class="p">(</span><span class="n">n</span><span class="p">):</span>
Expand All @@ -29,7 +29,7 @@ <h1>selenized-white.css</h1>
<span class="k">return</span> <span class="n">math</span><span class="o">.</span><span class="n">sqrt</span><span class="p">(</span><span class="n">n</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">"Does not compute!"</span><span class="p">)</span>
</code></pre></div></p>
</code></pre></div>
</main>
<footer>
<p>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/styles/simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>simple.css</h1>
</header>
<main>
<p>This is an example page to demonstrate the different <a href="../">styles</a>.</p>
<p>Here is a code box:
<p>Here is a code box:</p>
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">math</span>

<span class="k">def</span> <span class="nf">test</span><span class="p">(</span><span class="n">n</span><span class="p">):</span>
Expand All @@ -29,7 +29,7 @@ <h1>simple.css</h1>
<span class="k">return</span> <span class="n">math</span><span class="o">.</span><span class="n">sqrt</span><span class="p">(</span><span class="n">n</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">"Does not compute!"</span><span class="p">)</span>
</code></pre></div></p>
</code></pre></div>
</main>
<footer>
<p>
Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ <h1 id="installation">Installation <a class="headerlink" href="#installation" ti
<p>Make sure <a href="http://www.python.org">Python 3</a> is installed </p>
</li>
<li>
<p>Update pip, setuptools and wheel</p>
<div class="highlight"><pre><span></span><code>pip3 install -U pip
pip3 install -U setuptools wheel
</code></pre></div>
</li>
<li>
<p>Download the <a href="https://github.com/fladd/StuffPages/releases/latest">latest release</a></p>
</li>
<li>
Expand Down

0 comments on commit f3204c8

Please sign in to comment.