~ubuntu-branches/ubuntu/raring/pyfits/raring

« back to all changes in this revision

Viewing changes to docs/source/api_docs/api_hdus.rst

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2012-12-30 15:03:07 UTC
  • mfrom: (8.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20121230150307-n4mgnvvincyzmze3
Tags: 1:3.1-1
* New upstream version.
  - Refreshed 01-zlib.diff.
  - Added 02-disable-version-setup-hook.diff to prevent version.py to
    be regenerated with a timestamp at clean time.
* Compress source and .deb with xz.
* Bump Standards-Version to 3.9.4.0 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Header Data Units
5
5
*****************
6
6
 
7
 
.. inheritance-diagram:: PrimaryHDU ImageHDU GroupsHDU TableHDU BinTableHDU StreamingHDU
8
 
 
9
 
The `ImageHDU` and `CompImageHDU` classes are discussed in the
 
7
The :class:`ImageHDU` and :class:`CompImageHDU` classes are discussed in the
10
8
section on :ref:`Images`.
11
9
 
12
 
The `TableHDU` and `BinTableHDU` classes are discussed in the
 
10
The :class:`TableHDU` and :class:`BinTableHDU` classes are discussed in the
13
11
section on :ref:`Tables`.
14
12
 
15
 
`PrimaryHDU`
16
 
============
17
 
 
 
13
:class:`PrimaryHDU`
 
14
===================
18
15
.. autoclass:: PrimaryHDU
19
16
   :members:
20
17
   :inherited-members:
21
 
   :undoc-members:
22
18
   :show-inheritance:
23
19
 
24
 
`GroupsHDU`
25
 
===========
26
 
 
 
20
:class:`GroupsHDU`
 
21
==================
27
22
.. autoclass:: GroupsHDU
28
23
   :members:
29
24
   :inherited-members:
30
 
   :undoc-members:
31
 
   :show-inheritance:
32
 
 
33
 
`StreamingHDU`
 
25
   :show-inheritance:
 
26
 
 
27
:class:`GroupData`
 
28
==================
 
29
.. autoclass:: GroupData
 
30
   :members:
 
31
   :show-inheritance:
 
32
 
 
33
:class:`Group`
34
34
==============
 
35
.. autoclass:: GroupData
 
36
   :members:
 
37
   :show-inheritance:
35
38
 
 
39
:class:`StreamingHDU`
 
40
=====================
36
41
.. autoclass:: StreamingHDU
37
42
   :members:
38
43
   :inherited-members:
39
 
   :undoc-members:
40
44
   :show-inheritance: