2021-03-14 21:13:18 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block disqus %}
|
|
|
|
<!-- Add custom comment system integration here -->
|
|
|
|
{% include "partials/integrations/utterances.html" %}
|
2021-03-29 16:46:35 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block outdated %}
|
|
|
|
You're not viewing the latest stable version of RAPIDS.
|
2021-06-01 21:26:51 +02:00
|
|
|
<a href="https://rapids.science/latest">
|
2021-03-29 16:46:35 +02:00
|
|
|
<strong> Click here to go to latest. </strong>
|
|
|
|
</a>
|
|
|
|
{% endblock %}
|