From 9a30f193f94d325301471cd302330cb57fc85cd6 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Wed, 17 Dec 2014 17:54:38 +0100
Subject: [PATCH] Updated documentation

---
 doc/html/_modules/index.html                 |  2 +-
 doc/html/_modules/promod3/core/argcheck.html |  2 +-
 doc/html/_modules/promod3/core/helper.html   |  2 +-
 doc/html/_modules/promod3/rawmodel.html      |  2 +-
 doc/html/_sources/cmake/index.txt            |  2 ++
 doc/html/_sources/contributing.txt           | 16 +++++++++-------
 doc/html/cmake/index.html                    |  4 ++--
 doc/html/contributing.html                   | 14 +++++++-------
 doc/html/core/argcheck.html                  |  2 +-
 doc/html/core/helper.html                    |  2 +-
 doc/html/core/index.html                     |  2 +-
 doc/html/developers.html                     |  2 +-
 doc/html/genindex.html                       |  2 +-
 doc/html/index.html                          |  2 +-
 doc/html/objects.inv                         |  5 ++++-
 doc/html/py-modindex.html                    |  2 +-
 doc/html/rawmodel/index.html                 |  2 +-
 doc/html/search.html                         |  2 +-
 doc/html/searchindex.js                      |  2 +-
 19 files changed, 38 insertions(+), 31 deletions(-)

diff --git a/doc/html/_modules/index.html b/doc/html/_modules/index.html
index ec0ee24d..e8a7903e 100644
--- a/doc/html/_modules/index.html
+++ b/doc/html/_modules/index.html
@@ -86,7 +86,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_modules/promod3/core/argcheck.html b/doc/html/_modules/promod3/core/argcheck.html
index a93ba9d3..1cf987a2 100644
--- a/doc/html/_modules/promod3/core/argcheck.html
+++ b/doc/html/_modules/promod3/core/argcheck.html
@@ -193,7 +193,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_modules/promod3/core/helper.html b/doc/html/_modules/promod3/core/helper.html
index ed1ae044..de9b8e2c 100644
--- a/doc/html/_modules/promod3/core/helper.html
+++ b/doc/html/_modules/promod3/core/helper.html
@@ -113,7 +113,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_modules/promod3/rawmodel.html b/doc/html/_modules/promod3/rawmodel.html
index 97ba70ba..30aa1ae1 100644
--- a/doc/html/_modules/promod3/rawmodel.html
+++ b/doc/html/_modules/promod3/rawmodel.html
@@ -90,7 +90,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_sources/cmake/index.txt b/doc/html/_sources/cmake/index.txt
index 8fb98c96..ca224d7d 100644
--- a/doc/html/_sources/cmake/index.txt
+++ b/doc/html/_sources/cmake/index.txt
@@ -1,3 +1,5 @@
+.. _pm3-cmake-doc:
+
 |project|'s Share Of |cmake|
 ===============================================================================
 
diff --git a/doc/html/_sources/contributing.txt b/doc/html/_sources/contributing.txt
index be7f6cf0..fb68988f 100644
--- a/doc/html/_sources/contributing.txt
+++ b/doc/html/_sources/contributing.txt
@@ -169,10 +169,10 @@ tell it which files have to be considered packaging, compiling, etc.. Also
 documentation. |cmake| is a rather complex topic (unfortunately all usable
 build systems seem to be) so we skip a detailed view, here, and just advice you
 to go by example. There is a tiny bit of documentation on our additions to
-|cmake| in the top-level :file:`cmake_support` directory. If you really need to
-make changes to the build system, other than adding new files and modules, you
-have to dive into |cmake| documentation all by yourself and on your own
-responsibility. You have been warned.
+|cmake| :ref:`here <pm3-cmake-doc>`. If you really need to make changes to the
+build system, other than adding new files and modules, you have to dive into
+|cmake| documentation all by yourself and on your own responsibility. You have
+been warned.
 
 --------------------------------------------------------------------------------
 The :file:`stage` Directory
@@ -191,7 +191,7 @@ tutorial on unit testing here. Again, have a look at how other modules treat
 this topic and then there is quite a lot of educated material to be found on
 the Internet. Nevertheless, here is a short list of most important advices:
 
-* Tests go into dedicated scripts in the :file:`tests` directory
+* Tests go into dedicated scripts/ source files in the :file:`tests` directory
 * No external data dependencies, if tests need data, they find it in
   :file:`tests/data`
 * If 'exotic' |python| modules are used, consider making the test aware of the
@@ -431,7 +431,7 @@ top level :file:`CMakeLists.txt`:
                COMPONENTS io mol seq seq_alg mol_alg conop)
   find_package(QMEAN 1.0 REQUIRED)
 
-  #The KIC loop closing algorithm requires a solver for a generalized eigen
+  #The KIC loop closing algorithm requires a solver for a generalised eigen
   #problem. Eigen3 would provide such a solver, but only allows to extract
   #the resulting eigenvalues and not the eigenvectors.
   #As soon as there is an Eigen3 release with the required functionality,
@@ -643,4 +643,6 @@ contributions to web pages using |project|.
 ..  LocalWords:  changelog Optimized DOPTIMIZE gitignore cd conf subtree attr
 ..  LocalWords:  unittest TestCase nameattr testcode staticmethod builtin cp
 ..  LocalWords:  SomethingTests testFileExistsFalse testutils RunTests DQMEAN
-..  LocalWords:  pre
+..  LocalWords:  pre API inline CMake hh ProMod Bienchen OST OPENSTRUCTURE
+..  LocalWords:  mol alg conop QMEAN KIC eigen eigenvectors Lapack rawmodel
+..  LocalWords:  OpenStructure ost
diff --git a/doc/html/cmake/index.html b/doc/html/cmake/index.html
index b37ddcc5..4d924791 100644
--- a/doc/html/cmake/index.html
+++ b/doc/html/cmake/index.html
@@ -55,7 +55,7 @@
           <div class="body">
             
   <div class="section" id="project-s-share-of-cmake">
-<h1>ProMod3&#8216;s Share Of CMake<a class="headerlink" href="#project-s-share-of-cmake" title="Permalink to this headline">¶</a></h1>
+<span id="pm3-cmake-doc"></span><h1>ProMod3&#8216;s Share Of CMake<a class="headerlink" href="#project-s-share-of-cmake" title="Permalink to this headline">¶</a></h1>
 <div class="section" id="introduction">
 <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
 <p>This section describes the set of ProMod3&#8216;s own set of CMake functions (or
@@ -194,7 +194,7 @@ build directory.</dd>
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/contributing.html b/doc/html/contributing.html
index 94cb4f14..550edc96 100644
--- a/doc/html/contributing.html
+++ b/doc/html/contributing.html
@@ -200,10 +200,10 @@ Python modules are declared there as well as which files belong to the
 documentation. CMake is a rather complex topic (unfortunately all usable
 build systems seem to be) so we skip a detailed view, here, and just advice you
 to go by example. There is a tiny bit of documentation on our additions to
-CMake in the top-level <tt class="file docutils literal"><span class="pre">cmake_support</span></tt> directory. If you really need to
-make changes to the build system, other than adding new files and modules, you
-have to dive into CMake documentation all by yourself and on your own
-responsibility. You have been warned.</p>
+CMake <a class="reference internal" href="cmake/index.html#pm3-cmake-doc"><em>here</em></a>. If you really need to make changes to the
+build system, other than adding new files and modules, you have to dive into
+CMake documentation all by yourself and on your own responsibility. You have
+been warned.</p>
 </div>
 <div class="section" id="the-stage-directory">
 <h2>The <tt class="file docutils literal"><span class="pre">stage</span></tt> Directory<a class="headerlink" href="#the-stage-directory" title="Permalink to this headline">¶</a></h2>
@@ -220,7 +220,7 @@ tutorial on unit testing here. Again, have a look at how other modules treat
 this topic and then there is quite a lot of educated material to be found on
 the Internet. Nevertheless, here is a short list of most important advices:</p>
 <ul class="simple">
-<li>Tests go into dedicated scripts in the <tt class="file docutils literal"><span class="pre">tests</span></tt> directory</li>
+<li>Tests go into dedicated scripts/ source files in the <tt class="file docutils literal"><span class="pre">tests</span></tt> directory</li>
 <li>No external data dependencies, if tests need data, they find it in
 <tt class="file docutils literal"><span class="pre">tests/data</span></tt></li>
 <li>If &#8216;exotic&#8217; Python modules are used, consider making the test aware of the
@@ -550,7 +550,7 @@ top level <tt class="file docutils literal"><span class="pre">CMakeLists.txt</sp
              <span class="s">COMPONENTS</span> <span class="s">io</span> <span class="s">mol</span> <span class="s">seq</span> <span class="s">seq_alg</span> <span class="s">mol_alg</span> <span class="s">conop</span><span class="p">)</span>
 <span class="nb">find_package</span><span class="p">(</span><span class="s">QMEAN</span> <span class="s">1.0</span> <span class="s">REQUIRED</span><span class="p">)</span>
 
-<span class="c">#The KIC loop closing algorithm requires a solver for a generalized eigen</span>
+<span class="c">#The KIC loop closing algorithm requires a solver for a generalised eigen</span>
 <span class="c">#problem. Eigen3 would provide such a solver, but only allows to extract</span>
 <span class="c">#the resulting eigenvalues and not the eigenvectors.</span>
 <span class="c">#As soon as there is an Eigen3 release with the required functionality,</span>
@@ -802,7 +802,7 @@ contributions to web pages using ProMod3.</p>
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/core/argcheck.html b/doc/html/core/argcheck.html
index 4178be9a..c10e0669 100644
--- a/doc/html/core/argcheck.html
+++ b/doc/html/core/argcheck.html
@@ -217,7 +217,7 @@ shell. <tt class="docutils literal"><span class="pre">0</span></tt> is tradition
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:01, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/core/helper.html b/doc/html/core/helper.html
index 5690b18b..13a1ce9a 100644
--- a/doc/html/core/helper.html
+++ b/doc/html/core/helper.html
@@ -160,7 +160,7 @@ traditionally reserved to successful commands.</li>
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:01, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/core/index.html b/doc/html/core/index.html
index b322dd3d..75d97737 100644
--- a/doc/html/core/index.html
+++ b/doc/html/core/index.html
@@ -129,7 +129,7 @@ modeling per se but cover standard programming issues.</p>
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:01, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/developers.html b/doc/html/developers.html
index 7c507c83..ce43872e 100644
--- a/doc/html/developers.html
+++ b/doc/html/developers.html
@@ -145,7 +145,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/genindex.html b/doc/html/genindex.html
index 6f5b46d3..d6ae56c8 100644
--- a/doc/html/genindex.html
+++ b/doc/html/genindex.html
@@ -229,7 +229,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/index.html b/doc/html/index.html
index b7e39fb3..3a5a7926 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -133,7 +133,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/objects.inv b/doc/html/objects.inv
index 7fdd6319..979d022a 100644
--- a/doc/html/objects.inv
+++ b/doc/html/objects.inv
@@ -3,4 +3,7 @@
 # Version: 0.1
 # The remainder of this file is compressed using zlib.
 xڝ��N�0��y
-Kp�!�HE�!*�\{q��'��jx{b٩���)����5N(+`$E��4�2|Ԧh�FߐΉ���TI��Y-�l
�<��Vl����$T�ìh��o�*DH�a'h˘4��n���UIQ�<LК�|O��4�A��xv���27�?dS=e^���>+
���l�{��czo2�Ź��ѧ��8�s7#-:��V4=�<��y����Q�Mq~�2c(+�Fz9C��~�u�O�!��n��*`���WP��k��O�x&�
\ No newline at end of file
+K q���-7@A�Q��\{�X�Odo���IpR�J(Г�ٙ��5N(+�%E��4IW�>�f�
+��#����K���!���ե1j�m
k&!�M�r��
+�/3�������먲�@��@>���\	w�0+�ڻ��gc"�%�0&��i2�(w]g}�M��酩9�iƳcwv���(����)�W��Mi(Z��}ݾ���*���3��=��(-6�X�H��%�M�O� ���h.�ΟYFe�B������5���'Y�[��s0ܸ�T��5�
+��>c
\ No newline at end of file
diff --git a/doc/html/py-modindex.html b/doc/html/py-modindex.html
index 7823911e..55097bcb 100644
--- a/doc/html/py-modindex.html
+++ b/doc/html/py-modindex.html
@@ -113,7 +113,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/rawmodel/index.html b/doc/html/rawmodel/index.html
index 7441ae35..f49dd1d4 100644
--- a/doc/html/rawmodel/index.html
+++ b/doc/html/rawmodel/index.html
@@ -214,7 +214,7 @@ missing or incomplete backbone coordinates in the template structure.</p>
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:01, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/search.html b/doc/html/search.html
index 2cf86f8a..b589a56c 100644
--- a/doc/html/search.html
+++ b/doc/html/search.html
@@ -99,7 +99,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 16 17:54, 2014.
+      Last updated on Dec 17 17:54, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js
index e2cee77e..735ff48f 100644
--- a/doc/html/searchindex.js
+++ b/doc/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({envversion:42,terms:{aln:8,all:[7,0,4,10,8],code:[7,0,4,1,10],forget:[7,4],chain:[7,8],messi:7,skip:7,forbidden:7,sidechains_unit_test:7,ost:[0,1,2,3,4,5,6,7,8,9,10],disable_document:[7,4],prefix:[7,0],concept:7,legal:7,abil:7,follow:[7,8],content:[7,3,9],middl:7,test_foo:10,readabl:7,send:1,init:7,program:[10,6],under:7,introduc:7,sourc:[7,0,4,1,10],everi:[7,8],string:0,fals:[7,0,8],internet:7,worst:7,failur:[7,0],veri:[7,0],affect:7,solver:7,runnabl:7,tri:8,magic:7,level:[7,4],did:7,list:[7,0,4,8],assertequ:7,item:[7,8],fileextens:0,align:8,dir:7,malici:7,promod_gcc_45:7,your_modul:7,direct:7,past:7,second:8,design:0,pass:7,download:4,acid:8,even:[7,4],index:[7,3],what:[7,0,4],hide:7,sub:7,resembl:7,section:10,exot:7,"while":[7,0],find:[7,10],current:7,delet:8,version:[7,4],"new":[7,8],boost:[0,1,2,3,4,5,6,7,8,9,10],meld:5,subtre:[7,10],submodule1:7,honour:8,gener:7,never:7,here:[0,4,1,8,7,10],sphinx:[0,1,2,3,4,5,6,7,8,9,10],save:7,lib_stage_path:7,let:7,set_directory_properti:7,path:[7,0,4,10],along:7,modifi:[7,8,5],implicit:4,valu:[4,0,1],wait:7,headlin:7,search:[7,3,4],produc:[4,10],executable_output_path:7,setup_boost:7,host:10,promod3_version_minor:7,gly:8,doctest:[7,4],action:7,implement:7,chanc:7,spawn:7,via:7,extra:7,activ:7,modul:5,submodul:7,put:[7,0,4,10],unix:7,api:[7,9],instal:[7,4],smallish:[7,4],unit:4,highli:4,fed:[7,10],from:[0,5,4,1,8,7,10],describ:[0,10],would:[7,4,1],regist:[7,10],two:7,next:7,everybodi:7,few:[7,4,8],live:7,call:[7,4,10],recommend:4,msg:1,loadalign:8,checkout:7,tell:[7,0],tightli:7,more:[7,4,10,8],sort:10,chapter:7,peopl:7,relat:7,notic:[7,10],warn:7,flag:[7,0,10],include_directori:7,particular:7,known:0,actual:7,hold:8,cach:[7,4],must:7,ost_double_precis:4,word:10,py_run:[7,10],hous:7,setup:[7,5],work:[7,4,10],histori:7,paragraph:7,can:[7,0,4,8],purpos:7,root:7,fetch:[7,0],def:7,test_suite_:10,control:7,give:[7,10],process:7,add_argu:0,indic:0,topic:7,abort:7,want:[7,4],phrase:7,made:10,hydrogen:8,contribut:10,alwai:7,gcc:7,cours:7,end:[7,0,4,1],sit:7,rather:[7,1],comfort:0,"_xml":10,"__init__":7,verifi:0,config:7,updat:7,python_vers:7,product:7,entityhandl:8,rebas:7,mess:7,clone:7,after:[7,4],usabl:7,befor:7,wrong:4,attent:7,date:7,multipl:7,data:[7,10],grow:8,man:[7,4],"short":7,essenti:7,practic:[7,10],ost_doc_url:7,python_binari:7,correspond:7,stash:7,exclud:7,alias:7,"switch":7,maintain:7,environ:7,allow:7,exclus:7,origin:7,promod3_version_major:7,eigen:[7,4],over:[7,4,8],insight:7,becaus:[7,4],through:7,same:[7,4],rawmodel:[7,3,9,5],gitignor:7,still:7,pointer:4,disable_disable_doctest:7,paramet:[0,1,10,8],perfect:7,output_vari:7,funni:4,fix:[7,0],selenium:8,structuralgaplist:8,relev:[4,10],carri:[7,0],drawback:7,onc:7,bin:7,python_doc_url:7,therefor:7,linkcheck:[7,4],them:[7,10],good:7,"return":[0,1,8],thei:[7,4],python:[0,1,2,3,4,5,6,7,8,9,10],dai:0,initi:5,"break":7,framework:7,conquer:7,instead:[7,0,4,10],front:[7,0,4],now:[7,8],pre_commit:7,minimalist:8,cmake_cxx_flags_releas:7,libexec_stage_path:7,somewher:10,name:[7,0,10],anyth:[7,4],drop:7,separ:7,easili:[7,10],achiev:7,each:7,debug:7,found:[7,10],went:7,complet:[7,8],side:[7,8],mean:[7,0,4],compil:7,everyth:7,monolith:7,cmake_module_path:7,test_sidechain:7,idea:[7,5],realli:[7,0,4],runtest:7,member:[7,8],"static":7,our:[7,10],extract:7,special:[7,4,10],out:[7,4,10],variabl:[7,4],shown:7,goe:[7,4],promod3_unittest:[7,10],crucial:7,categori:10,rel:10,reader:7,print:4,got:4,exec_program:7,merg:7,dive:7,integr:[7,10],insid:10,runtimeerror:8,differ:[7,4,10],free:7,standard:[7,4],test_someth:7,reason:7,base:[0,8],latest:4,ask:7,org:7,basi:[7,10],could:[7,10,8],insert:8,keep:7,thing:[7,4],place:[7,1],think:7,first:[7,5],oper:7,softwar:7,major:7,suffix:0,obviou:7,prevent:7,feel:7,sidechains_pymod:7,number:8,yourself:[7,4],restrict:7,mai:[7,4,10,8],alreadi:7,done:7,least:[7,4,10],blank:7,stabl:7,miss:[0,8],exit_statu:[0,1],given:[0,10],script:[7,0,4,1],top:[7,4],perfectli:7,mkdir:7,system:[7,4,5],messag:[7,0],stack:7,attach:8,stori:7,master:7,too:7,"_run":10,termin:0,scheme:7,"final":[7,8],store:[7,8],shell:[4,0,1],option:[7,0,4],tool:[0,10],copi:[7,10,8],restrict_chain:8,specifi:10,openstructur:[0,1,2,3,4,5,6,7,8,9,10],part:7,pars:0,boost_include_dir:7,mostli:7,rst:7,off:[7,8],exactli:4,than:7,kind:7,grep:4,target:[7,4,10],whenev:7,provid:[7,4],seamlessli:7,tree:[7,10],unrecognis:0,project:[7,10],matter:10,reus:8,str:[0,1],were:7,posit:0,toward:7,builder:4,pre:7,linker:10,mind:7,argument:4,packag:[7,10],manner:7,have:[7,4,10,8],"__main__":7,need:[7,0,4,10],dedic:[7,4,10],turn:[7,0],tidi:7,cmake_current_source_dir:7,optimis:7,imagin:7,probabl:[7,4,10],built:7,advic:7,inform:8,diverg:7,self:7,mix:10,without:[7,0,10,8],take:[7,8],which:[7,4,1,8,6],thoroughli:7,data1:10,noth:7,singl:[7,10,8],data2:10,"_opt":7,sure:7,distribut:7,track:0,forg:7,compress:0,strict:7,wno:7,most:[7,0,8],eigen3_found:7,hotfix:7,"class":[7,8,6],charg:7,renam:5,bug:7,url:7,doc:[7,4],later:7,cover:[7,0,6],doe:[7,0,10,8],ext:0,declar:[7,10],clean:[7,4],brew:10,usual:[7,4,10],review:7,came:7,cmakelist:[7,4,10],show:7,test_suite_your_module_run:7,dbg:7,attachview:8,bring:7,permiss:7,cmake_support:[7,10],fine:7,anywai:7,help:[7,4],involv:7,onli:[7,0,10,8],locat:[4,10],nevertheless:7,explain:7,configur:[7,4],solut:7,state:[7,4],should:[7,0,1,10],suppos:7,templat:8,folder:7,move:7,hit:7,unus:7,variou:[4,10],get:[7,4],watch:7,autom:10,cannot:7,loadpdb:8,report:[7,8],toolbox:7,requir:[7,4],setup_compiler_flag:7,add_changelog_to_doc:7,enabl:0,"2b1":4,"default":[7,4],common:[7,0],contain:[7,0,4,10,8],python_root:4,where:7,remov:4,view:7,set:[7,0,4,10,8],project_nam:7,seq:[7,8],frame:7,ost_include_dir:7,see:7,temporarili:7,mandatori:7,result:[7,4,8],smng:5,arg:7,testcas:7,close:7,sport:7,servic:7,best:10,subject:7,awar:7,statu:7,detect:0,msgerrorandexit:1,vari:10,someth:[7,1],version_great:7,enumer:7,label:7,figur:7,header_stage_path:7,subdir:7,simplest:7,"import":[7,0,4,1,8],awai:7,entiti:7,approach:7,attribut:7,accord:7,extend:[7,10],sole:7,cmake_cxx_compiler_vers:7,test_your_modul:7,solv:7,come:[7,0],popul:[7,4],fail:[7,1],last:10,extens:0,alon:1,disable_doctest:[7,4],promod3_version_patch:7,tutori:7,grain:7,fno:7,mani:1,whole:[7,8],pdb:[0,8],comment:7,sidechains_rst:7,author:7,point:[7,4],cxx:7,overview:7,unittest:7,argumentpars:0,pop:7,walk:7,residu:8,header:[7,4],featur:7,littl:[7,10],codetest:[7,10],test_submodule1:7,assum:7,amino:8,sever:[7,4],quit:7,template_structur:8,creat:[7,4,10],coupl:7,addition:10,rebuild:[7,4],three:[7,10],been:7,sinc:[7,0,4,10],compon:7,trigger:7,besid:[4,10],treat:[7,8],basic:[7,4,8],ost_root:[7,4],addit:[7,0,10],seq_alg:7,tini:7,quickli:7,life:7,fasta:8,convert:8,ani:7,coordin:[3,9],togeth:7,els:7,fileexist:0,educ:7,those:[7,4,10],"case":7,cmake_c_compiler_vers:7,uncertain:7,look:[7,0],raw:9,testfileexistsfals:7,disable_disable_linkcheck:7,straight:7,properti:7,commerci:7,formatt:7,defin:10,invok:[7,4],boost_root:4,abov:7,error:[0,1],wild:10,dost_root:[7,4],loop:[7,8],stage_dir:7,methionin:8,real:7,argpars:0,helper:10,almost:10,sidechain:7,henc:7,non:7,itself:[7,10],clutter:7,conf:[7,4],protein:8,vanish:7,calpha_onli:8,feed:10,reviv:7,parent:8,develop:7,fedora:7,etc:7,suggest:7,belong:7,savepdb:8,files_to_be_remov:7,promod3_version_str:7,binari:7,complex:7,flag2:10,flag1:10,advis:7,admir:7,document:[4,10,5],start:4,conflict:7,higher:4,http:7,cmakecach:4,optim:[7,4],bienchen:7,make_directori:7,effect:10,hand:4,driven:7,moment:7,rais:8,disable_linkcheck:[7,4],user:3,kic:7,respons:7,tradition:[0,1],expand:7,recent:7,task:7,conop:7,pymod:7,find_packag:7,macro:[7,10],markup:7,well:[7,4,8],exampl:[7,4,8],command:7,branchnam:7,thi:[0,4,8,7,6,10],endif:7,gzip:0,model:[3,9,6],academ:7,spend:7,piec:7,left:1,interpret:1,add_doc_sourc:7,entri:7,just:[7,4],elabor:7,obtain:8,rest:[0,1,2,3,4,5,6,7,8,9,10],touch:7,languag:10,web:[7,4],also:[7,0,4,10,8],lapack:[7,4],restructuredtext:[0,1,2,3,4,5,6,7,8,9,10],makefil:[7,4],except:7,seem:7,add:[7,10],eigen3:7,input:0,subsequ:8,match:[7,8],opt:0,around:7,format:7,handl:8,specimen:0,term:7,source2:[7,10],source1:[7,10],know:4,background:4,mol:7,bit:[7,4],you:[7,0,4,10],dare:10,mod:7,eigen3_include_dir:[7,4],loss:7,like:[7,4,10,8],success:[0,1],incred:8,manual:[7,4],html:[7,4,5],test_:7,test_awesome_featur:7,collect:1,"boolean":0,either:[7,8],output:[7,0],hook:7,page:[7,3,4],www:7,right:[7,4],often:[7,0],acknowledg:7,some:[7,0,4],begin:7,resolv:7,intern:7,proper:7,home:10,librari:[7,10],qmean:[7,4],thu:0,txt:[7,4,10],lead:0,avoid:7,definit:7,subclass:7,exit:[0,1],select:8,recognis:7,devot:6,condit:7,manag:[7,10],core:[7,0,1],plu:7,cmake_source_dir:7,backbon:8,step:7,promot:7,repositori:[7,10,5],"__name__":7,add_subdirectori:7,intervent:7,mmcif:0,stage:4,trustworthi:7,src:7,about:[7,10,8],rare:7,materi:7,unfortun:7,coars:7,commit:7,mol_alg:7,disabl:7,qmean_root:[7,4],own:10,within:[7,4],automat:[7,0],due:8,empti:[7,1],cmake_cxx_flag:7,strip:8,announc:7,soon:7,your:[4,10],per:[7,10,6],git:[4,10,5],log:[7,1],wai:[7,4,10],pictur:7,qmean_include_dir:7,support:[7,0],renumb:8,custom:7,avail:[7,4],lost:7,much:[7,8],interfac:7,includ:[7,0,5],lot:[7,0],suit:7,forward:7,parse_arg:0,headach:7,unexpect:4,enough:7,tupl:0,buildrawmodel:8,somethingtest:7,back:7,link:[7,4,10],atom:8,don:[7,4],line:7,inlin:7,"true":[7,0,8],setup_stag:7,pull:[7,4],tripl:0,immedi:7,wise:10,consist:7,possibl:[7,8],whether:0,type:[0,8],displai:0,below:7,otherwis:7,problem:7,similar:4,eigenvector:7,testutil:7,reserv:[0,1],gather:[7,10,6],evalu:7,"int":[0,1],certain:[4,10],utilis:[7,0],fellow:7,incomplet:8,exist:[7,0],file:[7,4,10],dqmean_root:[7,4],deuterium:8,check:[7,0,4],fill:7,echo:7,again:[7,4],readi:4,calpha:8,modif:8,when:[7,8],detail:[7,8],other:[7,4,8],bool:0,test:4,cmake_compiler_is_gnucxx:7,phosphoserin:8,nice:7,sometim:7,additional_make_clean_fil:7,extern:[7,10],determin:0,rawmodelingresult:8,sequenc:8,cmake_build_typ:7,cmake_minimum_requir:7,briefli:7,eigenvalu:7,consid:[7,10],gap:8,homolog:6,doptim:7,fatal_error:7,stai:7,library2:10,library1:10,peptid:8,algorithm:[7,8],project_binary_dir:7,directori:[4,10],descript:7,pseudo:8,rule:7,ignor:8,time:[7,8],push:7},objtypes:{"0":"cmake:command","1":"py:module","2":"py:function","3":"py:attribute","4":"py:class"},objnames:{"0":["cmake","command","CMake command"],"1":["py","module","Python module"],"2":["py","function","Python function"],"3":["py","attribute","Python attribute"],"4":["py","class","Python class"]},filenames:["core/argcheck","core/helper","users","index","buildsystem","changelog","core/index","contributing","rawmodel/index","developers","cmake/index"],titles:["<tt class=\"docutils literal\"><span class=\"pre\">argcheck</span></tt> - Standard Tests For Command Line Arguments","<tt class=\"docutils literal\"><span class=\"pre\">helper</span></tt> - Shared Functionality For the Everything","Documentation For Users","Welcome To ProMod3&#8217;s Documentation!","Building ProMod3","Changelog","<tt class=\"docutils literal\"><span class=\"pre\">core</span></tt> - ProMod3 Core Functionality","Contributing","<tt class=\"docutils literal\"><span class=\"pre\">rawmodel</span></tt> - Coordinate Modeling","Documentation For Developes","ProMod3&#8216;s Share Of CMake"],objects:{"":{"command:promod3_unittest":[10,0,1,""]},"promod3.rawmodel":{BuildRawModel:[8,2,1,""],RawModelingResult:[8,4,1,""]},"promod3.core.argcheck":{FileExtension:[0,2,1,""],FileExists:[0,2,1,""]},"promod3.rawmodel.RawModelingResult":{model:[8,3,1,""],gaps:[8,3,1,""]},promod3:{core:[6,1,0,"-"],rawmodel:[8,1,0,"-"]},"promod3.core.helper":{MsgErrorAndExit:[1,2,1,""]}},titleterms:{own:7,helper:1,modul:[7,10],share:[1,10],argument:0,indic:3,raw:8,api:8,file:0,tabl:3,run:4,your:7,unit:[7,10],git:7,develop:9,welcom:3,how:7,parti:7,make:4,messag:1,write:7,start:7,build:4,branch:7,test:[7,0,10],stage:7,promod3:[4,3,10,6],"function":[1,10,6],core:6,argcheck:0,contribut:7,chang:5,standard:0,coordin:8,mainten:10,user:2,releas:5,cmake:[7,4,10],line:0,everyth:1,introduct:[0,1,10],document:[7,3,9,2],third:7,changelog:5,directori:7,structur:7,issu:7,command:0,rawmodel:8,model:8,licens:7,depend:4}})
\ No newline at end of file
+Search.setIndex({envversion:42,terms:{aln:9,all:[8,0,4,1,9],code:[8,0,6,1,4],forget:[8,4],chain:[4,9],messi:4,skip:4,forbidden:4,sidechains_unit_test:4,ost:[0,1,2,3,4,5,6,7,8,9,10],disable_document:[8,4],prefix:[4,0],concept:4,per:[4,1,7],abil:4,follow:[4,9],content:[4,5,10],middl:4,test_foo:1,readabl:4,send:6,init:4,program:[1,7],under:4,introduc:4,sourc:[8,0,6,1,4],everi:[4,9],string:0,fals:[4,0,9],internet:4,worst:4,failur:[4,0],veri:[4,0],affect:4,runnabl:4,tri:9,magic:4,solver:4,did:4,list:[8,0,4,9],assertequ:4,item:[4,9],fileextens:0,servic:4,dir:4,malici:4,promod_gcc_45:4,your_modul:4,direct:4,past:4,second:9,design:0,pass:4,download:8,acid:9,even:[8,4],index:[4,5],what:[8,0,4],hide:4,sub:4,resembl:4,section:1,"while":[4,0],find:[4,1],current:4,delet:9,version:[8,4],"new":[4,9],boost:[0,1,2,3,4,5,6,7,8,9,10],meld:3,subtre:[4,1],submodule1:4,honour:9,gener:4,never:4,here:[0,4,6,9,8,1],sphinx:[0,1,2,3,4,5,6,7,8,9,10],save:4,lib_stage_path:4,let:4,set_directory_properti:4,path:[8,0,4,1],along:4,modifi:[4,9,3],implicit:8,valu:[8,0,6],wait:4,headlin:4,search:[8,5,4],produc:[8,1],executable_output_path:4,setup_boost:4,host:1,promod3_version_minor:4,gly:9,doctest:[8,4],action:4,implement:4,chanc:4,argpars:0,spawn:4,via:4,extra:4,activ:4,modul:3,submodul:4,put:[8,0,4,1],unix:4,api:[],instal:[8,4],smallish:[8,4],unit:8,highli:8,fed:[4,1],from:[0,1,3,6,9,8,4],describ:[0,1],would:[8,4,6],regist:[4,1],two:4,next:4,everybodi:4,few:[8,4,9],live:4,call:[8,4,1],recommend:8,msg:6,loadalign:9,checkout:4,tell:[4,0],tightli:4,more:[8,4,1,9],sort:1,chapter:4,peopl:4,relat:4,notic:[4,1],warn:4,flag:[4,0,1],include_directori:4,particular:4,known:0,actual:4,hold:9,cach:[8,4],must:4,ost_double_precis:8,word:1,py_run:[4,1],hous:4,generalis:4,setup:[4,3],work:[8,4,1],histori:4,paragraph:4,can:[8,0,4,9],purpos:4,root:4,fetch:[4,0],def:4,test_suite_:1,control:4,give:[4,1],process:4,add_argu:0,indic:[],topic:4,abort:4,want:[8,4],phrase:4,made:1,hydrogen:9,contribut:[],alwai:4,gcc:4,cours:4,end:[8,0,6,4],sit:4,rather:[4,6],comfort:0,"_xml":1,"__init__":4,verifi:0,config:4,updat:4,python_vers:4,product:4,entityhandl:9,rebas:4,mess:4,clone:4,after:[8,4],usabl:4,befor:4,wrong:8,attent:4,date:4,multipl:4,data:[4,1],grow:9,man:[8,4],"short":4,essenti:4,practic:[4,1],ost_doc_url:4,python_binari:4,correspond:4,stash:4,exclud:4,alias:4,"switch":4,maintain:4,environ:4,allow:4,exclus:4,origin:4,promod3_version_major:4,eigen:[8,4],over:[8,4,9],insight:4,becaus:[8,4],through:4,same:[8,4],rawmodel:3,gitignor:4,still:4,pointer:8,disable_disable_doctest:4,paramet:[0,6,1,9],perfect:4,output_vari:4,funni:8,fix:[4,0],selenium:9,structuralgaplist:9,relev:[8,1],carri:[4,0],drawback:4,onc:4,bin:4,python_doc_url:4,therefor:4,linkcheck:[8,4],them:[4,1],good:4,"return":[0,6,9],thei:[8,4],python:[0,1,2,3,4,5,6,7,8,9,10],dai:0,exot:4,"break":4,framework:4,conquer:4,instead:[8,0,4,1],front:[8,0,4],now:[4,9],align:9,pre_commit:4,minimalist:9,cmake_cxx_flags_releas:4,libexec_stage_path:4,somewher:1,name:[4,0,1],anyth:[8,4],drop:4,separ:4,easili:[4,1],achiev:4,each:4,debug:4,found:[4,1],went:4,complet:[4,9],side:[4,9],mean:[8,0,4],compil:4,everyth:[],monolith:4,cmake_module_path:4,test_sidechain:4,idea:[4,3],realli:[8,0,4],runtest:4,"static":4,our:[4,1],extract:4,special:[8,4,1],out:[8,4,1],variabl:[8,4],shown:4,goe:[8,4],promod3_unittest:[4,1],crucial:4,categori:1,rel:1,reader:4,print:8,got:8,exec_program:4,merg:4,dive:4,integr:[4,1],insid:1,runtimeerror:9,differ:[8,4,1],free:4,standard:8,test_someth:4,reason:4,base:[0,9],latest:8,ask:4,org:4,basi:[4,1],could:[4,1,9],insert:9,keep:4,thing:[8,4],place:[4,6],think:4,first:[4,3],oper:4,softwar:4,major:4,suffix:0,obviou:4,prevent:4,feel:4,sidechains_pymod:4,number:9,yourself:[8,4],restrict:4,mai:[8,4,1,9],alreadi:4,done:4,least:[8,4,1],blank:4,stabl:4,miss:[0,9],exit_statu:[0,6],given:[0,1],script:[8,0,6,4],top:[8,4],perfectli:4,mkdir:4,system:[8,4,3],messag:[],stack:4,attach:9,stori:4,master:4,too:4,"_run":1,termin:0,scheme:4,"final":[4,9],store:[4,9],shell:[8,0,6],option:[8,0,4],tool:[0,1],copi:[4,1,9],restrict_chain:9,specifi:1,openstructur:[0,1,2,3,4,5,6,7,8,9,10],part:4,pars:0,boost_include_dir:4,mostli:4,rst:4,off:[4,9],exactli:8,than:4,kind:4,grep:8,target:[8,4,1],whenev:4,provid:[8,4],seamlessli:4,tree:[4,1],unrecognis:0,project:[4,1],matter:1,reus:9,str:[0,6],were:4,posit:0,toward:4,initi:3,builder:8,pre:4,linker:1,mind:4,argument:8,packag:[4,1],manner:4,have:[8,4,1,9],"__main__":4,need:[8,0,4,1],dedic:[8,4,1],turn:[4,0],tidi:4,cmake_current_source_dir:4,optimis:4,imagin:4,probabl:[8,4,1],built:4,advic:4,inform:9,diverg:4,self:4,mix:1,without:[4,0,1,9],take:[4,9],which:[8,4,6,9,7],thoroughli:4,data1:1,noth:4,singl:[4,1,9],data2:1,"_opt":4,sure:4,distribut:4,track:0,forg:4,compress:0,strict:4,wno:4,most:[4,0,9],eigen3_found:4,hotfix:4,"class":[4,9,7],charg:4,renam:3,bug:4,url:4,doc:[8,4],later:4,cover:[4,0,7],doe:[4,0,1,9],ext:0,declar:[4,1],clean:[8,4],brew:1,usual:[8,4,1],review:4,came:4,cmakelist:[8,4,1],show:4,test_suite_your_module_run:4,dbg:4,attachview:9,bring:4,permiss:4,cmake_support:[4,1],fine:4,anywai:4,help:[8,4],involv:4,onli:[4,0,1,9],inlin:4,locat:[8,1],nevertheless:4,explain:4,configur:[8,4],solut:4,state:[8,4],should:[4,0,6,1],suppos:4,templat:9,folder:4,move:4,hit:4,unus:4,variou:[8,1],get:[8,4],watch:4,autom:1,cannot:4,loadpdb:9,report:[4,9],toolbox:4,requir:[8,4],setup_compiler_flag:4,add_changelog_to_doc:4,enabl:0,"2b1":8,"default":[8,4],feed:1,common:[4,0],contain:[8,0,4,1,9],python_root:8,where:4,remov:8,view:4,set:[8,0,4,1,9],project_nam:4,seq:[4,9],frame:4,ost_include_dir:4,see:4,temporarili:4,mandatori:4,result:[8,4,9],arg:4,testcas:4,close:4,sport:4,best:1,subject:4,awar:4,statu:4,detect:0,msgerrorandexit:6,vari:1,someth:[4,6],version_great:4,enumer:4,label:4,figur:4,header_stage_path:4,subdir:4,simplest:4,"import":[8,0,6,9,4],awai:4,entiti:4,approach:4,attribut:4,accord:4,extend:[4,1],sole:4,cmake_cxx_compiler_vers:4,test_your_modul:4,solv:4,come:[4,0],popul:[8,4],fail:[4,6],last:1,extens:0,alon:6,disable_doctest:[8,4],etc:4,tutori:4,grain:4,fno:4,mani:6,whole:[4,9],pdb:[0,9],comment:4,sidechains_rst:4,author:4,point:[8,4],cxx:4,overview:4,unittest:4,argumentpars:0,pop:4,walk:4,residu:9,header:[8,4],featur:4,codetest:[4,1],test_submodule1:4,assum:4,amino:9,quit:4,template_structur:9,creat:[8,4,1],coupl:4,addition:1,rebuild:[8,4],three:[4,1],been:4,sinc:[8,0,4,1],compon:4,trigger:4,besid:[8,1],treat:[4,9],basic:[8,4,9],ost_root:[8,4],addit:[4,0,1],seq_alg:4,tini:4,quickli:4,life:4,fasta:9,convert:9,ani:4,coordin:[],togeth:4,els:4,fileexist:0,educ:4,those:[8,4,1],"case":4,cmake_c_compiler_vers:4,uncertain:4,look:[4,0],raw:[],testfileexistsfals:4,disable_disable_linkcheck:4,straight:4,properti:4,commerci:4,formatt:4,defin:1,invok:[8,4],boost_root:8,abov:4,error:[0,6],wild:1,dost_root:[8,4],loop:[4,9],stage_dir:4,methionin:9,real:4,smng:3,helper:[],almost:1,sidechain:4,henc:4,non:4,itself:[4,1],clutter:4,conf:[8,4],protein:9,vanish:4,calpha_onli:9,sever:[8,4],reviv:4,parent:9,develop:[],fedora:4,promod3_version_patch:4,suggest:4,belong:4,savepdb:9,files_to_be_remov:4,member:[4,9],binari:4,complex:4,flag2:1,flag1:1,advis:4,admir:4,document:[8,3],start:8,conflict:4,higher:8,http:4,cmakecach:8,optim:[8,4],bienchen:4,make_directori:4,effect:1,hand:8,driven:4,moment:4,rais:9,disable_linkcheck:[8,4],user:[],kic:4,respons:4,tradition:[0,6],expand:4,recent:4,task:4,conop:4,pymod:4,find_packag:4,macro:[4,1],markup:4,well:[8,4,9],exampl:[8,4,9],command:[],branchnam:4,thi:[0,1,9,8,7,4],endif:4,gzip:0,model:[],academ:4,spend:4,piec:4,left:6,interpret:6,add_doc_sourc:4,entri:4,just:[8,4],elabor:4,obtain:9,rest:[0,1,2,3,4,5,6,7,8,9,10],touch:4,languag:1,web:[8,4],also:[8,0,4,1,9],lapack:[8,4],restructuredtext:[0,1,2,3,4,5,6,7,8,9,10],makefil:[8,4],except:4,littl:[4,1],add:[4,1],eigen3:4,input:0,subsequ:9,match:[4,9],opt:0,around:4,format:4,handl:9,specimen:0,term:4,source2:[4,1],source1:[4,1],know:8,background:8,mol:4,bit:[8,4],you:[8,0,4,1],dare:1,mod:4,eigen3_include_dir:[8,4],loss:4,like:[8,4,1,9],success:[0,6],incred:9,manual:[8,4],html:[8,4,3],test_:4,test_awesome_featur:4,collect:6,"boolean":0,either:[4,9],output:[4,0],hook:4,page:[8,5,4],www:4,right:[8,4],often:[4,0],acknowledg:4,some:[8,0,4],begin:4,resolv:4,intern:4,proper:4,home:1,librari:[4,1],qmean:[8,4],thu:0,txt:[8,4,1],lead:0,avoid:4,definit:4,subclass:4,exit:[0,6],select:9,recognis:4,devot:7,condit:4,core:[],plu:4,cmake_source_dir:4,backbon:9,step:4,promot:4,repositori:[4,1,3],"__name__":4,add_subdirectori:4,intervent:4,mmcif:0,stage:8,trustworthi:4,src:4,about:[4,1,9],rare:4,materi:4,unfortun:4,coars:4,commit:4,mol_alg:4,disabl:4,qmean_root:[8,4],own:[],within:[8,4],automat:[4,0],due:9,promod3_version_str:4,empti:[4,6],cmake_cxx_flag:4,strip:9,announc:4,soon:4,your:8,manag:[4,1],git:[8,3],log:[4,6],wai:[8,4,1],pictur:4,qmean_include_dir:4,support:[4,0],renumb:9,custom:4,avail:[8,4],lost:4,much:[4,9],interfac:4,includ:[4,0,3],lot:[4,0],suit:4,forward:4,stai:4,parse_arg:0,headach:4,unexpect:8,enough:4,tupl:0,buildrawmodel:9,somethingtest:4,back:4,link:[8,4,1],atom:9,don:[8,4],line:[],level:[8,4],"true":[4,0,9],setup_stag:4,pull:[8,4],tripl:0,immedi:4,wise:1,consist:4,possibl:[4,9],whether:0,type:[0,9],displai:0,below:4,otherwis:4,problem:4,similar:8,eigenvector:4,testutil:4,reserv:[0,6],gather:[4,1,7],evalu:4,"int":[0,6],certain:[8,1],utilis:[4,0],fellow:4,incomplet:9,exist:[4,0],file:8,dqmean_root:[8,4],deuterium:9,check:[8,0,4],fill:4,echo:4,again:[8,4],readi:8,calpha:9,modif:9,when:[4,9],detail:[4,9],other:[8,4,9],bool:0,seem:4,test:8,cmake_compiler_is_gnucxx:4,phosphoserin:9,nice:4,sometim:4,additional_make_clean_fil:4,extern:[4,1],determin:0,rawmodelingresult:9,sequenc:9,cmake_build_typ:4,cmake_minimum_requir:4,briefli:4,eigenvalu:4,consid:[4,1],gap:9,homolog:7,doptim:4,fatal_error:4,legal:4,library2:1,library1:1,peptid:9,algorithm:[4,9],project_binary_dir:4,directori:8,descript:4,pseudo:9,rule:4,ignor:9,time:[4,9],push:4},objtypes:{"0":"cmake:command","1":"py:module","2":"py:function","3":"py:attribute","4":"py:class"},objnames:{"0":["cmake","command","CMake command"],"1":["py","module","Python module"],"2":["py","function","Python function"],"3":["py","attribute","Python attribute"],"4":["py","class","Python class"]},filenames:["core/argcheck","cmake/index","users","changelog","contributing","index","core/helper","core/index","buildsystem","rawmodel/index","developers"],titles:["<tt class=\"docutils literal\"><span class=\"pre\">argcheck</span></tt> - Standard Tests For Command Line Arguments","ProMod3&#8216;s Share Of CMake","Documentation For Users","Changelog","Contributing","Welcome To ProMod3&#8217;s Documentation!","<tt class=\"docutils literal\"><span class=\"pre\">helper</span></tt> - Shared Functionality For the Everything","<tt class=\"docutils literal\"><span class=\"pre\">core</span></tt> - ProMod3 Core Functionality","Building ProMod3","<tt class=\"docutils literal\"><span class=\"pre\">rawmodel</span></tt> - Coordinate Modeling","Documentation For Developes"],objects:{"":{"command:promod3_unittest":[1,0,1,""]},"promod3.rawmodel":{BuildRawModel:[9,2,1,""],RawModelingResult:[9,4,1,""]},"promod3.core.argcheck":{FileExtension:[0,2,1,""],FileExists:[0,2,1,""]},"promod3.rawmodel.RawModelingResult":{model:[9,3,1,""],gaps:[9,3,1,""]},promod3:{core:[7,1,0,"-"],rawmodel:[9,1,0,"-"]},"promod3.core.helper":{MsgErrorAndExit:[6,2,1,""]}},titleterms:{own:4,helper:6,modul:[4,1],share:[6,1],argument:0,indic:5,raw:9,api:9,file:0,tabl:5,run:8,your:4,unit:[4,1],git:4,develop:10,welcom:5,how:4,parti:4,make:8,messag:6,write:4,start:4,build:8,branch:4,test:[4,0,1],stage:4,promod3:[8,5,1,7],"function":[6,1,7],core:7,argcheck:0,contribut:4,chang:3,standard:0,coordin:9,mainten:1,user:2,releas:3,cmake:[8,4,1],line:0,everyth:6,introduct:[0,6,1],document:[4,5,10,2],third:4,changelog:3,directori:4,structur:4,issu:4,command:0,rawmodel:9,model:9,licens:4,depend:8}})
\ No newline at end of file
-- 
GitLab