{# astroML/layout.html ~~~~~~~~~~~~~~~~~ Layout for astroML, after the design used by scikit-learn (http://www.scikit-learn.org) :copyright: Jake Vanderplas :license: BSD #} {% extends "basic/layout.html" %} {% block extrahead %} {% endblock %} {%- if pagename == 'index' %} {% set title = 'astroML: Python Datamining for Astronomy' %} {%- endif %} {% block header %}
{%- if logo %} {%- endif %} {%- block navbar -%} {%- endblock -%}
{% endblock %} {% block content %}
{%- if pagename != 'index' %} {%- if parents %}
{% else %}

This documentation is for {{project}} version {{ release|e }}

{% else %}

News

January 2020: the AAS astroML workshop material is available on GitHub.

December 2019: the second edition of the astroML textbook is now available. View it on Amazon.

September 2019: astroML workshop at the 235th AAS meeting.

March 2019: astroML v0.4 has been released! Get the source on Github.

July 2016: the textbook accompanying astroML was named the 2016 IAA Outstanding Publication in Astrostatistics.

January 2014: the textbook accompanying astroML is now available! View it on Amazon.

November 2013: astroML 0.2 has been released!

Our Introduction to astroML paper received the CIDU 2012 best paper award.

{% endif %} {% if pagename != 'index' %}

{{ _('This page') }}

{{ toc }} {% endif %}

Links

astroML Mailing List

GitHub Issue Tracker

Videos

Scipy 2012 (15 minute talk)

Scipy 2013 (20 minute talk)

Citing

If you use the software, please consider citing astroML.

{% if pagename == 'index' %} {% endif %}
{%- block document %} {{ super() }} {%- endblock %}
{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {%- block footer %} {%- endblock %}