Skip to content

Commit

Permalink
Added pointer to datashader.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Feb 2, 2018
1 parent eab824d commit 64227b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Datashader
==========

(Outdated; see `datashader.org`_)

Datashader is a graphics pipeline system for creating meaningful
representations of large datasets quickly and flexibly. Datashader
breaks the creation of images into a series of explicit steps that
Expand All @@ -13,6 +15,7 @@ compiled to machine code using `Numba`_, datashader makes it practical
to work with extremely large datasets even on standard hardware.

.. _`Numba`: http://numba.pydata.org
.. _`Datashader.org`: http://datashader.org

To make it concrete, here's an example of what datashader code looks like:

Expand Down

0 comments on commit 64227b9

Please sign in to comment.