Skip to content

Commit

Permalink
abbreviate NA
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Mar 20, 2017
1 parent b22fd53 commit 48d6cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -105,8 +105,8 @@

# Please update these texts to match the name of your package.
html_theme_options = {
'logotext1': 'PyDL', # white, semi-bold
'logotext2': '', # orange, light
'logotext1': '', # white, semi-bold
'logotext2': 'PyDL', # orange, light
'logotext3': ':docs' # white, light
}

Expand Down
8 changes: 4 additions & 4 deletions docs/pydl/pydlutils.rst
Expand Up @@ -17,7 +17,7 @@ idlutils_ is itself divided into a number of subpackages. Below we list
the subpackages and the usability of the PyDL equivalent.
The readiness levels are defined as:

Not Applicable
Not Applicable (NA)
Another built-in or numpy/scipy/astropy package completely replaces this. No point in implementing.
None
Not (yet) implemented at all.
Expand All @@ -41,10 +41,10 @@ dimage None
djsphot None
dust None For use with the SFD galactic dust map.
first None For use with matching FIRST catalogs to SDSS data.
fits Not Applicable Use :mod:`astropy.io.fits`.
fits NA Use :mod:`astropy.io.fits`.
healpix None
image Rudimentary Only a few functions implemented.
json Not Applicable Use :mod:`json` or other packages.
json NA Use :mod:`json` or other packages.
mangle Fair Some work still required on polygon area calculations.
math Fair
mcmc None But there are plenty of good Python MCMC packages out there.
Expand All @@ -60,7 +60,7 @@ rosat None For use with matching ROSAT catalogs to SDSS data.
sdss Good Most important functionalities are bitmasks and reading sweep files.
slatec None
spheregroup Good Used for matching arbitrary RA, Dec coordinates to other arbitrary RA, Dec coordinates.
TeXtoIDL Not Applicable This package is for including TeX in IDL plots. Since matplotlib understands TeX natively, this is not needed.
TeXtoIDL NA This package is for including TeX in IDL plots. Since matplotlib understands TeX natively, this is not needed.
trace Fair
ukidss None Used for matching UKIDSS catalogs to SDSS data.
wise None Used for matching WISE catalogs to SDSS data.
Expand Down

0 comments on commit 48d6cf2

Please sign in to comment.