Skip to content

Commit

Permalink
Merge pull request #13 from MolecularAI/docs_images_restored
Browse files Browse the repository at this point in the history
doc images restored
  • Loading branch information
lewismervin1 authored Jul 2, 2024
2 parents fc285d4 + db26f1a commit 2edc288
Show file tree
Hide file tree
Showing 27 changed files with 11,492 additions and 3 deletions.
Binary file modified docs/sphinx-builddir/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/sphinx-builddir/doctrees/environment.pickle
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/sphinx-builddir/html/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ <h2>Background<a class="headerlink" href="#background" title="Permalink to this
uncertainty estimation and
explainability python packages</p>
<p>Further documentation in the GitHub pages <a class="reference external" href="https://molecularai.github.io/QSARtuna/">here</a>.</p>
<p>QSARtuna Publication available <a class="reference external" href="https://doi.org/10.1021/acs.jcim.4c00457">here</a>.</p>
<section id="the-three-step-process">
<h3>The three-step process<a class="headerlink" href="#the-three-step-process" title="Permalink to this heading"></a></h3>
<p>QSARtuna is structured around three steps:</p>
Expand Down Expand Up @@ -357,7 +358,7 @@ <h2>Run from Python/Jupyter Notebook<a class="headerlink" href="#run-from-python
conda<span class="w"> </span>activate<span class="w"> </span>my_env_with_qsartuna
module<span class="w"> </span>purge<span class="w"> </span><span class="c1"># Just in case.</span>
which<span class="w"> </span>python<span class="w"> </span><span class="c1"># Check. Should output path that contains &quot;my_env_with_qsartuna&quot;.</span>
python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>https://github.com/MolecularAI/QSARtuna/files/14742594/qsartuna-3.0.0.1.tar.gz
python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>https://github.com/MolecularAI/QSARtuna/releases/download/3.1.0/qsartuna-3.1.0.tar.gz
</pre></div>
</div>
<p>Then you can use QSARtuna inside your Notebook:</p>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/sphinx-builddir/html/_sources/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ explainability python packages

Further documentation in the GitHub pages [here](https://molecularai.github.io/QSARtuna/).

QSARtuna Publication available [here](https://doi.org/10.1021/acs.jcim.4c00457).

### The three-step process

QSARtuna is structured around three steps:
Expand Down Expand Up @@ -266,7 +268,7 @@ conda create --name my_env_with_qsartuna python=3.10.10 jupyter pip
conda activate my_env_with_qsartuna
module purge # Just in case.
which python # Check. Should output path that contains "my_env_with_qsartuna".
python -m pip install https://github.com/MolecularAI/QSARtuna/files/14742594/qsartuna-3.0.0.1.tar.gz
python -m pip install https://github.com/MolecularAI/QSARtuna/releases/download/3.1.0/qsartuna-3.1.0.tar.gz
```

Then you can use QSARtuna inside your Notebook:
Expand Down
11,486 changes: 11,486 additions & 0 deletions docs/sphinx-builddir/html/_sources/notebooks/QSARtuna_Tutorial.ipynb.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/sphinx-builddir/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2edc288

Please sign in to comment.