Skip to content

Commit

Permalink
Moved and added Streaming_Data to user guides
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 29, 2017
1 parent 2941ed5 commit 835f1a0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/user_guide/Dashboards.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Creating interactive dashboards
_______________________________

.. notebook:: holoviews ../../examples/user_guide/15-Dashboards.ipynb
.. notebook:: holoviews ../../examples/user_guide/16-Dashboards.ipynb
:skip_execute: True
:offset: 1
6 changes: 6 additions & 0 deletions doc/user_guide/Streaming_Data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Working with Streaming Data
___________________________

.. notebook:: holoviews ../../examples/user_guide/15-Streaming_Data.ipynb
:skip_execute: True
:offset: 1
7 changes: 4 additions & 3 deletions doc/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ concepts in HoloViews:
* `Working with large data <Large_Data.html>`_
Leverage Datashader to interactively explore millions or billions of datapoints.

* `Working with Streaming Data <Streaming_Data.html>`_
Demonstrates how to leverage the streamz library with HoloViews to work with streaming datasets.

* `Creating interactive dashboards <Dashboards.html>`_
Use external widget libraries to build custom, interactive dashboards.

Expand All @@ -81,9 +84,6 @@ These guides provide detail about specific additional features in HoloViews:
* `Plotting with plotly <Plotting_with_Plotly.html>`_
Styling options and unique plotly features, focusing on 3D plotting.

* `Working with Streaming Data <Working_with_Streaming_Data.html>`_
Demonstrates how to leverage the streamz library with HoloViews to work with streaming datasets.

* `Working with renderers and plots <Plots_and_Renderers.html>`_
Using the ``Renderer`` and ``Plot`` classes for access to the plotting machinery.

Expand Down Expand Up @@ -114,6 +114,7 @@ These guides provide detail about specific additional features in HoloViews:
Custom Interactivity <Custom_Interactivity>
Data Processing Pipelines <Data_Pipelines>
Working with large data <Large_Data>
Working with streaming data <Streaming_Data>
Creating interactive dashboards <Dashboards>
Plotting with Bokeh <Plotting_with_Bokeh>
Deploying Bokeh Apps <Deploying_Bokeh_Apps>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 835f1a0

Please sign in to comment.