File: nitpick-exceptions

package info (click to toggle)
specutils 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,544 kB
  • sloc: python: 8,662; makefile: 113
file content (52 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Temporary exception of inherited astropy classes
py:class astropy.nddata.mixins.ndio.NDIOMixin
py:class astropy.nddata.mixins.ndslicing.NDSlicingMixin
py:class astropy.nddata.mixins.ndarithmetic.NDArithmeticMixin
py:obj NDData
py:obj NDUncertainty

# Links that might not work yet, depending on the astropy version
py:obj astropy.coordinates.SpectralQuantity

# Classes that now live in astropy and which don't want to expose here
py:class specutils.extern.spectralcoord.spectral_coordinate.SpectralCoord
py:class specutils.extern.spectralcoord.spectral_quantity.SpectralQuantity

# Classes in the SpectralCoord/SpectralQuantity methods for which we can't
# control the API links.
py:obj SpectralCoord
py:obj SpectralQuantity
py:obj SkyCoord

# SpectralAxis inherits methods which have warnings we can't fix here.
# FIXME: https://github.com/astropy/sphinx-automodapi/issues/101
py:obj Quantity
py:obj a
py:obj n
py:obj axis1
py:obj axis2
py:obj data_as
py:obj ndarray.setflags
py:obj ndarray.reshape
py:obj ndarray.flat
py:obj ndarray.T
py:obj a.size
py:obj x
py:obj order
py:obj subok
py:obj arr_t
py:obj inplace
py:obj a.size == 1
py:obj args
py:obj ndarray
py:obj new_order
py:obj refcheck
py:obj val
py:obj offset
py:obj lexsort
py:obj np.atleast2d(a).T
py:obj a[:, np.newaxis]
py:obj i
py:obj j
py:obj a.transpose()
py:obj ndarray_subclass