Skip to content

Commit

Permalink
Merge pull request #24 from wpfff/cleanup/data
Browse files Browse the repository at this point in the history
Cleanup/data
  • Loading branch information
wpfff committed Jan 20, 2019
2 parents 4983cec + 1acc278 commit 4563560
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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
5 changes: 5 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
image: latest

python:
version: 3.6
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
matplotlib>=3.0.0
pathlib>=1.0.0
matplotlib>=2.0.0
numpy>=1.12.0
pyqtgraph>=0.10.0
qcodes>=0.1.11

0 comments on commit 4563560

Please sign in to comment.