Removed the link to the outdated horizon demo

Partial-Bug: #1298490
Change-Id: If7d5e5e4c7468300c6e019b79337e39777b39657
This commit is contained in:
Gloria Gu 2014-06-10 09:53:41 -07:00
parent 17123afde0
commit 81197c3afe
1 changed files with 0 additions and 8 deletions

View File

@ -9,8 +9,6 @@ As an example, we'll build on the Nova instances API to create a new and novel
"visualizations" dashboard with a "flocking" panel that presents the instance
data in a different manner.
You can find a reference implementation of the code being described here
on github at https://github.com/gabrielhurley/horizon_demo.
.. note::
@ -539,12 +537,6 @@ meant to leave you with a working dashboard. It's close. But there's
waaaaaay too much javascript involved in the visualization to cover it all
here, and it'd be irrelevant to Horizon anyway.
If you want to see the finished product, check out the github example
referenced at the beginning of this tutorial.
Clone the repository and simply run ``./run_tests.sh --runserver``. That'll
give you a 100% working dashboard that uses every technique in this tutorial.
What you've learned here, however, is the fundamentals of almost everything
you need to know to start writing interfaces for your own project based on the
components Horizon provides.