Skip to content

Commit

Permalink
deploy: 30fb580
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 30, 2023
1 parent 0732d6f commit f198c29
Show file tree
Hide file tree
Showing 18 changed files with 258 additions and 13 deletions.
Binary file modified .doctrees/ProLIF.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/mdaencore.doctree
Binary file not shown.
Binary file modified .doctrees/mdakits.doctree
Binary file not shown.
3 changes: 2 additions & 1 deletion ProLIF.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="lipyds.html">lipyds</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdaencore.html">mdaencore</a></li>
<li class="toctree-l2"><a class="reference internal" href="hole2-mdakit.html">hole2-mdakit</a></li>
<li class="toctree-l2"><a class="reference internal" href="propkatraj.html">propkatraj</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdacli.html">mdacli</a></li>
Expand Down Expand Up @@ -109,7 +110,7 @@
<div class="line">* <a class="reference external" href="https://zenodo.org/record/7332369">https://zenodo.org/record/7332369</a></div>
</div>
<div class="line">🧪 <strong>Tests (latest):</strong> <a class="reference external" href="https://github.com/MDAnalysis/MDAKits/actions"><img alt="ProLIF develop CI status" src="https://img.shields.io/badge/latest-passed-green.svg" /></a></div>
<div class="line">🧪 <strong>Tests (develop):</strong> <a class="reference external" href="https://github.com/MDAnalysis/MDAKits/actions"><img alt="ProLIF develop CI status" src="https://img.shields.io/badge/develop-failed-red.svg" /></a></div>
<div class="line">🧪 <strong>Tests (develop):</strong> <a class="reference external" href="https://github.com/MDAnalysis/MDAKits/actions"><img alt="ProLIF develop CI status" src="https://img.shields.io/badge/develop-passed-green.svg" /></a></div>
<div class="line"><strong>Description:</strong></div>
<div class="line"><em>Interaction Fingerprints for protein-ligand complexes and more</em></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sources/ProLIF.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The source code of ProLIF can be installed using the following:
:alt: ProLIF develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

.. |ProLIF_develop| image:: https://img.shields.io/badge/develop-failed-red.svg
.. |ProLIF_develop| image:: https://img.shields.io/badge/develop-passed-green.svg
:alt: ProLIF develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

47 changes: 47 additions & 0 deletions _sources/mdaencore.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.. _mdaencore:

************************
mdaencore
************************

| 🖋️ **Authors**: `mdaencore authors`_
| 🏠 **Project home:** https://github.com/MDAnalysis/mdaencore/
| 📖 **Documentation:** https://www.mdanalysis.org/mdaencore/
| ⚖️ **License:** GPL-2.0-or-later
| 🔑 **Keywords:** ensemble, similarity, covariance, PCA
| 🚀 **Development status:** Mature
| 📜 **Changelog:** https://github.com/MDAnalysis/mdaencore/blob/main/CHANGELOG.md
| 📑 **Publications:**
| * https://doi.org/10.1371/journal.pcbi.1004415
| 🧪 **Tests (latest):** |mdaencore_latest|
| 🧪 **Tests (develop):** |mdaencore_develop|
| **Description:**
| *Quantitative ensemble similarity analysis for molecular data*


Installation instructions
=========================

The latest version of mdaencore can be installed using the following:

.. code-block:: bash
pip install mdaencore
The source code of mdaencore can be installed using the following:

.. code-block:: bash
pip install git+https://github.com/MDAnalysis/mdaencore.git
.. _`mdaencore authors`:
https://github.com/MDAnalysis/mdaencore/blob/main/AUTHORS.md

.. |mdaencore_latest| image:: https://img.shields.io/badge/latest-passed-green.svg
:alt: mdaencore develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

.. |mdaencore_develop| image:: https://img.shields.io/badge/develop-passed-green.svg
:alt: mdaencore develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

18 changes: 17 additions & 1 deletion _sources/mdakits.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Each of the MDAKits in the following table links to a page with more details abo
- lipids, membranes
- lilyminium
- |lipyds_latest| |lipyds_develop|
* - :ref:`mdaencore`
- ensemble, similarity, covariance, PCA
- `mdaencore authors`_
- |mdaencore_latest| |mdaencore_develop|
* - :ref:`hole2-mdakit`
- pores, ion channels, transporters, HOLE
- `hole2-mdakit authors`_
Expand All @@ -54,6 +58,7 @@ Each of the MDAKits in the following table links to a page with more details abo
mdachecker
ProLIF
lipyds
mdaencore
hole2-mdakit
propkatraj
mdacli
Expand Down Expand Up @@ -82,7 +87,7 @@ Each of the MDAKits in the following table links to a page with more details abo
:alt: ProLIF develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

.. |ProLIF_develop| image:: https://img.shields.io/badge/develop-failed-red.svg
.. |ProLIF_develop| image:: https://img.shields.io/badge/develop-passed-green.svg
:alt: ProLIF develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

Expand All @@ -94,6 +99,17 @@ Each of the MDAKits in the following table links to a page with more details abo
:alt: lipyds develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

.. _`mdaencore authors`:
https://github.com/MDAnalysis/mdaencore/blob/main/AUTHORS.md

.. |mdaencore_latest| image:: https://img.shields.io/badge/latest-passed-green.svg
:alt: mdaencore develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

.. |mdaencore_develop| image:: https://img.shields.io/badge/develop-passed-green.svg
:alt: mdaencore develop CI status
:target: https://github.com/MDAnalysis/MDAKits/actions

.. _`hole2-mdakit authors`:
https://github.com/MDAnalysis/hole2-mdakit/blob/main/AUTHORS.md

Expand Down
5 changes: 3 additions & 2 deletions hole2-mdakit.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="propkatraj" href="propkatraj.html" />
<link rel="prev" title="lipyds" href="lipyds.html" />
<link rel="prev" title="mdaencore" href="mdaencore.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -56,6 +56,7 @@
<li class="toctree-l2"><a class="reference internal" href="mdachecker.html">mdachecker</a></li>
<li class="toctree-l2"><a class="reference internal" href="ProLIF.html">ProLIF</a></li>
<li class="toctree-l2"><a class="reference internal" href="lipyds.html">lipyds</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdaencore.html">mdaencore</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">hole2-mdakit</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#installation-instructions">Installation instructions</a></li>
</ul>
Expand Down Expand Up @@ -128,7 +129,7 @@ <h2>Installation instructions<a class="headerlink" href="#installation-instructi
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="lipyds.html" class="btn btn-neutral float-left" title="lipyds" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="mdaencore.html" class="btn btn-neutral float-left" title="mdaencore" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="propkatraj.html" class="btn btn-neutral float-right" title="propkatraj" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

Expand Down
5 changes: 3 additions & 2 deletions lipyds.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="hole2-mdakit" href="hole2-mdakit.html" />
<link rel="next" title="mdaencore" href="mdaencore.html" />
<link rel="prev" title="ProLIF" href="ProLIF.html" />
</head>

Expand Down Expand Up @@ -59,6 +59,7 @@
<li class="toctree-l3"><a class="reference internal" href="#installation-instructions">Installation instructions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="mdaencore.html">mdaencore</a></li>
<li class="toctree-l2"><a class="reference internal" href="hole2-mdakit.html">hole2-mdakit</a></li>
<li class="toctree-l2"><a class="reference internal" href="propkatraj.html">propkatraj</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdacli.html">mdacli</a></li>
Expand Down Expand Up @@ -129,7 +130,7 @@ <h2>Installation instructions<a class="headerlink" href="#installation-instructi
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="ProLIF.html" class="btn btn-neutral float-left" title="ProLIF" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="hole2-mdakit.html" class="btn btn-neutral float-right" title="hole2-mdakit" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="mdaencore.html" class="btn btn-neutral float-right" title="mdaencore" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
1 change: 1 addition & 0 deletions mdachecker.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="ProLIF.html">ProLIF</a></li>
<li class="toctree-l2"><a class="reference internal" href="lipyds.html">lipyds</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdaencore.html">mdaencore</a></li>
<li class="toctree-l2"><a class="reference internal" href="hole2-mdakit.html">hole2-mdakit</a></li>
<li class="toctree-l2"><a class="reference internal" href="propkatraj.html">propkatraj</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdacli.html">mdacli</a></li>
Expand Down
1 change: 1 addition & 0 deletions mdacli.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<li class="toctree-l2"><a class="reference internal" href="mdachecker.html">mdachecker</a></li>
<li class="toctree-l2"><a class="reference internal" href="ProLIF.html">ProLIF</a></li>
<li class="toctree-l2"><a class="reference internal" href="lipyds.html">lipyds</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdaencore.html">mdaencore</a></li>
<li class="toctree-l2"><a class="reference internal" href="hole2-mdakit.html">hole2-mdakit</a></li>
<li class="toctree-l2"><a class="reference internal" href="propkatraj.html">propkatraj</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">mdacli</a><ul>
Expand Down
169 changes: 169 additions & 0 deletions mdaencore.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mdaencore &mdash; MDAKits Registry documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.4/css/jquery.dataTables.min.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="https://cdn.datatables.net/1.13.4/js/jquery.dataTables.min.js"></script>
<script src="_static/main.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="hole2-mdakit" href="hole2-mdakit.html" />
<link rel="prev" title="lipyds" href="lipyds.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: white" >



<a href="index.html">

<img src="_static/mdanalysis-logo-200x150.png" class="logo" alt="Logo"/>
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Table of Contents</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="mdakits.html">Registry of MDAnalysis Toolkits (MDAKits)</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="openmm-mdanalysis-reporter.html">openmm-mdanalysis-reporter</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdachecker.html">mdachecker</a></li>
<li class="toctree-l2"><a class="reference internal" href="ProLIF.html">ProLIF</a></li>
<li class="toctree-l2"><a class="reference internal" href="lipyds.html">lipyds</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">mdaencore</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#installation-instructions">Installation instructions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="hole2-mdakit.html">hole2-mdakit</a></li>
<li class="toctree-l2"><a class="reference internal" href="propkatraj.html">propkatraj</a></li>
<li class="toctree-l2"><a class="reference internal" href="mdacli.html">mdacli</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="about.html">About MDAKits</a></li>
<li class="toctree-l1"><a class="reference internal" href="makingakit.html">Making an MDAKit</a></li>
<li class="toctree-l1"><a class="reference internal" href="add.html">Adding an MDAKit to the Registry</a></li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: white" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">MDAKits Registry</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="mdakits.html">Registry of MDAnalysis Toolkits (MDAKits)</a></li>
<li class="breadcrumb-item active">mdaencore</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/mdaencore.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="mdaencore">
<span id="id1"></span><h1>mdaencore<a class="headerlink" href="#mdaencore" title="Permalink to this heading"></a></h1>
<div class="line-block">
<div class="line">🖋️ <strong>Authors</strong>: <a class="reference external" href="https://github.com/MDAnalysis/mdaencore/blob/main/AUTHORS.md">mdaencore authors</a></div>
<div class="line">🏠 <strong>Project home:</strong> <a class="reference external" href="https://github.com/MDAnalysis/mdaencore/">https://github.com/MDAnalysis/mdaencore/</a></div>
<div class="line">📖 <strong>Documentation:</strong> <a class="reference external" href="https://www.mdanalysis.org/mdaencore/">https://www.mdanalysis.org/mdaencore/</a></div>
<div class="line">⚖️ <strong>License:</strong> GPL-2.0-or-later</div>
<div class="line">🔑 <strong>Keywords:</strong> ensemble, similarity, covariance, PCA</div>
<div class="line">🚀 <strong>Development status:</strong> Mature</div>
<div class="line">📜 <strong>Changelog:</strong> <a class="reference external" href="https://github.com/MDAnalysis/mdaencore/blob/main/CHANGELOG.md">https://github.com/MDAnalysis/mdaencore/blob/main/CHANGELOG.md</a></div>
<div class="line">📑 <strong>Publications:</strong></div>
<div class="line-block">
<div class="line">* <a class="reference external" href="https://doi.org/10.1371/journal.pcbi.1004415">https://doi.org/10.1371/journal.pcbi.1004415</a></div>
</div>
<div class="line">🧪 <strong>Tests (latest):</strong> <a class="reference external" href="https://github.com/MDAnalysis/MDAKits/actions"><img alt="mdaencore develop CI status" src="https://img.shields.io/badge/latest-passed-green.svg" /></a></div>
<div class="line">🧪 <strong>Tests (develop):</strong> <a class="reference external" href="https://github.com/MDAnalysis/MDAKits/actions"><img alt="mdaencore develop CI status" src="https://img.shields.io/badge/develop-passed-green.svg" /></a></div>
<div class="line"><strong>Description:</strong></div>
<div class="line"><em>Quantitative ensemble similarity analysis for molecular data</em></div>
</div>
<section id="installation-instructions">
<h2>Installation instructions<a class="headerlink" href="#installation-instructions" title="Permalink to this heading"></a></h2>
<p>The latest version of mdaencore can be installed using the following:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>mdaencore
</pre></div>
</div>
<p>The source code of mdaencore can be installed using the following:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/MDAnalysis/mdaencore.git
</pre></div>
</div>
</section>
</section>


</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="lipyds.html" class="btn btn-neutral float-left" title="lipyds" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="hole2-mdakit.html" class="btn btn-neutral float-right" title="hole2-mdakit" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2022-2023, .</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


<div class="footer"><p>Please see
our <a href="https://www.mdanalysis.org/pages/privacy/">Privacy Policy</a>
to learn how <a href="https://www.mdanalysis.org">MDAnalysis</a> collects data.</p>
<script data-goatcounter="https://mdanalysis.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</div>


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
Loading

0 comments on commit f198c29

Please sign in to comment.