Skip to content

Commit

Permalink
.html to tutorial ref in load_data
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Sep 21, 2023
1 parent 9a38034 commit d502fcd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified aaanalysis/data_loader/__pycache__/data_loader.cpython-39.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions aaanalysis/data_loader/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def load_dataset(name: str = "INFO",
Returns
-------
DataFrame
Dataframe (df_seq) containing the selected sequence dataset.
Dataframe (df_seq) with the selected sequence dataset.
See Also
--------
* Overview of all benchmarks in :ref:`1_overview_benchmarks`.
* Step-by-step guide in the `data loading tutorial <tutorial2_data_loader>`_.
* Step-by-step guide in the `data loading tutorial <tutorial2_data_loader.html>`_.
Examples
--------
Expand Down
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/generated/aaanalysis.load_dataset.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/generated/aaanalysis.load_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h1>aaanalysis.load_dataset<a class="headerlink" href="#aaanalysis-load-dataset"
<p class="admonition-title">See also</p>
<ul class="simple">
<li><p>Overview of all benchmarks in <span class="xref std std-ref">1_overview_benchmarks</span>.</p></li>
<li><p>Step-by-step guide in the <a class="reference external" href="tutorial2_data_loader">data loading tutorial</a>.</p></li>
<li><p>Step-by-step guide in the <a class="reference external" href="tutorial2_data_loader.html">data loading tutorial</a>.</p></li>
</ul>
</div>
<div class="admonition-examples admonition">
Expand Down

0 comments on commit d502fcd

Please sign in to comment.