Skip to content

Commit

Permalink
add note that read class uses mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Jan 10, 2024
1 parent 6c779b9 commit daabf8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/contributing/icepyx_internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Authentication
--------------
Authentication in icepyx is handled using a Mixin class. A Mixin class is a class
which defines functionality that may be desired by multiple other classes within
a library. For example, at this time both the Query and Variables classes need
a library.
For example, at this time the Query, Variables, and Read classes need
to be able to authenticate. Instead of defining the same properties and
functionality twice, icepyx has an EarthdataAuthMixin class that is inherited
by both modules.
by any modules that need an Earthdata login.

**Property Access**

Expand Down

0 comments on commit daabf8a

Please sign in to comment.