diff --git a/docs/build/doctrees/Media.doctree b/docs/build/doctrees/Media.doctree new file mode 100644 index 0000000..4d7d5c1 Binary files /dev/null and b/docs/build/doctrees/Media.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 9ef295b..09d3393 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index 836648a..5254a70 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/modules.doctree b/docs/build/doctrees/modules.doctree index 4b39f1c..1a87f42 100644 Binary files a/docs/build/doctrees/modules.doctree and b/docs/build/doctrees/modules.doctree differ diff --git a/docs/build/doctrees/pyrimidine.doctree b/docs/build/doctrees/pyrimidine.doctree index f63bc1c..73c745e 100644 Binary files a/docs/build/doctrees/pyrimidine.doctree and b/docs/build/doctrees/pyrimidine.doctree differ diff --git a/docs/build/doctrees/pyrimidine.local_search.doctree b/docs/build/doctrees/pyrimidine.local_search.doctree index 611f75f..879fc45 100644 Binary files a/docs/build/doctrees/pyrimidine.local_search.doctree and b/docs/build/doctrees/pyrimidine.local_search.doctree differ diff --git a/docs/build/doctrees/pyrimidine.misc.doctree b/docs/build/doctrees/pyrimidine.misc.doctree new file mode 100644 index 0000000..e00220e Binary files /dev/null and b/docs/build/doctrees/pyrimidine.misc.doctree differ diff --git a/docs/build/html/Media.html b/docs/build/html/Media.html new file mode 100644 index 0000000..7602093 --- /dev/null +++ b/docs/build/html/Media.html @@ -0,0 +1,176 @@ + + + + + + + + Misc — pyrimidine 1.7 documentation + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Misc

+
+

Pictures

+

Generated Picture +

+

Original Picture +

+
+
+

Videos

+

… video:: tsp.mp4

+
+
width:
+

640

+
+
height:
+

480

+
+
controls:
+
+
autoplay:
+

+
+
+
+
+
+
+
+

… raw:: html

+
<video
+src="tsp.mp4" controls=""
+height=350 
+width=600> 
+TSP solved by GA
+</video>
+
+
+

… raw:: html

+
<iframe width="560" height="315" src="https://youtu.be/KwpNPCNutcI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+
+
+

If it fails to play, then access the url https://youtu.be/KwpNPCNutcI.

+
+
+

Tutorial

+

Video tutorial: https://youtu.be/LWc2V28kzgA

+
+
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/source/Misc.md b/docs/build/html/_sources/Media.md.txt similarity index 100% rename from docs/source/Misc.md rename to docs/build/html/_sources/Media.md.txt diff --git a/docs/build/html/_sources/index.rst.txt b/docs/build/html/_sources/index.rst.txt index ae249d2..787610e 100644 --- a/docs/build/html/_sources/index.rst.txt +++ b/docs/build/html/_sources/index.rst.txt @@ -24,7 +24,7 @@ Welcome to pyrimidine's world of genetic algorithm Customization Helpers Developers - Misc + Media .. toctree:: @@ -36,7 +36,7 @@ Welcome to pyrimidine's world of genetic algorithm .. toctree:: :maxdepth: 2 - :caption: about + :caption: About GitHub Page diff --git a/docs/build/html/_sources/pyrimidine.misc.rst.txt b/docs/build/html/_sources/pyrimidine.misc.rst.txt new file mode 100644 index 0000000..f31aac2 --- /dev/null +++ b/docs/build/html/_sources/pyrimidine.misc.rst.txt @@ -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: \ No newline at end of file diff --git a/docs/build/html/_sources/pyrimidine.rst.txt b/docs/build/html/_sources/pyrimidine.rst.txt index 06cf44f..70c8f0b 100644 --- a/docs/build/html/_sources/pyrimidine.rst.txt +++ b/docs/build/html/_sources/pyrimidine.rst.txt @@ -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 ---------------------- diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index e0a58bf..1d5cc44 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -64,7 +64,6 @@

Index

| T | U | V - | X | Z @@ -81,25 +80,9 @@

A

  • AgePopulation (class in pyrimidine.population)
  • -
  • alias (pyrimidine.ba.Bat attribute) +
  • alias (pyrimidine.chromosome.ArrayChromosome attribute)