Revision 39836e376596332dbe36ad12cf6cd0c4d87bd1a0 authored by Aaron Spieler on 21 April 2020, 12:13:33 UTC, committed by GitHub on 21 April 2020, 12:13:33 UTC
* Added tutorial notebooks and removed custom docker-files.

* Updating dependencies.
1 parent 3b3b3e0
Raw File
404.rst
:orphan:

Page Not Found
--------------

You stumbled upon a page that's making us scratch our brains right now. Before any of us panics,
we'd like you to know that you are being redirected to a better known and cozy place, in just a few seconds.

.. image:: _static/404.jpg
   :alt: Page Not Found
   :width: 60%
   :align: center
   :target: ./index.html

.. raw:: html

   <script type="text/javascript">
   window.onload = function() {
      var seconds = 5;
      var url = "http://gluon-ts.mxnet.io";
      setTimeout(function() {
         window.location.href = url;
      }, seconds*1000);
   };
   </script>
back to top