Skip to content

Commit

Permalink
Push to test 👻 💀 ☠️ 👽 👾 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
byteface committed Oct 20, 2021
1 parent 4edc643 commit 4c06aea
Show file tree
Hide file tree
Showing 19 changed files with 1,626 additions and 10 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/packages/style.doctree
Binary file not shown.
10 changes: 8 additions & 2 deletions docs/_build/html/_modules/domonic/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>domonic.style &#8212; domonic 0.7.0 documentation</title>
<title>domonic.style &#8212; domonic 0.6.3 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand Down Expand Up @@ -176,6 +176,10 @@ <h1>Source code for domonic.style</h1><div class="highlight"><pre>
<div class="viewcode-block" id="CSSStyleSheet"><a class="viewcode-back" href="../../packages/autodocs.html#domonic.style.CSSStyleSheet">[docs]</a><span class="k">class</span> <span class="nc">CSSStyleSheet</span><span class="p">(</span><span class="n">StyleSheet</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;Creates a new CSSStyleSheet object.&quot;&quot;&quot;</span>

<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="nb">super</span><span class="p">()</span><span class="o">.</span><span class="fm">__init__</span><span class="p">()</span>
<span class="bp">self</span><span class="o">.</span><span class="n">rules</span> <span class="o">=</span> <span class="p">[]</span>

<span class="nd">@property</span>
<span class="k">def</span> <span class="nf">cssRules</span><span class="p">():</span> <span class="c1"># -&gt; &#39;CSSStyleRuleList&#39;:</span>
<span class="sd">&quot;&quot;&quot;Returns a live CSSRuleList which maintains an up-to-date list of the CSSRule objects</span>
Expand Down Expand Up @@ -235,7 +239,7 @@ <h1>Source code for domonic.style</h1><div class="highlight"><pre>
<span class="sd"> &quot;&quot;&quot;</span>

<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">parent_node</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">&quot;*** MADE A STYLE11 ***&quot;</span><span class="p">)</span>
<span class="c1"># print(&quot;*** MADE A STYLE11 ***&quot;)</span>

<span class="bp">self</span><span class="o">.</span><span class="n">_members_checked</span> <span class="o">=</span> <span class="mi">0</span>

Expand Down Expand Up @@ -2863,8 +2867,10 @@ <h3><a href="../../index.html">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="../../packages/decorators.html">decorators</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../packages/components.html">Templates and Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../packages/utils.html">utils</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../packages/webapi.html">webapi</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../packages/servers.html">🚀 servers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../packages/autodocs.html">🤖 autodocs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../contribute.html">Contribute</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
Expand Down
1 change: 1 addition & 0 deletions docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ <h3><a href="../index.html">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="../packages/components.html">Templates and Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="../packages/utils.html">utils</a></li>
<li class="toctree-l1"><a class="reference internal" href="../packages/webapi.html">webapi</a></li>
<li class="toctree-l1"><a class="reference internal" href="../packages/style.html">styles</a></li>
<li class="toctree-l1"><a class="reference internal" href="../packages/servers.html">🚀 servers</a></li>
<li class="toctree-l1"><a class="reference internal" href="../packages/autodocs.html">🤖 autodocs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contribute.html">Contribute</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Styling gets passed to the style tag on render.
CSSOM is also stubbed out. See the styles.py class. Feel free to make a PR


.. automodule:: domonic.styles
.. automodule:: domonic.style
:members:
:noindex:
1 change: 1 addition & 0 deletions docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4377,6 +4377,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="packages/components.html">Templates and Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/utils.html">utils</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/webapi.html">webapi</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/style.html">styles</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/servers.html">🚀 servers</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/autodocs.html">🤖 autodocs</a></li>
<li class="toctree-l1"><a class="reference internal" href="contribute.html">Contribute</a></li>
Expand Down
5 changes: 5 additions & 0 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ <h2>The User Guide<a class="headerlink" href="#the-user-guide" title="Permalink
<li class="toctree-l2"><a class="reference internal" href="packages/webapi.html#url">URL</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="packages/style.html">styles</a><ul>
<li class="toctree-l2"><a class="reference internal" href="packages/style.html#styling-elements">Styling Elements</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="packages/servers.html">🚀 servers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="packages/servers.html#running-a-python-server-to-view-static-pages">Running a python server to view static pages</a></li>
<li class="toctree-l2"><a class="reference internal" href="packages/servers.html#serving-dynamic-content">Serving dynamic content</a></li>
Expand Down Expand Up @@ -359,6 +363,7 @@ <h3><a href="#">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="packages/components.html">Templates and Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/utils.html">utils</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/webapi.html">webapi</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/style.html">styles</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/servers.html">🚀 servers</a></li>
<li class="toctree-l1"><a class="reference internal" href="packages/autodocs.html">🤖 autodocs</a></li>
<li class="toctree-l1"><a class="reference internal" href="contribute.html">Contribute</a></li>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/_build/html/packages/autodocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<script src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Contribute" href="../contribute.html" />
<link rel="prev" title="🚀 servers" href="servers.html" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -11778,6 +11779,7 @@ <h3><a href="../index.html">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="decorators.html">decorators</a></li>
<li class="toctree-l1"><a class="reference internal" href="components.html">Templates and Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="utils.html">utils</a></li>
<li class="toctree-l1"><a class="reference internal" href="webapi.html">webapi</a></li>
<li class="toctree-l1"><a class="reference internal" href="servers.html">🚀 servers</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">🤖 autodocs</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#domonic">domonic</a></li>
Expand All @@ -11798,12 +11800,14 @@ <h3><a href="../index.html">Table of Contents</a></h3>
<li class="toctree-l2"><a class="reference internal" href="#domonic-webapi-url">domonic.webapi.url</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../contribute.html">Contribute</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../index.html">Documentation overview</a><ul>
<li>Previous: <a href="servers.html" title="previous chapter">🚀 servers</a></li>
<li>Next: <a href="../contribute.html" title="next chapter">Contribute</a></li>
</ul></li>
</ul>
</div>
Expand Down
2 changes: 2 additions & 0 deletions docs/_build/html/packages/dQuery.html
Original file line number Diff line number Diff line change
Expand Up @@ -1364,8 +1364,10 @@ <h3><a href="../index.html">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="decorators.html">decorators</a></li>
<li class="toctree-l1"><a class="reference internal" href="components.html">Templates and Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="utils.html">utils</a></li>
<li class="toctree-l1"><a class="reference internal" href="webapi.html">webapi</a></li>
<li class="toctree-l1"><a class="reference internal" href="servers.html">🚀 servers</a></li>
<li class="toctree-l1"><a class="reference internal" href="autodocs.html">🤖 autodocs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contribute.html">Contribute</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
Expand Down
2 changes: 2 additions & 0 deletions docs/_build/html/packages/dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2741,8 +2741,10 @@ <h3><a href="../index.html">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="decorators.html">decorators</a></li>
<li class="toctree-l1"><a class="reference internal" href="components.html">Templates and Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="utils.html">utils</a></li>
<li class="toctree-l1"><a class="reference internal" href="webapi.html">webapi</a></li>
<li class="toctree-l1"><a class="reference internal" href="servers.html">🚀 servers</a></li>
<li class="toctree-l1"><a class="reference internal" href="autodocs.html">🤖 autodocs</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contribute.html">Contribute</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
Expand Down
Loading

0 comments on commit 4c06aea

Please sign in to comment.