Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?php
include("IMP.inc");
print_page_header("Documentation");
?>
<div id="docs">
<ul class="docs">
<li><a href="2.18.0/doc/manual/">IMP 2.18.0 stable release</a></li>
<li><a href="nightly/doc/manual/">Latest nightly build</a></li>
</ul>
<a name="tutorials"></a>
<h2>Tutorials</h2>
<p>A number of introductory tutorials on using IMP <a href="tutorials/">are available</a>.</p>
<a name="talks"></a>
<h2>Talks</h2>
<p>See also <a href="talks.html">the talks page</a> for various talks and other
presentations about IMP.</p>
<a name="old"></a>
<h2>Old releases</h2>
For reference, documentation for old versions of IMP
<a href="old-versions.html">is archived</a>.
</div>
<?php
print_page_footer();
?>