~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to docs/source/api/data_sources.rst

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2014-06-01 17:04:08 UTC
  • mfrom: (7.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20140601170408-m86xvdjd83a4qon0
Tags: 4.4.1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - Let the binary-predeb target work on the usr/lib/python* directory
   as we don't have usr/share/pyshared anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
.. _data_sources:
3
 
 
4
 
Data Sources
5
 
------------
6
 
 
7
 
.. currentmodule:: chaco.api
8
 
 
9
 
:class:`AbstractDataSource`
10
 
===========================
11
 
.. autoclass:: AbstractDataSource
12
 
    :members:
13
 
    :show-inheritance:
14
 
 
15
 
:class:`ArrayDataSource`
16
 
========================
17
 
.. autoclass:: ArrayDataSource
18
 
    :members:
19
 
    :show-inheritance:
20
 
 
21
 
:class:`MultiArrayDataSource`
22
 
=============================
23
 
.. autoclass:: MultiArrayDataSource
24
 
    :members:
25
 
    :show-inheritance:
26
 
 
27
 
:class:`PointDataSource`
28
 
========================
29
 
.. autoclass:: PointDataSource
30
 
    :members:
31
 
    :show-inheritance:
32
 
 
33
 
:class:`GridDataSource`
34
 
=======================
35
 
.. autoclass:: GridDataSource
36
 
    :members:
37
 
    :show-inheritance:
38
 
 
39
 
:class:`ImageData`
40
 
==================
41
 
.. autoclass:: ImageData
42
 
    :members:
43
 
    :show-inheritance:
44