Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakwill committed Oct 30, 2024
1 parent 0a0e346 commit af25bf1
Show file tree
Hide file tree
Showing 25 changed files with 809 additions and 2,478 deletions.
Binary file added docs/build/doctrees/Media.doctree
Binary file not shown.
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 modified docs/build/doctrees/modules.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/pyrimidine.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/pyrimidine.local_search.doctree
Binary file not shown.
Binary file added docs/build/doctrees/pyrimidine.misc.doctree
Binary file not shown.
176 changes: 176 additions & 0 deletions docs/build/html/Media.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
<!DOCTYPE html>

<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Misc &#8212; pyrimidine 1.7 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4848ba22" />
<link rel="stylesheet" type="text/css" href="_static/pyramid.css?v=310c80ee" />
<script src="_static/documentation_options.js?v=392da36c"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="pyrimidine" href="Modules.html" />
<link rel="prev" title="Developers" href="Developers.html" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
<![endif]-->

</head><body>

<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Modules.html" title="pyrimidine"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Developers.html" title="Developers"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pyrimidine 1.7 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Misc</a></li>
</ul>
</div>

<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<section class="tex2jax_ignore mathjax_ignore" id="misc">
<h1>Misc<a class="headerlink" href="#misc" title="Link to this heading"></a></h1>
<section id="pictures">
<h2>Pictures<a class="headerlink" href="#pictures" title="Link to this heading"></a></h2>
<p>Generated Picture
<img alt="" src="taichi.png" /></p>
<p>Original Picture
<img alt="" src="https://img.sj33.cn/uploads/allimg/201404/7-1404160TQ63V.png" /></p>
</section>
<section id="videos">
<h2>Videos<a class="headerlink" href="#videos" title="Link to this heading"></a></h2>
<p>… video:: tsp.mp4</p>
<dl class="myst field-list simple">
<dt class="field-odd">width<span class="colon">:</span></dt>
<dd class="field-odd"><p>640</p>
<dl class="myst field-list simple">
<dt class="field-odd">height<span class="colon">:</span></dt>
<dd class="field-odd"><p>480</p>
<dl class="myst field-list simple">
<dt class="field-odd">controls<span class="colon">:</span></dt>
<dd class="field-odd"><dl class="myst field-list simple">
<dt class="field-odd">autoplay<span class="colon">:</span></dt>
<dd class="field-odd"><p></p></dd>
</dl>
</dd>
</dl>
</dd>
</dl>
</dd>
</dl>
<p>… raw:: html</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;video
src=&quot;tsp.mp4&quot; controls=&quot;&quot;
height=350
width=600&gt;
TSP solved by GA
&lt;/video&gt;
</pre></div>
</div>
<p>… raw:: html</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://youtu.be/KwpNPCNutcI&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;
</pre></div>
</div>
<p>If it fails to play, then access the url https://youtu.be/KwpNPCNutcI.</p>
</section>
<section id="tutorial">
<h2>Tutorial<a class="headerlink" href="#tutorial" title="Link to this heading"></a></h2>
<p>Video tutorial: https://youtu.be/LWc2V28kzgA</p>
</section>
</section>


<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Misc</a><ul>
<li><a class="reference internal" href="#pictures">Pictures</a></li>
<li><a class="reference internal" href="#videos">Videos</a></li>
<li><a class="reference internal" href="#tutorial">Tutorial</a></li>
</ul>
</li>
</ul>

</div>
<div>
<h4>Previous topic</h4>
<p class="topless"><a href="Developers.html"
title="previous chapter">Developers</a></p>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="Modules.html"
title="next chapter">pyrimidine</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/Media.md.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Modules.html" title="pyrimidine"
>next</a> |</li>
<li class="right" >
<a href="Developers.html" title="Developers"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pyrimidine 1.7 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Misc</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2023, William Song.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
</div>
</body>
</html>
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Welcome to pyrimidine's world of genetic algorithm
Customization
Helpers
Developers
Misc
Media


.. toctree::
Expand All @@ -36,7 +36,7 @@ Welcome to pyrimidine's world of genetic algorithm

.. toctree::
:maxdepth: 2
:caption: about
:caption: About

GitHub Page <https://github.com/Freakwill/pyrimidine>

Expand Down
53 changes: 53 additions & 0 deletions docs/build/html/_sources/pyrimidine.misc.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
pyrimidine.misc package
================================

Submodules
----------

pyrimidine.misc.aco module
--------------------------------------------

.. automodule:: pyrimidine.misc.aco
:members:
:undoc-members:
:show-inheritance:

pyrimidine.misc.ba module
----------------------------------------------------

.. automodule:: pyrimidine.misc.ba
:members:
:undoc-members:
:show-inheritance:

pyrimidine.misc.fa module
--------------------------------------------

.. automodule:: pyrimidine.misc.fa
:members:
:undoc-members:
:show-inheritance:

pyrimidine.misc.gsa module
--------------------------------------------

.. automodule:: pyrimidine.misc.gsa
:members:
:undoc-members:
:show-inheritance:

pyrimidine.misc.sma module
--------------------------------------------

.. automodule:: pyrimidine.misc.sma
:members:
:undoc-members:
:show-inheritance:

pyrimidine.misc.ssa module
--------------------------------------------

.. automodule:: pyrimidine.misc.ssa
:members:
:undoc-members:
:show-inheritance:
9 changes: 1 addition & 8 deletions docs/build/html/_sources/pyrimidine.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,11 @@ Subpackages
pyrimidine.benchmarks
pyrimidine.learn
pyrimidine.local_search
pyrimidine.misc

Submodules
----------

pyrimidine.ba module
----------------------

.. automodule:: pyrimidine.ba
:members:
:undoc-members:
:show-inheritance:

pyrimidine.base module
----------------------

Expand Down
Loading

0 comments on commit af25bf1

Please sign in to comment.