diff --git a/_typos.toml b/_typos.toml index ebed37f3..b4283011 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,4 +1,5 @@ default.extend-ignore-identifiers-re = [ + "NDCube", "EIT", "RHE", # Badly named variables diff --git a/docs/index.rst b/docs/index.rst index 3ba5c49f..79ec6ad7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,9 +36,8 @@ The goal of ``sunkit-image`` is to provide access to image processing routines t 3. Widely used throughout the solar physics community. Examples include co-alignment routines that compensate for incorrect pointing, solar feature identification algorithms, and filtering functions. - If the code is already in a released package, we will wrap calls to the existing package in a way that makes it easy to use with `sunpy.map.Map` or `ndcube.NDCube` objects. -Additional modifications to such packages are outside the scope of ``sunkit-image``. +Additional modifications to such packages are outside the scope of ``sunkit-image``. We will not copy code from other packages into this one. Installation