Skip to content

Commit

Permalink
From refs/tags/0.2.0 a387f7a
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Feb 22, 2025
0 parents commit af71a67
Show file tree
Hide file tree
Showing 106 changed files with 12,044 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 704e3662a78f2b8ffbea917f9d159457
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
141 changes: 141 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Compiling LinDelInt’s Documentation &mdash; LinDelInt 0.2.0+0.ga387f7a.dirty documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=b16edf9c" />


<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=56b19bcf"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=f281be69"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.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" >



<a href="index.html" class="icon icon-home">
LinDelInt
</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">About</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contents/about/what.html">What’s LinDelInt?</a></li>
<li class="toctree-l1"><a class="reference internal" href="contents/about/installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="contents/about/showcase/index.html">Showcase</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contents/about/showcase/Quickstart_guide.html">Quickstart guide</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contents/about/citation.html">Citation</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contents/user/intro/index.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="contents/user/interpolator/index.html">Gaussian Network Model</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contents/user/interpolator/Test_GNM.html">Test GNM</a></li>
</ul>
</li>
</ul>
<p class="caption" role="heading"><span class="caption-text">API Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="api/users/api_users.html">Users</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" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">LinDelInt</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 active">Compiling LinDelInt’s Documentation</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">

<div itemprop="articleBody">

<section class="tex2jax_ignore mathjax_ignore" id="compiling-lindelint-s-documentation">
<h1>Compiling LinDelInt’s Documentation<a class="headerlink" href="#compiling-lindelint-s-documentation" title="Link to this heading"></a></h1>
<p>The docs for this project are built with <a class="reference external" href="http://www.sphinx-doc.org/en/master/">Sphinx</a>.
To compile the docs, first ensure that Sphinx and the ReadTheDocs theme are installed.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>install<span class="w"> </span>sphinx<span class="w"> </span>sphinx_rtd_theme<span class="w"> </span>
</pre></div>
</div>
<p>Once installed, you can use the <code class="docutils literal notranslate"><span class="pre">Makefile</span></code> in this directory to compile static HTML pages by</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>make<span class="w"> </span>html
</pre></div>
</div>
<p>The compiled docs will be in the <code class="docutils literal notranslate"><span class="pre">_build</span></code> directory and can be viewed by opening <code class="docutils literal notranslate"><span class="pre">index.html</span></code> (which may itself
be inside a directory called <code class="docutils literal notranslate"><span class="pre">html/</span></code> depending on what version of Sphinx is installed).</p>
<p>A configuration file for <a class="reference external" href="https://readthedocs.org/">Read The Docs</a> (readthedocs.yaml) is included in the top level of the repository. To use Read the Docs to host your documentation, go to https://readthedocs.org/ and connect this repository. You may need to change your default branch to <code class="docutils literal notranslate"><span class="pre">main</span></code> under Advanced Settings for the project.</p>
<p>If you would like to use Read The Docs with <code class="docutils literal notranslate"><span class="pre">autodoc</span></code> (included automatically) and your package has dependencies, you will need to include those dependencies in your documentation yaml file (<code class="docutils literal notranslate"><span class="pre">docs/requirements.yaml</span></code>).</p>
</section>


</div>
</div>
<a href="https://github.com/uibcdf/lindelint">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>

<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2022, UIBCDF Lab at the Mexico City Childrens Hospital Federico Gomez and authors.Computational Molecular Science Python Cookiecutter version 1.5.</p>
</div>



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

</body>
</html>
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#GitHub Pages

Last update of sphinx html documentation from [a387f7a](https://github.com/uibcdf/lindelint/tree/a387f7a99fb2fc72be414b852ec6bf77569aacca)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions _modules/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; LinDelInt 0.2.0+0.ga387f7a.dirty documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=b16edf9c" />


<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=56b19bcf"></script>
<script src="../_static/doctools.js?v=9bcbadda"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
<script src="../_static/copybutton.js?v=f281be69"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.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" >



<a href="../index.html" class="icon icon-home">
LinDelInt
</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">About</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../contents/about/what.html">What’s LinDelInt?</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contents/about/installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contents/about/showcase/index.html">Showcase</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../contents/about/showcase/Quickstart_guide.html">Quickstart guide</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../contents/about/citation.html">Citation</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../contents/user/intro/index.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contents/user/interpolator/index.html">Gaussian Network Model</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../contents/user/interpolator/Test_GNM.html">Test GNM</a></li>
</ul>
</li>
</ul>
<p class="caption" role="heading"><span class="caption-text">API Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../api/users/api_users.html">Users</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" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">LinDelInt</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 active">Overview: module code</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">

<div itemprop="articleBody">

<h1>All modules for which code is available</h1>
<ul><li><a href="lindelint/interpolator.html">lindelint.interpolator</a></li>
</ul>

</div>
</div>
<a href="https://github.com/uibcdf/lindelint">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>

<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2022, UIBCDF Lab at the Mexico City Childrens Hospital Federico Gomez and authors.Computational Molecular Science Python Cookiecutter version 1.5.</p>
</div>



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

</body>
</html>
Loading

0 comments on commit af71a67

Please sign in to comment.