2021-05-10 21:52:31 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block disqus %}
|
|
|
|
<!-- Add custom comment system integration here -->
|
|
|
|
{% include "partials/integrations/utterances.html" %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block outdated %}
|
|
|
|
You're not viewing the latest stable version of RAPIDS.
|
2021-06-01 22:04:20 +02:00
|
|
|
<a href="https://rapids.science/latest/">
|
2021-05-10 21:52:31 +02:00
|
|
|
<strong> Click here to go to latest. </strong>
|
|
|
|
</a>
|
|
|
|
{% endblock %}
|