caidish / QMeasure

development of measurement software for dilution fridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeasureIt Documentation Status

Measurement software based on QCoDeS, developed in University of Washington physics.

Build the documentation

To build the documentation, first install requirements(if GUI has already successfully run, only sphinx and sphinx-rtd-theme are needed):

pip install -r requirements_doc.txt

The documentation is located directory docs/source. A makefile or make.bat is set up for quick building:

For HTML version, go to the directory docs/source and

make html

which generates the mainpage, index.html in docs/source/_build/html.

For pdf version, go to the directory docs/source and

make latex

then go to docs/source/_build/latex, and with a proper latex version, a makefile is automatically generated.

make

This will build the pdf version of the documentation.

External links

David Cobden's lab

Xiaodong Xu's lab

About

development of measurement software for dilution fridge

License:GNU General Public License v3.0


Languages

Language:Python 100.0%Language:Batchfile 0.0%