Skip to content

Commit

Permalink
deploy: b95244b
Browse files Browse the repository at this point in the history
  • Loading branch information
jerichoresosco committed May 30, 2024
1 parent d0a3699 commit 490375c
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 40 deletions.
24 changes: 1 addition & 23 deletions API Reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,7 @@
<div class="section" id="api-reference">
<h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this headline"></a></h1>
<p>Here you can find the documentation of all the functions of the library</p>
<br><br><dl class="function">
<dt id="abspath.abs_path">
<code class="sig-prename descclassname">abspath.</code><code class="sig-name descname">abs_path</code><span class="sig-paren">(</span><em class="sig-param">local_filename</em>, <em class="sig-param">data_folder</em><span class="sig-paren">)</span><a class="headerlink" href="#abspath.abs_path" title="Permalink to this definition"></a></dt>
<dd><p>abs_path gets the absolute path of the file given the name of the folder containing the data
and the name of the file inside that folder and assuming that the repository contains a data folder
and a code folder.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>local_filename</strong> (<em>str</em>) – name of the data file</p></li>
<li><p><strong>data_folder</strong> (<em>str</em>) – name of the folder which contains the data</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>the function returns the absolute path of the selected file</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>str</p>
</dd>
</dl>
</dd></dl>

<br><br><br><br><br><br><br><br></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>


</div>
Expand Down
74 changes: 70 additions & 4 deletions _sources/API Reference.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,93 @@ Here you can find the documentation of all the functions of the library

<br><br>

.. autofunction:: abspath.abs_path
.. autofunction:: utils.abs_path

.. raw:: html

<br><br>

.. autofunction:: regression.regression
.. autofunction:: utils.mean_spurious

.. raw:: html

<br><br>

.. autofunction:: regression.reg_parsing
.. autofunction:: utils.check_for_spurious

.. raw:: html

<br><br>


.. autofunction:: utils.handle_spurious

.. raw:: html

<br><br>

.. autofunction:: utils.group_selection

.. raw:: html

<br><br>

.. autofunction:: utils.get_data

.. raw:: html

<br><br>

.. autofunction:: utils.get_sites

.. raw:: html

<br><br>

.. autofunction:: fileprova.maledetti_documentaristiegizi
.. autofunction:: utils.p_value_emp

.. raw:: html

<br><br>

.. autofunction:: utils.new_prediction

.. raw:: html

<br><br>

.. autofunction:: utils.sites_barplot

.. raw:: html

<br><br>

.. autofunction:: neural_net.create_nn

.. raw:: html

<br><br>

.. autofunction:: neural_net.training

.. raw:: html

<br><br>

.. autofunction:: neural_net.neural_net_parsing

.. raw:: html

<br><br>

.. autofunction:: regression.regression

.. raw:: html

<br><br>

.. autofunction:: regression.reg_parsing

.. raw:: html

<br><br>
9 changes: 0 additions & 9 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,8 @@
<h1 id="index">Index</h1>

<div class="genindex-jumpbox">
<a href="#A"><strong>A</strong></a>

</div>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="API Reference.html#abspath.abs_path">abs_path() (in module abspath)</a>
</li>
</ul></td>
</tr></table>



</div>
Expand Down
5 changes: 2 additions & 3 deletions objects.inv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
# Project: BrainAge
# Version:
# The remainder of this file is compressed using zlib.
x�mϽ
�@ ���"�]���͡ -�c�w��C�������I�yJ+��~I�EW�X؇/�����5F��<� �ԑ��N��"���:��!��Y�Vj
�nE�т��X��dI��|�~l��'�$�Q����F�}^o ��i���SFlk�hi�mg#zI�YK��z=������?�/�PtP
x�m�M
�0��9�x�n��]BQ��<�B~�IAw^��yۦ�����#ʂN���S��^{E|Gb �M��8�Y��)ȴ�k��c��ŒJN�U�#�is�¨`�������։��;�`�.��z�a��?��O�Aj;z��gd���Fʒ|N�~b_a�
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 490375c

Please sign in to comment.