{% extends '!layout.html' %} {# relbar: extend to current #} {% block relbaritems %} {{ super() }} {% if current_page_name != 'index' %}
  • {{ title }}
  • {% endif %} {% endblock %} {% block sidebarsearch %}
    {{ super() }}

    Documentation

    Obtaining

    AnnouncementsGoogle Groups

    Join the "DendroPy Announcements" group to receive announcements of new releases, updates, changes and other news of interest to DendroPy users and developers.

    Enter your e-mail address in the box above and click the "subscribe" button to subscribe to the "dendropy-announce" group, or click here to visit this group page directly.

    DiscussionGoogle Groups

    Join the "DendroPy Users" group to follow and participate in discussion, troubleshooting, help, information, suggestions, etc. on the usage and development of the DendroPy phylogenetic computing library.

    Enter your e-mail address in the box above and click the "subscribe" button to subscribe to the "dendropy-users" group, or click here to visit this group page directly.

    {% endblock %}