Skip to content

Commit

Permalink
dynamic dataset docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Anwar-Said committed Nov 8, 2023
1 parent ecb8703 commit 757984f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NeuroGraph/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def process(self):

class NeuroGraphDynamic():
r"""Graph-based neuroimaging benchmark datasets, e.g.,
:obj:`"DynHCP-Gender"`, :obj:`"DynHCP-Age"`, :obj:`"DynHCP-State"`,
:obj:`"DynHCP-WM"`, or :obj:`"DynHCP-FI"`
:obj:`"DynHCPGender"`, :obj:`"DynHCPAge"`, :obj:`"DynHCPState"`,
:obj:`"DynHCPWM"`, or :obj:`"DynHCPFI"`
Args:
root (str): Root directory where the dataset should be saved.
Expand Down
Binary file modified doc/_build/doctrees/datasets.doctree
Binary file not shown.
Binary file modified doc/_build/doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/_build/html/_modules/NeuroGraph/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ <h1>Source code for NeuroGraph.datasets</h1><div class="highlight"><pre>
<a class="viewcode-back" href="../../datasets.html#NeuroGraph.datasets.NeuroGraphDynamic">[docs]</a>
<span class="k">class</span> <span class="nc">NeuroGraphDynamic</span><span class="p">():</span>
<span class="w"> </span><span class="sa">r</span><span class="sd">&quot;&quot;&quot;Graph-based neuroimaging benchmark datasets, e.g.,</span>
<span class="sd"> :obj:`&quot;DynHCP-Gender&quot;`, :obj:`&quot;DynHCP-Age&quot;`, :obj:`&quot;DynHCP-State&quot;`,</span>
<span class="sd"> :obj:`&quot;DynHCP-WM&quot;`, or :obj:`&quot;DynHCP-FI&quot;`</span>
<span class="sd"> :obj:`&quot;DynHCPGender&quot;`, :obj:`&quot;DynHCPAge&quot;`, :obj:`&quot;DynHCPState&quot;`,</span>
<span class="sd"> :obj:`&quot;DynHCPWM&quot;`, or :obj:`&quot;DynHCPFI&quot;`</span>

<span class="sd"> Args:</span>
<span class="sd"> root (str): Root directory where the dataset should be saved.</span>
Expand Down
4 changes: 2 additions & 2 deletions doc/_build/html/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">NeuroGraphDynamic</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">root</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/NeuroGraph/datasets.html#NeuroGraphDynamic"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#NeuroGraph.datasets.NeuroGraphDynamic" title="Link to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>Graph-based neuroimaging benchmark datasets, e.g.,
<code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCP-Gender&quot;</span></code>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCP-Age&quot;</span></code>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCP-State&quot;</span></code>,
<code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCP-WM&quot;</span></code>, or <code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCP-FI&quot;</span></code></p>
<code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCPGender&quot;</span></code>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCPAge&quot;</span></code>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCPState&quot;</span></code>,
<code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCPWM&quot;</span></code>, or <code class="xref py py-obj docutils literal notranslate"><span class="pre">&quot;DynHCPFI&quot;</span></code></p>
<dl class="simple">
<dt>Args:</dt><dd><p>root (str): Root directory where the dataset should be saved.
name (str): The name of the dataset.</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/_build/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 757984f

Please sign in to comment.