Skip to content

Commit

Permalink
some more lines of docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpfff committed Jan 20, 2019
1 parent 9f04b1c commit 1acc278
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/source/dataformat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ In the most basic implementation, the only restriction on the data values is tha

Relevant data classes
---------------------
:DataDictBase: The main base class. Only checks for correct dependencies. Any requirements on data structure is left to the inheriting classes.
:DataDict: The only requirement for valid data is that the number of records is the same for all data fields.
:DataDictBase: The main base class. Only checks for correct dependencies. Any
requirements on data structure is left to the inheriting classes. The class contains methods for easy access to data and metadata.
:DataDict: The only requirement for valid data is that the number of records is the
same for all data fields. Contains some tools for expansion of data.
:MeshgridDataDict: For data that lives on a grid (not necessarily regular).

For more information, see the API documentation.


API documentation for the datadict module
Expand Down

0 comments on commit 1acc278

Please sign in to comment.