Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Aug 6, 2024
1 parent 79469d9 commit 647064b
Show file tree
Hide file tree
Showing 21 changed files with 3,702 additions and 1,863 deletions.
346 changes: 195 additions & 151 deletions GITIM.html

Large diffs are not rendered by default.

356 changes: 201 additions & 155 deletions ITIM.html

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions SASA.html

Large diffs are not rendered by default.

336 changes: 336 additions & 0 deletions SimpleInterface.html

Large diffs are not rendered by default.

486 changes: 254 additions & 232 deletions WillardChandler.html

Large diffs are not rendered by default.

123 changes: 63 additions & 60 deletions center.html

Large diffs are not rendered by default.

116 changes: 61 additions & 55 deletions datafiles.html

Large diffs are not rendered by default.

360 changes: 281 additions & 79 deletions genindex.html

Large diffs are not rendered by default.

157 changes: 80 additions & 77 deletions guessing_radii.html

Large diffs are not rendered by default.

312 changes: 169 additions & 143 deletions index.html

Large diffs are not rendered by default.

140 changes: 73 additions & 67 deletions install.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>How to Install Pytim &#8212; Pytim 0.7.0 documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.7.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<title>How to Install Pytim &#8212; Pytim 1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/classic.css" />
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />

<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>

<link rel="shortcut icon" href="_static/pytim.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Surface of a micelle" href="micelle.html" />
<link rel="prev" title="Pytim: Quick Tour" href="quick.html" />
</head>
<body>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
Expand All @@ -43,7 +38,8 @@ <h3>Navigation</h3>
<li class="right" >
<a href="quick.html" title="Pytim: Quick Tour"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Pytim 0.7.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Pytim 1.0.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">How to Install Pytim</a></li>
</ul>
</div>

Expand All @@ -52,37 +48,40 @@ <h3>Navigation</h3>
<div class="bodywrapper">
<div class="body" role="main">

<div class="section" id="how-to-install-pytim">
<h1>How to Install Pytim<a class="headerlink" href="#how-to-install-pytim" title="Permalink to this headline"></a></h1>
<p><strong>IMPORTANT:</strong> Pytim (mainly because of its dependency on MDAnalysis) is compatible with <strong>Python 2.7 only</strong>. Python 3.x is not supported.</p>
<p>There are three ways to install Pytim:</p>
<div class="section" id="download-the-source-from-github">
<h2>Download the source from github<a class="headerlink" href="#download-the-source-from-github" title="Permalink to this headline"></a></h2>
<p>The package will download all the dependencies which are needed. Prerequisites for running the setup.py script are <cite>setuptools</cite> and <cite>cython</cite>.</p>
<div class="highlight-bash"><div class="highlight"><pre><span></span>pip install setuptools --user --upgrade
pip install cython --user --upgrade

git clone https://github.com/Marcello-Sega/pytim.git
<section id="how-to-install-pytim">
<h1>How to Install Pytim<a class="headerlink" href="#how-to-install-pytim" title="Permalink to this heading"></a></h1>
<p><strong>IMPORTANT:</strong> <a class="reference internal" href="quick.html"><span class="doc">Pytim</span></a> (mainly because of its dependency on MDAnalysis) is compatible with <strong>Python 2.7 only</strong>. Python 3.x is not supported.</p>
<p>There are three ways to install <a class="reference internal" href="quick.html"><span class="doc">Pytim</span></a>:</p>
<section id="download-the-source-from-github">
<h2>Download the source from github<a class="headerlink" href="#download-the-source-from-github" title="Permalink to this heading"></a></h2>
<p>The package will download all the dependencies which are needed. Prerequisites for running the setup.py script are <a class="reference external" href="https://pypi.python.org/pypi/setuptools">setuptools</a>, <a class="reference external" href="http://www.numpy.org">numpy</a> and <a class="reference external" href="http://www.cython.org">cython</a>.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git clone https://github.com/Marcello-Sega/pytim.git
<span class="nb">cd</span> pytim
python setup.py install --user
</pre></div>
</div>
<p>Note that on os-x it is usually better not to install Pytim system-wide using <cite>sudo</cite>, unless you know what you are doing, as newer versions of the operating system are protecting some system files to be overwritten even being super user.</p>
</div>
<div class="section" id="using-pip-to-access-the-python-package-index">
<h2>Using pip to access the Python Package Index<a class="headerlink" href="#using-pip-to-access-the-python-package-index" title="Permalink to this headline"></a></h2>
<p>The package can also be installed directly from the Python Package Index, along with the prerequisites <cite>setuptools</cite> and <cite>cython</cite>.</p>
<div class="highlight-bash"><div class="highlight"><pre><span></span>pip install setuptools --user --upgrade
pip install cython --user --upgrade

pip install pytim --user --upgrade
<p>Note that on os-x it is usually better not to install <a class="reference internal" href="quick.html"><span class="doc">Pytim</span></a> system-wide using <cite>sudo</cite>, unless you know what you are doing, as newer versions of the operating system are protecting some system files to be overwritten even being super user.</p>
</section>
<section id="using-pip-to-access-the-python-package-index">
<h2>Using pip to access the Python Package Index<a class="headerlink" href="#using-pip-to-access-the-python-package-index" title="Permalink to this heading"></a></h2>
<p>The package can also be installed directly from the Python Package Index, along with all the prerequisites.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git clone https://github.com/Marcello-Sega/pytim.git
<span class="nb">cd</span> pytim
pip install pytim --user --upgrade
</pre></div>
</div>
<p>Alternatively, you can use pip (directly or as a module) to install pytim, possibly in developer/editable mode:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git clone https://github.com/Marcello-Sega/pytim.git
<span class="nb">cd</span> pytim
python -m pip install -e .
</pre></div>
</div>
<div class="section" id="using-anaconda">
<h2>Using Anaconda<a class="headerlink" href="#using-anaconda" title="Permalink to this headline"></a></h2>
<p>Finally, Pytim is also available in the Anaconda Package Manager.</p>
<div class="highlight-bash"><div class="highlight"><pre><span></span>conda install -c conda-forge pytim
<p>This way the changes in the source will be reflected immediately after restarting a python shell, avoiding the need to reinstall every time.</p>
</section>
<section id="using-anaconda">
<h2>Using Anaconda<a class="headerlink" href="#using-anaconda" title="Permalink to this heading"></a></h2>
<p>Finally, <a class="reference internal" href="quick.html"><span class="doc">Pytim</span></a> is also available in the Anaconda Package Manager.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda install -c conda-forge pytim
</pre></div>
</div>
<hr class="docutils" />
Expand All @@ -99,10 +98,11 @@ <h2>Using Anaconda<a class="headerlink" href="#using-anaconda" title="Permalink

</script>

</div>
</div>
</section>
</section>


<div class="clearer"></div>
</div>
</div>
</div>
Expand All @@ -111,8 +111,8 @@ <h2>Using Anaconda<a class="headerlink" href="#using-anaconda" title="Permalink
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h3><a href="index.html">Table Of Contents</a></h3>
<p class="caption"><span class="caption-text">Tutorials</span></p>
<h3><a href="index.html">Table of Contents</a></h3>
<p class="caption" role="heading"><span class="caption-text">Tutorials</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="quick.html">Pytim: Quick Tour</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">How to Install Pytim</a><ul>
Expand All @@ -128,23 +128,28 @@ <h3><a href="index.html">Table Of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="guessing_radii.html">Choosing the atomic radii</a></li>
<li class="toctree-l1"><a class="reference internal" href="newproperties.html">New properties of Atoms</a></li>
</ul>
<p class="caption"><span class="caption-text">Modules</span></p>
<p class="caption" role="heading"><span class="caption-text">Modules</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="ITIM.html">ITIM</a></li>
<li class="toctree-l1"><a class="reference internal" href="GITIM.html">GITIM</a></li>
<li class="toctree-l1"><a class="reference internal" href="SASA.html">SASA</a></li>
<li class="toctree-l1"><a class="reference internal" href="WillardChandler.html">WillardChandler</a></li>
<li class="toctree-l1"><a class="reference internal" href="ChaconTarazona.html">ChaconTarazona</a></li>
<li class="toctree-l1"><a class="reference internal" href="SimpleInterface.html">SimpleInterface</a></li>
<li class="toctree-l1"><a class="reference internal" href="observables.html">Observables</a></li>
<li class="toctree-l1"><a class="reference internal" href="datafiles.html">Datafiles</a></li>
<li class="toctree-l1"><a class="reference internal" href="utilities.html">Utilities</a></li>
</ul>

<h4>Previous topic</h4>
<p class="topless"><a href="quick.html"
title="previous chapter">Pytim: Quick Tour</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="micelle.html"
title="next chapter">Surface of a micelle</a></p>
<div>
<h4>Previous topic</h4>
<p class="topless"><a href="quick.html"
title="previous chapter">Pytim: Quick Tour</a></p>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="micelle.html"
title="next chapter">Surface of a micelle</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
Expand All @@ -153,15 +158,15 @@ <h3>This Page</h3>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
Expand All @@ -181,12 +186,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="quick.html" title="Pytim: Quick Tour"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Pytim 0.7.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Pytim 1.0.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">How to Install Pytim</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2017, Marcello Sega.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 5.1.1.
</div>
</body>
</html>
Loading

0 comments on commit 647064b

Please sign in to comment.